﻿/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
:root {
    --Primary: #2748DB;
    --On-Surface: #121212;
    --Secondary: #64666C;
    --line: #E5E5E5;
    --surface: #EFEFEF;
    --White: #FFFFFF;
    --Warning: #FFB321;
    --Red: #E74141;
    --Placehoder: #B1B1B1;
    --Green: #16BA9C;
    --Success: #3DAB25;
    --blue: #2869fe;
    --blue-2: #5387fe;
    --blue-3: #7ea5fe;
    --blue-4: #a9c3ff;
    --blue-5: #d4e1ff;
    --pest-1: #7c66ff;
    --pest-2: #9685ff;
    --pest-3: #b0a3ff;
    --pest-4: #cac2ff;
    --pest-5: #e5e0ff;
    --violet: #a55fff;
    --bright-green: #5fcf80;
    --green: #00cc9a;
    --pink: #ff5fbf;
    --yellow: #ffc24a;
    --red: #fa4848;
    --gray: #d2d2d2;
    --dark-blue: #063ebc;
    --info: #2f80ed;
    --success: #27ae60;
    --warning: #e2b93b;
    --error: #eb5757;
    --black: #121927;
    --black-2: #111d39;
    --white: #ffffff;
    --pest-6: #cbc2fd;
    --rgba-blue: rgba(40, 105, 254, 0.08);
    --rgba-blue-2: rgba(40, 105, 254, 0.9);
    --rgba-blue-3: rgba(40, 105, 254, 0.1);
    --rgba-blue-4: rgba(40, 105, 254, 0.04);
    --rgba-blue-5: rgba(40, 105, 254, 0.05);
    --rgba-black: rgba(18, 25, 39, 0.8);
    --rgba-black-2: rgba(18, 25, 39, 0.6);
    --rgba-black-3: rgba(18, 25, 39, 0.5);
    --rgba-black-4: rgba(18, 25, 39, 0.1);
    --rgba-black-5: rgba(18, 25, 39, 0.7);
    --rgba-black-6: rgba(18, 25, 39, 0.08);
    --rgba-black-7: rgba(18, 25, 39, 0.06);
    --rgba-black-8: rgba(18, 25, 39, 0.25);
    --rgba-black-9: rgba(18, 25, 39, 0.02);
    --rgba-black-10: rgba(18, 25, 39, 0.2);
    --rgba-black-11: rgba(18, 25, 39, 0.04);
    --rgba-black-12: rgba(18, 25, 39, 0.32);
    --rgba-black-13: rgba(18, 25, 39, 0.92);
    --rgba-violet: rgba(165, 95, 255, 0.1);
    --rgba-pink: rgba(255, 95, 191, 0.1);
    --rgba-red: rgba(250, 72, 72, 0.06);
    --rgba-white: rgba(255, 255, 255, 0.6);
    --rgba-white-2: rgba(255, 255, 255, 0.16);
    --rgba-white-3: rgba(255, 255, 255, 0.9);
    --rgba-white-4: rgba(255, 255, 255, 0.4);
    --line: rgba(18, 25, 39, 0.12);
    --rgba-green: rgba(26, 21, 40, 0.32);
    --rgba-green-2: rgb(0, 204, 154, 0.1);
    --bg-black: rgba(18, 25, 39, 0.04);
    --shadow-1: 0px 6px 44px 0px rgba(18, 25, 39, 0.05);
    --shadow-2: 0px 6px 36px 0px rgba(18, 25, 39, 0.05);
    --shadow-3: 0px 6px 42px 0px rgba(18, 25, 39, 0.06);
    --shadow-4: 0px 5px 40px 0px rgba(18, 25, 39, 0.05);
    --shadow-5: 0px 2px 32px 0px rgba(18, 25, 39, 0.05);
    --shadow-6: 0px 5px 40px 0px rgba(18, 25, 39, 0.04);
    --shadow-7: 0px 8px 44px 0px rgba(18, 25, 39, 0.05);
    --shadow-8: 0px 6px 22px 0px rgba(18, 25, 39, 0.04);
    --gradient: linear-gradient(180deg, #7c66ff 0%, rgba(124, 102, 255, 0) 444.05%);
    --backdrop: rgba(18, 25, 39, 0.2);
}

/* ---------- TimeJob Brand Palette (định nghĩa chung) ---------- */
:root {
    --brand-primary: #00C2FF;
    --brand-primary-2: #F08A45;
    --brand-dark: #3F3F41;
    --brand-dark-2: #4A4A4D;
    --brand-muted: #7E7E80;
    --brand-surface: #EDEDED;
    --brand-white: #FFFFFF;
    --Primary: var(--brand-primary);
    --On-Surface: var(--brand-dark);
    --Secondary: var(--brand-muted);
    --line: rgba(63, 63, 65, 0.20);
    --surface: #F3F3F3;
    --White: var(--brand-white);
    --blue: var(--brand-primary);
    --blue-2: var(--brand-primary-2);
    --dark-blue: var(--brand-dark);
    --black: var(--brand-dark);
    --black-2: var(--brand-dark-2);
    --bg-black: rgba(63, 63, 65, 0.06);
}

/*---------- Reset css styles ----------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

::-webkit-scrollbar {
    display: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

figure {
    margin: 0;
}

:focus {
    outline: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input {
    line-height: normal;
}

    button,
    input[type=button],
    input[type=reset],
    input[type=submit] {
        line-height: 1;
        cursor: pointer;
        /* Improves usability and consistency of cursor style between image-type 'input' and others */
        -webkit-appearance: button;
        /* Corrects inability to style clickable 'input' types in iOS */
    }

    input[type=checkbox],
    input[type=radio] {
        padding: 0;
        /* Addresses excess padding in IE8/9 */
    }

    input[type=search] {
        -webkit-appearance: textfield;
        /* Addresses appearance set to searchfield in S5, Chrome */
    }

        input[type=search]::-webkit-search-decoration {
            /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
            -webkit-appearance: none;
        }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
        border: 0;
        padding: 0;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    /* Repeatable Patterns
  -------------------------------------------------------------- */
    *,
    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

body {
    font-family: "Inter", serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 0;
    background-color: var(--White);
    width: 100%;
    height: 100%;
    font-style: normal;
    font-optical-sizing: auto;
    color: var(--Secondary);
}

a {
    text-decoration: none;
    outline: none;
    color: var(--On-Surface);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
}

    a:hover, a:focus, a.active {
        text-decoration: none;
        outline: none;
    }

ul,
ol {
    padding: 0;
}

b,
strong {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 34px;
    line-height: 41px;
    font-weight: 500;
    margin-bottom: 0;
}

h2,
.h2 {
    font-size: 28px;
    line-height: 34px;
    font-weight: 500;
    margin-bottom: 0;
}

h3,
.h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
    margin-bottom: 0;
}

h4,
.h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 0;
}

h5,
.h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 0;
}

h6,
.h6 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    margin-bottom: 0;
}

    h1,
    .h1,
    h2,
    .h2,
    h3,
    .h3,
    h4,
    .h4,
    h5,
    .h5,
    h6 .h6 {
        color: var(--On-Surface);
    }

button,
input[type=button],
input[type=reset],
input[type=submit] {
    padding: 16px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background-color: var(--blue);
    color: var(--black);
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    font-size: 14px;
    line-height: 24px;
}

    button:hover,
    input[type=button]:hover,
    input[type=reset]:hover,
    input[type=submit]:hover {
        background-color: var(--blue);
    }

select,
textarea,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    padding: 14px 20px;
    font-weight: 500;
    border-radius: 6px;
    border: 1px solid var(--line);
    color: var(--On-Surface);
    background-color: var(--White);
}

textarea {
    height: 135px;
    resize: none;
}

form label {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 8px;
}

textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=tel]:focus,
input[type=color]:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: var(--rgba-black-3);
    background-color: var(--White);
}

textarea::placeholder,
input::placeholder {
    color: var(--rgba-black-2);
    font-weight: 500;
}

textarea,
input[type=text],
input[type=submit],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color] {
    -webkit-appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

dl dt {
    font-size: 16px;
    line-height: 22.4px;
    font-weight: 700;
}

code {
    color: var(--blue-btn);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
}

.tf-container {
    max-width: 1024px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}

.container-2 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    box-sizing: border-box;
}

.mw-wrapper {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
}

.line {
    border-bottom: 1px solid var(--line) !important;
}

.line-2 {
    border-bottom: 1px solid var(--line-2) !important;
}

.line-3 {
    border-bottom: 1px solid var(--line-3) !important;
}

.line-t {
    border-top: 1px solid var(--line) !important;
}

.line-t2 {
    border-top: 1px solid var(--line-3) !important;
}

.line-dark {
    border: 1px solid var(--black) !important;
}

.app-content {
    padding: 70px 0px 82px;
    overflow: hidden;
    min-height: 100vh;
}

    .app-content.style-2 {
        padding-top: 96px;
    }

    .app-content.style-3 {
        padding-bottom: 134px;
    }

    .app-content.style-4 {
        padding-bottom: 54px;
    }

.link:hover {
    color: var(--Primary) !important;
}

.text-body {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.text-caption-1 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.text-caption-2 {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}

.text-caption-3 {
    font-size: 10px;
    line-height: 13px;
    font-weight: 500;
}

.text-button {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
}

.text-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.text-button-small {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

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

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

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

.fw-5 {
    font-weight: 500;
}

.fw-6 {
    font-weight: 600;
}

.fw-7 {
    font-weight: 700;
}

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

.text-OnSurface {
    color: var(--On-Surface) !important;
}

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

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

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

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

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

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

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

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

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

.mt-2 {
    margin-top: 2px !important;
}

.mt-4 {
    margin-top: 4px !important;
}

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

.mt-8 {
    margin-top: 8px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-5 {
    margin-bottom: 5px !important;
}

.mb-8 {
    margin-bottom: 8px !important;
}

.mb-9 {
    margin-bottom: 9px !important;
}

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

.mb-12 {
    margin-bottom: 12px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-21 {
    margin-bottom: 21px;
}

.mb-23 {
    margin-bottom: 23px;
}

.mb-24 {
    margin-bottom: 24px;
}

.mb-28 {
    margin-bottom: 28px;
}

.my-28 {
    margin-top: 28px;
    margin-bottom: 28px;
}

.mb-32 {
    margin-bottom: 32px;
}

.mb-36 {
    margin-bottom: 36px;
}

.mb-40 {
    margin-bottom: 40px;
}

.px-30 {
    padding-left: 30px;
    padding-right: 30px;
}

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

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

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

.p-16 {
    padding: 16px !important;
}

.pt-20 {
    padding-top: 20px;
}

.p-20 {
    padding: 20px;
}

.pb-113 {
    padding-bottom: 113px !important;
}

.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.pt-16 {
    padding-top: 16px !important;
}

.pt-16 {
    padding-top: 16px !important;
}

.px-24 {
    padding-left: 24px;
    padding-right: 24px;
}

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

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

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

.pb-12 {
    padding-bottom: 12px;
}

.pb-20 {
    padding-bottom: 20px !important;
}

.pb-24 {
    padding-bottom: 24px;
}

.pb-28 {
    padding-bottom: 28px;
}

.pb-32 {
    padding-bottom: 32px;
}

.gap-2 {
    gap: 2px !important;
}

.gap-4 {
    gap: 4px !important;
}

.gap-5 {
    gap: 5px !important;
}

.gap-6 {
    gap: 6px !important;
}

.gap-8 {
    gap: 8px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-20 {
    gap: 20px !important;
}

.gap-12 {
    gap: 12px !important;
}

.gap-14 {
    gap: 14px !important;
}

.gap-15 {
    gap: 15px !important;
}

.gap-16 {
    gap: 16px !important;
}

.gap-25 {
    gap: 25px !important;
}

.round-4 {
    border-radius: 4px !important;
}

.round-10 {
    border-radius: 10px !important;
}

.round-16 {
    border-radius: 16px !important;
}

.round-20 {
    border-radius: 20px !important;
}

.round-full {
    border-radius: 9999px !important;
}

.hidden {
    overflow: hidden;
}

.pb-60 {
    padding-bottom: 60px !important;
}

.grid-2 {
    display: flex;
    flex-wrap: wrap;
}

    .grid-2 > * {
        width: 48%;
    }

.lr-radius-32 {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
}

.shadow-7 {
    box-shadow: var(--shadow-7);
}

.app-fullheight {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.app-fullheight2 {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 24px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: auto;
    gap: 32px;
}

    .app-fullheight2 .group-btn {
        display: grid;
        gap: 20px;
    }

.w175 {
    width: 175px;
}

.w121 {
    width: 121px !important;
}

.w113 {
    width: 113px !important;
}

.h-6 {
    height: 6px !important;
}

.mb-6 {
    margin-bottom: 6px !important;
}

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

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

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

.list-style-unset {
    list-style: unset !important;
}

.pl-21 {
    padding-left: 21px;
}

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

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

.place-content-center {
    place-content: center;
}

/*------------ Settings ----------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.modal-themes-color {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 25px;
}

    .modal-themes-color .color-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4px;
    }

        .modal-themes-color .color-item .check-color {
            display: none;
        }

        .modal-themes-color .color-item label {
            width: 55px;
            height: 55px;
            border-radius: 999px;
            position: relative;
            display: block;
        }

            .modal-themes-color .color-item label::after {
                content: "\e976";
                position: absolute;
                top: 50%;
                left: 50%;
                display: none;
                transform: translate(-50%, -50%);
                font-family: "icomoon";
                font-weight: 900;
                font-size: 16px;
                color: --white;
            }

        .modal-themes-color .color-item input:checked + label:after {
            display: block;
        }

    .modal-themes-color input[value=theme-primary] + label {
        background-color: #873b0a;
    }

    .modal-themes-color input[value=theme-green] + label {
        background-color: #378c4c;
    }

    .modal-themes-color input[value=theme-orange] + label {
        background-color: #ff9c2e;
    }

    .modal-themes-color input[value=theme-blue] + label {
        background-color: #69d2e7;
    }

    .modal-themes-color input[value=theme-blue-2] + label {
        background-color: #a7dbd8;
    }

    .modal-themes-color input[value=theme-orange-2] + label {
        background-color: #fa6900;
    }

    .modal-themes-color input[value=theme-pink] + label {
        background-color: #fe4365;
    }

    .modal-themes-color input[value=theme-orange-3] + label {
        background-color: #f2949c;
    }

    .modal-themes-color input[value=theme-purple] + label {
        background-color: #9b72f2;
    }

    .modal-themes-color input[value=theme-green-2] + label {
        background-color: #04d9b2;
    }

    .modal-themes-color input[value=theme-blue-3] + label {
        background-color: #4ecdc4;
    }

    .modal-themes-color input[value=theme-dark] + label {
        background-color: #6f91a6;
    }

#sidebar .icon-close {
    position: absolute;
    right: 10%;
    top: 5%;
    color: var(--White);
    font-size: 32px;
}

.modal-sidebar {
    width: 300px;
}

    .modal-sidebar .sidebar-header {
        background-color: var(--White);
        padding: 15px;
        display: flex;
        gap: 16px;
        align-items: center;
    }

        .modal-sidebar .sidebar-header .sidebar-logo {
            width: 40px;
            height: 40px;
            flex-shrink: 0;
        }

        .modal-sidebar .sidebar-header p {
            font-weight: 600;
        }

    .modal-sidebar .sidebar-content {
        padding: 30px 15px;
        height: 100vh;
        overflow-x: hidden;
        background: var(--White);
        scrollbar-width: thin;
        scrollbar-color: #ffffff;
    }

        .modal-sidebar .sidebar-content .nav-mode {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
        }

            .modal-sidebar .sidebar-content .nav-mode .icon {
                font-size: 20px;
                color: var(--black);
            }

            .modal-sidebar .sidebar-content .nav-mode label {
                font-size: 16px;
                font-weight: 500;
                line-height: 22.4px;
            }

        .modal-sidebar .sidebar-content .avatar img {
            border-radius: 10px;
        }

.modal-second {
    width: 280px;
}

.nav-link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    padding: 0;
    color: var(--black);
}

    .nav-link-item::after {
        position: absolute;
        font-family: "icomoon";
        content: "\e933";
        right: 0;
        transform: rotate(180deg);
        color: var(--black);
        font-size: 12px;
        font-weight: 700;
        transition: 0.2s ease-in-out;
    }

    .nav-link-item span {
        font-size: 15px;
        font-weight: 600;
        line-height: 22px;
    }

    .nav-link-item .icon {
        font-size: 20px;
    }

    .nav-link-item.no-page::after {
        display: none;
    }

.sub-menu li {
    padding-top: 14px;
    padding-left: 28px;
}

.sub-menu .sub-menu-children {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

    .sub-menu .sub-menu-children i {
        font-size: 12px;
        color: var(--black);
    }

/*------------ Components ---------------- */
/*------------ header ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 24px;
    padding-top: 16px;
    height: 70px;
    position: relative;
}

    .header .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 10px;
        border: 1.5px solid var(--black);
        font-size: 8px;
        opacity: 0.7;
    }

    .header .left {
        position: absolute;
        left: 24px;
        top: 16px;
    }

        .header .left .icon-close {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 24px;
            font-size: 12px;
            font-weight: 700;
            color: var(--black);
        }

    .header .right {
        position: absolute;
        right: 24px;
        top: 16px;
        display: flex;
        gap: 12px;
    }

        .header .right .icon {
            font-size: 20px;
            font-weight: 700;
            color: var(--black);
            transition: none;
        }

            .header .right .icon.active {
                border-color: var(--blue);
            }

                .header .right .icon.active svg path {
                    stroke: var(--blue);
                }

    .header .search-box {
        border-color: transparent;
        width: 34px;
        height: 34px;
        background-color: var(--rgba-black-11);
        opacity: 1;
    }

        .header .search-box svg {
            opacity: 0.7;
        }

    .header .noti-box {
        border-color: transparent;
        width: 40px;
        height: 40px;
        background-color: var(--rgba-black-11);
    }

    .header .icon-noline {
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        opacity: 0.7;
    }

    .header.absolute {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        max-width: 1024px;
        margin: 0 auto;
        background: transparent;
        z-index: 5;
    }

        .header.absolute .left .icon,
        .header.absolute .right .icon {
            color: var(--White);
        }

    .header.header-white {
        background: transparent;
    }

        .header.header-white .icon {
            border-color: #ffffff;
            color: #ffffff;
        }

        .header.header-white .title {
            color: #ffffff;
        }

    .header .box-right {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .header.header-st2 .icon {
        opacity: 1;
        color: var(--black);
        font-size: 14px;
    }

.logo-image {
    height: 42px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    display: block;
}

.header-avt {
    min-height: 74px;
    position: relative;
    overflow: hidden;
}

    .header-avt .tf-container {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 12px;
        padding: 12px 0;
    }

    .header-avt .box-avt {
        display: flex;
        align-items: center;
        gap: 12px;
        justify-self: start;
        text-align: left;
    }

        .header-avt .box-avt .avt {
            border-radius: 10px;
            border: 1px solid var(--blue);
            width: 40px;
            height: 40px;
            overflow: hidden;
        }

        .header-avt .box-avt .content {
            display: grid;
            gap: 2px;
        }

            .header-avt .box-avt .content .name {
                display: flex;
                align-items: center;
                gap: 4px;
            }

            .header-avt .box-avt .content .icon {
                width: 16px;
                height: 16px;
            }

    .header-avt .header-logo {
        display: flex;
        width: auto;
        height: 42px;
        align-items: center;
        justify-content: center;
        flex: 0 0 auto;
        max-width: 40%;
        justify-self: center;
    }

    .header-avt .right {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
        justify-self: end;
        justify-content: flex-end;
    }

        .header-avt .right .icon {
            font-size: 19px;
            color: var(--Secondary);
        }

        .header-avt .right a {
            flex: 0 0 auto;
        }

@media (max-width: 768px) {
    .header-avt .tf-container {
        grid-template-columns: 1fr auto 1fr;
        gap: 8px;
    }

        .header-avt .box-avt .text-caption-2 {
            display: none;
        }

        .header-avt .right {
            gap: 12px;
        }
}

.header-avt .box-icon {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fixed-top {
    position: fixed;
    top: 0;
    z-index: 100;
    /* max-width: 1024px; */
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #f8f8f8;
}

.bottom-btn-fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}

.bottom-nav-list {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    align-items: center;
    margin: 0;
    padding: 10px 8px 8px;
    list-style: none;
}

.bottom-nav-item {
    display: flex;
    justify-content: center;
}

.bottom-nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-decoration: none;
    color: #64666c;
    min-width: 56px;
}

.bottom-nav-link i {
    color: #7a7a7a;
}

.bottom-nav-link p {
    color: #64666c;
}

.bottom-nav-link.is-active i {
    color: #2748db;
}

.bottom-nav-link.is-active p {
    color: #121212;
}

.header-white.is-fixed {
    background: var(--pest-1);
}

.header-profile {
    padding: 22px 24px 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .header-profile .left {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .header-profile .right {
        display: flex;
        align-items: center;
        gap: 16px;
    }

        .header-profile .right .avt img {
            border-radius: 50%;
        }

        .header-profile .right .avt .dot-danger {
            top: 0px;
            right: 0px;
        }

    .header-profile .avt {
        max-width: 36px;
        height: 36px;
        position: relative;
    }

        .header-profile .avt img {
            border-radius: 6px;
        }

        .header-profile .avt .dot-danger {
            top: -3px;
            right: -3px;
            position: absolute;
            border: 1px solid --white;
        }

    .header-profile.style-1 {
        padding: 20px 24px;
        max-width: 100%;
    }

        .header-profile.style-1 .left {
            gap: 8px;
        }

        .header-profile.style-1 .avt {
            max-width: 52px;
            height: 52px;
        }

            .header-profile.style-1 .avt img {
                border-radius: 50px;
            }

        .header-profile.style-1 .dot-status {
            width: 12px;
            height: 12px;
            top: 0px;
            right: 2px;
            position: absolute;
            border: 1px solid --blue;
        }

        .header-profile.style-1 .content p {
            opacity: 0.7;
        }

.header-mess {
    justify-content: flex-start;
    gap: 18px;
    height: auto;
}

    .header-mess .back-btn {
        width: 23px;
        height: 23px;
        border-radius: 8px;
    }

    .header-mess .content {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-mess .box-right {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .header-mess .box-avt {
        display: flex;
        align-items: center;
        gap: 16px;
    }

        .header-mess .box-avt .avatar {
            border: 1px solid var(--blue);
        }

            .header-mess .box-avt .avatar .status {
                border-width: 2px;
                width: 12px;
                min-width: 12px;
                height: 12px;
                right: 0;
            }

        .header-mess .box-avt .info {
            display: grid;
            gap: 2px;
        }

/*------------ tabs ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.menu-tab-job {
    display: flex;
    border-bottom: 1px solid var(--line);
    overflow-x: auto;
}

    .menu-tab-job::-webkit-scrollbar {
        height: 2px;
    }

    .menu-tab-job .tab-item {
        display: flex;
        justify-content: center;
    }

    .menu-tab-job .tab-link {
        color: var(--Secondary);
        width: 100%;
        display: flex;
        justify-content: center;
        padding-bottom: 8px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        position: relative;
    }

        .menu-tab-job .tab-link::after {
            position: absolute;
            content: "";
            bottom: 0;
            left: auto;
            width: 0;
            right: 0;
            height: 2px;
            background-color: var(--Primary);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .menu-tab-job .tab-link.active {
            color: var(--On-Surface);
            font-weight: 500;
            font-size: 14px;
            line-height: 18px;
        }

            .menu-tab-job .tab-link.active::after {
                width: 100%;
                left: 0;
                right: auto;
            }

/*------------ button ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.tf-btn {
    padding: 12px 32px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--White);
    border: 2px solid var(--Primary);
    background-color: var(--Primary);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: capitalize;
}

    .tf-btn:hover {
        color: var(--On-Surface);
        background-color: transparent;
    }

    .tf-btn.style-1 {
        padding: 6px 31px;
        color: var(--On-Surface);
        background-color: transparent;
    }

        .tf-btn.style-1:hover {
            color: var(--White);
            background-color: var(--Primary);
        }

    .tf-btn.style-2 {
        padding: 10px 22px;
        color: var(--On-Surface);
        background-color: transparent;
    }

        .tf-btn.style-2:hover {
            color: var(--White);
            background-color: var(--Primary);
        }

        .tf-btn.style-2 .icon {
            font-size: 24px;
        }

    .tf-btn.disable {
        padding: 12px 24px;
        background-color: var(--line);
        color: var(--On-Surface);
        border: 0;
    }

    .tf-btn.type-small {
        padding: 6px 14px;
    }

    .tf-btn.type-lg {
        padding: 12px 14px;
    }

    .tf-btn.type-red {
        background-color: var(--Red);
        border-color: var(--Red);
    }

        .tf-btn.type-red:hover {
            background-color: transparent;
        }

.tf-loading {
    width: auto;
    display: inline-flex;
    gap: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

.btn-invite {
    padding: 5px 15px;
    color: var(--rgba-black-3);
    border: 1px solid var(--line);
    border-radius: 9px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

    .btn-invite.active {
        background-color: var(--blue);
        border-color: var(--blue);
        color: var(--White);
    }

#button-background {
    position: relative;
    background-image: radial-gradient(circle at 100% 46%, #21d2a3, #15adaf 102%);
    width: 335px;
    height: 54px;
    border: white;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    #button-background.bg-converted {
        background: white;
    }

.btn-swipe {
    transition: width 0.3s, border-radius 0.3s, height 0.3s;
    position: absolute;
    left: 8px;
    background-color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px;
    background-color: var(--White);
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

/*------------ dropdown ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.dropdown-menu {
    padding: 15px;
    background: var(--White);
    border-radius: 12px;
    box-shadow: var(--shadow-3);
    border-color: transparent;
    min-width: 114px;
    z-index: 1010;
}

    .dropdown-menu .dropdown-item {
        display: flex;
        gap: 10px;
        align-items: center;
        color: var(--black);
    }

        .dropdown-menu .dropdown-item .icon {
            color: var(--black);
            font-size: 20px;
        }

        .dropdown-menu .dropdown-item:active {
            background-color: var(--White);
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: transparent;
        }

.dropdown .dropdown-toggle:after {
    content: none;
}

.dropdown .dropdown-menu .dropdown-item {
    padding: 0;
    color: var(--black);
    font-weight: 500;
    font-size: 14px;
}

    .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
        padding-bottom: 10px;
    }

.dropdown .dropdown-menu .dropdown-divider {
    margin: 0px 0px 10px;
    border-color: var(--line);
}

.dropdown .dropdown-menu.full {
    min-width: 100%;
}

.dropdown.style-2 .dropdown-menu .dropdown-header {
    font-size: 16px;
    font-weight: "Inter", serif;
    color: var(--black);
    font-weight: 700;
}

.dropdown.style-2 .dropdown-menu .top {
    padding-bottom: 10px;
}

    .dropdown.style-2 .dropdown-menu .top .dropdown-header {
        padding: 0;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--line);
    }

    .dropdown.style-2 .dropdown-menu .top .dropdown-item {
        padding-top: 10px;
    }

.dropdown.style-2 .dropdown-menu .bottom .dropdown-header {
    padding: 0;
    padding-top: 10px;
    border-top: 1px solid var(--line);
}

.dropdown.style-2 .dropdown-menu .bottom .dropdown-item {
    padding-top: 10px;
}

.dropdown.style-3 .dropdown-menu {
    padding: 10px 0px;
    border: 0;
}

    .dropdown.style-3 .dropdown-menu .dropdown-item {
        padding: 8px 20px;
    }

        .dropdown.style-3 .dropdown-menu .dropdown-item.active {
            background: var(--rgba-primary);
        }

        .dropdown.style-3 .dropdown-menu .dropdown-item.disable {
            opacity: 0.4;
        }

.dropdown .btn-dropdown:after {
    content: "\e91a";
    font-family: "icomoon";
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.btn-dropdown:after {
    content: "\e91a";
    font-family: "icomoon";
    border: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.min-w-auto {
    min-width: auto;
}

.dropdown-backdrop.show:before {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0.4;
    content: "";
    z-index: 120;
}

.dropdown-menu.dropdown-setting-task {
    box-shadow: none;
    border-top-right-radius: 0;
    top: 20px !important;
}

    .dropdown-menu.dropdown-setting-task .dropdown-item {
        padding: 16px 0px !important;
        font-size: 14px;
        line-height: 16px;
        font-weight: 400;
        color: rgb(49, 57, 79);
        opacity: 0.9;
    }

        .dropdown-menu.dropdown-setting-task .dropdown-item:not(:last-child) {
            border-bottom: 1px solid rgba(49, 57, 79, 0.1);
        }

        .dropdown-menu.dropdown-setting-task .dropdown-item:first-child {
            padding-top: 0px !important;
        }

        .dropdown-menu.dropdown-setting-task .dropdown-item:last-child {
            padding-bottom: 0px !important;
        }

/*------------ range slider ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.noUi-horizontal {
    height: 6px;
}

.noUi-target {
    border: 0;
    background: rgba(18, 18, 18, 0.1);
    box-shadow: none;
}

.noUi-base .noUi-connects {
    border-radius: 999px;
    background-color: transparent;
}

.noUi-connect {
    background-color: var(--Primary);
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    border: 2px solid var(--Primary);
    background-color: var(--White);
    box-shadow: unset;
    cursor: pointer;
    top: -9px;
}

    .noUi-horizontal .noUi-handle::before, .noUi-horizontal .noUi-handle::after,
    .noUi-vertical .noUi-handle::before,
    .noUi-vertical .noUi-handle::after {
        content: none;
    }

.slider-tooltip-default .noUi-tooltip {
    border-radius: 8px;
    border-color: var(--line);
    line-height: 14px;
    margin-bottom: 4px;
}

    .slider-tooltip-default .noUi-tooltip::after {
        content: "Km";
    }

.box-pricing .noUi-handle-lower::after,
.box-pricing .noUi-handle-upper::after {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: var(--black);
    font-family: "Inter", serif;
    top: 100%;
    left: 0;
    margin-top: 2px;
}

.box-pricing .noUi-handle-lower::after {
    content: "Min";
}

.box-pricing .noUi-handle-upper::after {
    content: "Max";
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
    right: -8px;
}

.slider-salary .noUi-tooltip {
    border: none;
    background-color: transparent;
    top: auto;
    bottom: -30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    padding: 0;
    color: var(--black);
}

.salary-chart {
    display: flex;
    align-items: flex-end;
    height: 47px;
    padding: 0;
    gap: 0;
    overflow: hidden;
}

    .salary-chart span {
        display: inline-block;
        flex: 1;
        margin: 0;
        background: var(--rgba-black-4);
        border-radius: 2px 2px 0 0;
        transition: background 0.3s;
        height: 20px;
    }

        .salary-chart span.active {
            background: linear-gradient(to top, #dee8ff, #aacbff);
        }

html:not([dir=rtl]) .slider-salary .noUi-handle-lower {
    right: -12px;
}

html:not([dir=rtl]) .slider-salary .noUi-handle-upper {
    right: -3px;
}

/*------------ form ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.form-control {
    border: 1px solid var(--line);
    color: var(--black);
    background-color: var(--White);
    font-size: 14px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    border-radius: 16px;
    padding: 14px 16px;
}

    .form-control:focus {
        color: var(--black);
        box-shadow: unset;
        border-color: var(--line);
        background-color: transparent;
    }

    .form-control::placeholder {
        color: var(--black);
        opacity: 0.4;
    }

.input-icon {
    position: relative;
}

    .input-icon .form-control {
        padding: 11px 15px;
    }

    .input-icon .icon {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        font-size: 20px;
        display: flex;
        color: rgba(49, 57, 79, 0.6);
    }

    .input-icon .icon-right {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 20px;
        display: flex;
    }

    .input-icon .ip-textarea {
        padding-left: 20px;
    }

.input-date .ip-datepicker {
    background-color: transparent;
    position: relative;
    z-index: 1;
}

    .input-date .ip-datepicker:focus {
        background-color: transparent;
    }

.ip-select {
    position: relative;
}

    .ip-select .icon {
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translateY(-50%);
        font-size: 20px;
        display: flex;
        z-index: -1;
    }

    .ip-select .icon-right {
        right: 20px;
        left: auto;
    }

    .ip-select .tf-select {
        padding-left: 52px;
        padding-top: 14px;
        padding-bottom: 14px;
        border: 1px solid var(--line);
        background-color: transparent;
        border-radius: 16px;
    }

.input-line .form-control {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-color: var(--line);
}

.input-upload {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 0;
    border: 1px dashed var(--line);
}

    .input-upload .icon {
        display: inline-flex;
        font-size: 24px;
        margin-bottom: 8px;
    }

    .input-upload .sub {
        margin-bottom: 8px;
    }

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

    .input-upload .tf-btn {
        padding: 3px 11px;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
        border-width: 1px;
        border-radius: 99px;
    }

    .input-upload .upload-file {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        left: 0;
    }

.drop-select {
    display: flex;
    position: relative;
    border: 1px solid transparent;
    border-radius: 12px;
}

    .drop-select .bootstrap-select {
        width: auto !important;
    }

        .drop-select .bootstrap-select button {
            background-color: var(--White);
            padding: 13px;
            padding-right: 20px;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
            border: 0;
        }

            .drop-select .bootstrap-select button:focus {
                outline: 0 !important;
                box-shadow: unset;
            }

            .drop-select .bootstrap-select button:active {
                border: none;
                background-color: transparent;
            }

        .drop-select .bootstrap-select .dropdown-toggle::after {
            position: absolute;
            font-family: "icomoon";
            content: "\e91a";
            top: 50%;
            transform: translateY(-50%);
            right: 0;
            color: rgba(49, 57, 79, 0.6);
            font-size: 15px;
            border: 0;
        }

        .drop-select .bootstrap-select img {
            width: 24px;
            min-width: 24px;
            height: 16px;
        }

        .drop-select .bootstrap-select .dropdown-menu li:not(:last-child) {
            padding-bottom: 10px;
        }

        .drop-select .bootstrap-select .dropdown-item.active {
            background: transparent;
        }

    .drop-select .form-control {
        transition: unset;
        padding-left: 16px;
        border: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .drop-select:focus-within {
        border-color: var(--blue);
    }

    .drop-select .inner-group-ip {
        position: relative;
    }

        .drop-select .inner-group-ip::before {
            position: absolute;
            content: "";
            width: 0.5px;
            top: 13px;
            bottom: 13px;
            right: -5px;
            background-color: rgba(49, 57, 79, 0.4);
        }

textarea.textarea-style-2 {
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.box-view-hide {
    position: relative;
}

    .box-view-hide .form-control {
        padding-right: 40px;
    }

    .box-view-hide .show-pass,
    .box-view-hide .show-pass2,
    .box-view-hide .show-pass3,
    .box-view-hide .show-pass4 {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        cursor: pointer;
    }

        .box-view-hide .show-pass .icon-pass,
        .box-view-hide .show-pass2 .icon-pass,
        .box-view-hide .show-pass3 .icon-pass,
        .box-view-hide .show-pass4 .icon-pass {
            font-size: 20px;
            opacity: 0.5;
            display: flex;
        }

        .box-view-hide .show-pass .icon-view,
        .box-view-hide .show-pass2 .icon-view,
        .box-view-hide .show-pass3 .icon-view,
        .box-view-hide .show-pass4 .icon-view {
            display: none;
        }

        .box-view-hide .show-pass.active .icon-view,
        .box-view-hide .show-pass2.active .icon-view,
        .box-view-hide .show-pass3.active .icon-view,
        .box-view-hide .show-pass4.active .icon-view {
            display: inline-flex;
        }

        .box-view-hide .show-pass.active .icon-hide,
        .box-view-hide .show-pass2.active .icon-hide,
        .box-view-hide .show-pass3.active .icon-hide,
        .box-view-hide .show-pass4.active .icon-hide {
            display: none;
        }

.box-forgot .forgot {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    gap: 10px;
}

    .box-forgot .forgot .forgot-link {
        font-weight: 700;
        color: var(--blue-btn);
    }

    .box-forgot .forgot .show-pass {
        position: unset;
    }

.box-forgot .form-control {
    padding-right: 110px;
}

    .box-forgot .form-control:valid ~ .forgot {
        display: flex;
    }

.form-select {
    font-family: "Inter", serif;
    color: var(--black);
    font-size: 14px;
    line-height: 19.6px;
    padding: 20px;
    border-radius: 20px;
    border-color: var(--line);
    background-position: right 20px center;
    background-color: var(--White);
}

    .form-select:focus {
        box-shadow: unset;
        border-color: var(--blue-btn) !important;
    }

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

    .group-cb.cb-signup label span {
        color: var(--black);
        font-weight: 500;
    }

    .group-cb.cb-signup .tf-checkbox {
        border-color: var(--line);
    }

        .group-cb.cb-signup .tf-checkbox:checked {
            border-color: var(--blue);
        }

            .group-cb.cb-signup .tf-checkbox:checked::before {
                color: var(--blue);
            }

.digit-group {
    display: flex;
    justify-content: center;
    gap: 12px;
}

    .digit-group input {
        width: 55px;
        height: 55px;
        border-radius: 12px;
        font-size: 24px;
        font-weight: 700;
        line-height: 36px;
        color: var(--black);
        text-align: center;
        background: var(--White);
        border-color: var(--rgba-black-4);
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
    }

        .digit-group input:focus {
            color: var(--black);
        }

        .digit-group input:valid {
            border-color: var(--black);
        }

.search-box {
    position: relative;
    width: 100%;
    display: flex;
    gap: 8px;
    align-items: center;
}

    .search-box .right-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 8px;
        background-color: var(--On-Surface);
        cursor: pointer;
    }

        .search-box .right-icon .icon {
            font-size: 24px;
            color: var(--White);
        }

    .search-box .icon-left {
        position: absolute;
        display: flex;
        top: 50%;
        transform: translateY(-50%);
        left: 7px;
    }

        .search-box .icon-left .icon {
            font-size: 22px;
        }

    .search-box .search-field {
        padding: 9px 34px;
        font-weight: 400;
        line-height: 20px;
        border-radius: 8px;
    }

        .search-box .search-field::placeholder {
            color: var(--Placehoder);
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
        }

    .search-box.style-1 .icon-left {
        left: 16px;
    }

        .search-box.style-1 .icon-left .icon {
            font-size: 24px;
        }

    .search-box.style-1 input {
        padding: 13px 14px 13px 48px;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
    }

    .search-box.style-2 input {
        border-radius: 0;
        border-top: 0;
        border-left: 0;
        border-right: 0;
    }

.select-wrapper {
    position: relative;
    min-width: 120px;
    display: flex;
    align-items: center;
}

    .select-wrapper .icon-left {
        position: absolute;
        top: 3px;
        left: 0;
    }

    .select-wrapper .icon-right {
        position: absolute;
        top: 5px;
        right: 0;
    }

    .select-wrapper .tf-select {
        font-size: 14px;
        line-height: 24px;
        font-weight: 500;
        color: var(--black);
        border: none;
        padding: 12px;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
        z-index: 10;
        background-color: transparent;
    }

        .select-wrapper .tf-select option {
            color: #121927;
        }

.uploadfile .add-file {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    background-color: var(--blue);
    border-radius: 8px;
    width: 48px;
    cursor: pointer;
}

    .uploadfile .add-file::before {
        border-radius: 8px;
        position: absolute;
        width: 100%;
        height: 100%;
        padding: 4px 6px 4px 20px;
        font-weight: 400;
        font-size: 10px;
        line-height: 16px;
        content: "Add";
        display: flex;
        align-items: center;
        border: 1px solid var(--blue);
        background-color: var(--blue);
        color: var(--White);
    }

    .uploadfile .add-file::after {
        position: absolute;
        content: "\e92d";
        font-family: "icomoon";
        color: var(--White);
        font-size: 12px;
        left: 6px;
        top: 6px;
    }

.boxuploadfile {
    width: 100%;
    cursor: pointer;
    height: 325px;
    background-color: var(--rgba-primary-2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    border: 1px dashed rgba(127, 82, 255, 0.25);
}

    .boxuploadfile .icon {
        margin-bottom: 16px;
        font-size: 60px;
        color: var(--blue);
        opacity: 0.6;
    }

    .boxuploadfile .btn-upload {
        position: relative;
        text-align: center;
    }

        .boxuploadfile .btn-upload .ip-file {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 0;
            margin: 0;
            opacity: 0;
        }

        .boxuploadfile .btn-upload p {
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            color: var(--black);
            opacity: 0.7;
        }

.box-ip-icon {
    position: relative;
}

    .box-ip-icon .form-control {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        color: var(--rgba-black-7);
        padding: 17px 26px 17px 64px;
    }

    .box-ip-icon img {
        width: 32px;
        height: 32px;
        position: absolute;
        left: 12px;
        top: 12px;
        bottom: 12px;
    }

.logo-account {
    width: 81px;
    height: 24px;
}

.form-field .label {
    padding-left: 12px;
}

.form-field.form-2 .label {
    position: relative;
    display: inline-block;
}

    .form-field.form-2 .label::after {
        content: "*";
        position: absolute;
        right: -8px;
        top: 0;
        color: var(--red);
    }

.box-check-remember {
    display: flex;
    align-items: center;
    gap: 8px;
}

    .box-check-remember label {
        margin-bottom: 0;
    }

.auth-line {
    margin: 35px 0px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .auth-line::before {
        content: "";
        position: absolute;
        left: 0;
        height: 1px;
        width: 30%;
        background: var(--rgba-black-4);
    }

    .auth-line::after {
        content: "";
        position: absolute;
        right: 0;
        width: 30%;
        height: 1px;
        background: var(--rgba-black-4);
    }

.btn-social-icon {
    padding: 12px;
    border-radius: 99px;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.cb-signup {
    display: flex;
    gap: 12px;
}

    .cb-signup input {
        flex-shrink: 0;
        border-radius: 2px;
    }

    .cb-signup label {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 0;
    }

.box-uploadfile {
    position: relative;
    padding: 18px;
    text-align: center;
    border-radius: 16px;
    border: 1px dashed var(--rgba-black-4);
}

    .box-uploadfile .uploadfile {
        margin-bottom: 0;
    }

    .box-uploadfile .ip-file {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin: 0;
        opacity: 0;
    }

    .box-uploadfile .text {
        margin-top: 16px;
    }

    .box-uploadfile .file {
        margin-top: 2px;
    }

.form-type-1 {
    padding: 43px 16px 20px;
    position: relative;
}

    .form-type-1 .close {
        position: absolute;
        top: 12px;
        right: 17px;
    }

/*------------ footer ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--White);
}

    .footer-fixed.button {
        padding: 20px 24px 24px;
    }

    .footer-fixed.st-1 {
        z-index: 1046;
    }

.menubar-footer {
    display: flex;
    justify-content: center;
    padding: 12px 16px;
    height: 82px;
    box-shadow: 0px 14px 64px 0px rgba(15, 15, 15, 0.1);
}

    .menubar-footer .inner-bar {
        width: 100%;
        display: flex;
        max-width: 1024px;
        justify-content: space-between;
        align-items: center;
    }

        .menubar-footer .inner-bar li {
            width: 52px;
            text-align: center;
        }

            .menubar-footer .inner-bar li a {
                color: var(--Secondary);
            }

                .menubar-footer .inner-bar li a .icon {
                    display: flex;
                    justify-content: center;
                    width: 24px;
                    height: 24px;
                    font-size: 24px;
                    margin-bottom: 4px;
                    margin-left: auto;
                    margin-right: auto;
                }

            .menubar-footer .inner-bar li.active a {
                color: var(--On-Surface);
            }

            .menubar-footer .inner-bar li.active .icon i {
                color: var(--Primary);
            }

.btn-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    z-index: 20;
    background-color: var(--White);
}

    .btn-fixed.style-2 {
        border-top-left-radius: 24px;
        border-top-right-radius: 24px;
    }

/*------------ carousel ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.dots-tes .swiper-pagination-bullet {
    margin: 0px 2px !important;
    width: 6px;
    height: 6px;
    opacity: 0.3;
    border-radius: 50px;
    background-color: var(--blue);
}

.dots-tes .swiper-pagination-bullet-active {
    opacity: 1;
}

.dots-tes.style-2 .swiper-pagination-bullet {
    background-color: var(--White);
}

.swiper .swiper-slide {
    height: auto;
}

    .swiper .swiper-slide > * {
        height: 100%;
    }

.swiper.sw-auto .swiper-slide {
    width: auto;
}

.img-banner-slider {
    width: 275px;
    height: 275px;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

    .img-banner-slider.style-2 {
        width: 307px;
        height: 173px;
    }

.sw-lr {
    margin-right: -24px;
    padding-right: 24px;
}

.sw-box-shadow .tf-swiper {
    padding: 24px;
    margin: -24px;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: var(--White);
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0px 9px;
}

.line-tes {
    position: unset;
    margin-top: 30px;
    display: inline-flex;
    justify-content: center;
}

    .line-tes .swiper-pagination-bullet {
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        width: 8px;
        height: 8px;
        display: block;
        opacity: 1;
        border-radius: 50%;
        border: 1px solid var(--On-Surface);
    }

        .line-tes .swiper-pagination-bullet::after {
            position: absolute;
            content: "";
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid transparent;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .line-tes .swiper-pagination-bullet-active {
        background-color: var(--On-Surface);
    }

        .line-tes .swiper-pagination-bullet-active::after {
            border-color: var(--On-Surface);
        }

/*------------ alert ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.alert {
    color: #fff;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .alert .btn-close {
        position: unset !important;
        width: 24px;
        height: 24px;
        padding: 0;
        background: none;
        opacity: 1;
        color: var(--black);
    }

        .alert .btn-close i {
            font-size: 12px;
        }

    .alert svg {
        flex-shrink: 0;
    }

    .alert span {
        flex-grow: 1;
    }

    .alert.alert-primary {
        background: #1e8011;
        border: 1px solid #1e8011;
    }

        .alert.alert-primary.light {
            background: rgba(30, 128, 17, 0.1);
            border-color: transparent;
            color: #1e8011;
        }

            .alert.alert-primary.light .btn-close {
                color: #1e8011;
            }

    .alert.alert-secondary {
        background: #26ade4;
        border: 1px solid #26ade4;
    }

        .alert.alert-secondary.light {
            background: rgba(38, 173, 228, 0.1);
            border-color: transparent;
            color: #26ade4;
        }

            .alert.alert-secondary.light .btn-close {
                color: #26ade4;
            }

    .alert.alert-success {
        background: #54b24c;
        border: 1px solid #54b24c;
    }

        .alert.alert-success.light {
            background: rgba(84, 178, 76, 0.1);
            border-color: transparent;
            color: #54b24c;
        }

            .alert.alert-success.light .btn-close {
                color: #54b24c;
            }

    .alert.alert-info {
        background: #a70267;
        border: 1px solid #a70267;
    }

        .alert.alert-info.light {
            background: rgba(225, 0, 0, 0.1);
            border-color: transparent;
            color: #a70267;
        }

            .alert.alert-info.light .btn-close {
                color: #a70267;
            }

    .alert.alert-warning {
        background: #ff8a00;
        border: 1px solid #ff8a00;
    }

        .alert.alert-warning.light {
            background: rgba(255, 138, 0, 0.1);
            border-color: transparent;
            color: #ff8a00;
        }

            .alert.alert-warning.light .btn-close {
                color: #ff8a00;
            }

    .alert.alert-danger {
        background: #e10000;
        border: 1px solid #e10000;
    }

        .alert.alert-danger.light {
            background: rgba(225, 0, 0, 0.1);
            border-color: transparent;
            color: #e10000;
        }

            .alert.alert-danger.light .btn-close {
                color: #e10000;
            }

    .alert.alert-dark {
        background: #1b325f;
        border: 1px solid #1b325f;
    }

        .alert.alert-dark.light {
            background: rgba(27, 50, 95, 0.01);
            border-color: transparent;
            color: #1b325f;
        }

            .alert.alert-dark.light .btn-close {
                color: #1b325f;
            }

    .alert.alert-light {
        background: #e7e7e7;
        border: 1px solid #e7e7e7;
        color: #111;
    }

        .alert.alert-light.light {
            background: #E7E7E7;
            border-color: transparent;
        }

    .alert.alert-square {
        border-radius: 0;
    }

/*------------ avatar ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.avatar img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
}

.avatar.round {
    border-radius: 50%;
    overflow: hidden;
}

.avatar.avt-status {
    position: relative;
}

    .avatar.avt-status .status {
        position: absolute;
        width: 8px;
        min-width: 8px;
        height: 8px;
        border-radius: 50%;
        bottom: 3px;
        right: 2px;
        border: 1px solid var(--White);
        background: var(--Success);
    }

    .avatar.avt-status .danger {
        position: absolute;
        width: 10px;
        min-width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        right: 0px;
        border: 2px solid var(--White);
        background: rgb(240, 90, 90);
    }

    .avatar.avt-status .disabled {
        position: absolute;
        width: 10px;
        min-width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        bottom: 0;
        right: 3px;
        border: 1px solid var(--White);
        background: var(--gray);
    }

.avt-20 {
    width: 20px;
    min-width: 20px;
    height: 20px;
}

.avt-22 {
    width: 22px;
    min-width: 22px;
    height: 22px;
}

.avt-24 {
    width: 24px;
    min-width: 24px;
    height: 24px;
}

.avt-27 {
    width: 27px;
    min-width: 27px;
    height: 27px;
}

.avt-32 {
    width: 32px;
    min-width: 32px;
    height: 32px;
}

.avt-36 {
    width: 36px;
    min-width: 36px;
    height: 36px;
}

.avt-40 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
}

.avt-44 {
    width: 44px;
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
}

.avt-48 {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
}

.avt-50 {
    width: 50px;
    min-width: 50px;
    height: 50px;
}

.avt-52 {
    width: 52px;
    min-width: 52px;
    height: 52px;
    border-radius: 50%;
}

.avt-56 {
    width: 56px;
    min-width: 56px;
    height: 56px;
}

.avt-60 {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.avt-70 {
    width: 70px;
    min-width: 70px;
    height: 70px;
}

.avt-76 {
    width: 76px;
    min-width: 76px;
    height: 76px;
}

.avt-80 {
    width: 80px;
    min-width: 80px;
    height: 80px;
}

.avt-96 {
    width: 96px;
    min-width: 96px;
    height: 96px;
}

.avt-110 {
    width: 110px;
    min-width: 110px;
    height: 110px;
}

.line-3 {
    border: 3px solid var(var(--White));
}

.list-stacked {
    display: flex;
}

    .list-stacked .avt-list {
        margin-right: -8px;
    }

        .list-stacked .avt-list .avatar {
            border: 1px solid var(--White);
        }

        .list-stacked .avt-list .member {
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .list-stacked .avt-list .member.type-1 {
                background-color: rgb(52, 200, 222);
                color: var(--White);
                font-size: 8px;
                line-height: 10px;
                font-weight: 400;
            }

            .list-stacked .avt-list .member.type-2 {
                background-color: rgb(236, 72, 153);
                color: var(--White);
                font-size: 8px;
                line-height: 10px;
                font-weight: 400;
            }

            .list-stacked .avt-list .member.type-3 {
                background-color: rgb(69, 210, 178);
                color: var(--White);
                font-size: 8px;
                line-height: 10px;
                font-weight: 400;
            }

            .list-stacked .avt-list .member.type-4 {
                background-color: --blue;
                color: var(--White);
                font-size: 8px;
                line-height: 10px;
                font-weight: 400;
            }

/*------------ switch ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.tf-switch-check {
    position: relative;
    width: 48px;
    height: 24px;
    flex-shrink: 0;
    -webkit-appearance: none;
    background-color: var(--line);
    border-radius: 99px;
    transition: 0.2s;
    margin-right: 0;
}

    .tf-switch-check::before {
        content: "";
        border-radius: 99px;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 2px;
        left: 2px;
        background: var(--White);
        transition: 0.2s;
    }

    .tf-switch-check:checked {
        background-color: var(--Primary);
    }

        .tf-switch-check:checked::before {
            left: 26px;
        }

    .tf-switch-check.lg {
        width: 24px;
        height: 17px;
    }

        .tf-switch-check.lg::before {
            width: 10px;
            height: 10px;
            left: 4px;
        }

        .tf-switch-check.lg:checked::before {
            left: 10px;
        }

.fieldset-sw {
    display: flex;
    gap: 20px;
    align-items: center;
}

    .fieldset-sw label {
        cursor: pointer;
    }

.sw-disabled {
    opacity: 0.5;
}

/*------------ radio button ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.tf-radio {
    position: relative;
    border: 1.5px solid var(--blue);
    border-radius: 50%;
    background: none;
    cursor: pointer;
    outline: 0;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
}

    .tf-radio:checked {
        border-color: var(--blue);
    }

        .tf-radio:checked::before {
            opacity: 1;
        }

    .tf-radio::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        top: 2px;
        left: 2px;
        width: 14px;
        height: 14px;
        background-color: var(--blue);
        opacity: 0;
    }

    .tf-radio.square {
        border-radius: 0;
    }

        .tf-radio.square::before {
            border-radius: 0;
        }

    .tf-radio.square-2 {
        border-radius: 7px;
    }

        .tf-radio.square-2::before {
            border-radius: 5px;
        }

    .tf-radio.circle-2:checked {
        background-color: --blue;
        border-color: --blue;
    }

    .tf-radio.circle-2::before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        border-radius: 50%;
        width: 10px;
        height: 10px;
        background-color: --white;
    }

    .tf-radio.circle-3:checked {
        background-color: --blue;
        border-color: --blue;
    }

    .tf-radio.circle-3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

.fieldset-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    color: --black;
}

    .fieldset-radio label {
        font-weight: 500;
        margin-top: 2px;
    }

.tf-checkbox {
    background: none;
    cursor: pointer;
    outline: 0;
    border-radius: 2px;
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    background-color: var(--White);
    border: 1px solid var(--Secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .tf-checkbox::before {
        position: absolute;
        font-family: "icomoon";
        content: "\e976";
        font-size: 10px;
        border-radius: 0;
        color: var(--White);
        width: unset;
        height: unset;
        background-color: unset;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .tf-checkbox:checked {
        background-color: var(--Primary);
        border-color: var(--Primary);
    }

        .tf-checkbox:checked::before {
            opacity: 1;
        }

.cb-rounded {
    position: relative;
    border: 1px solid --blue;
    background: none;
    cursor: pointer;
    outline: 0;
    width: 18px;
    height: 18px;
    -webkit-appearance: none;
    border-radius: 50%;
    background-color: --white;
}

    .cb-rounded:checked::before {
        content: "";
        position: absolute;
        border-radius: 50%;
        width: 12px;
        height: 12px;
        left: 2px;
        top: 2px;
        background-color: --blue;
    }

.radio-check {
    position: relative;
    border: 4px solid red;
    border-radius: 100px;
    background: red;
    cursor: pointer;
    outline: 0;
    width: 28px;
    height: 28px;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .radio-check::before {
        content: "\e93b";
        position: absolute;
        font-family: "icomoon";
        font-size: 9px;
        color: red;
    }

    .radio-check:checked {
        border-color: red;
        background-color: --blue;
    }

        .radio-check:checked::before {
            color: --white;
        }

    .radio-check.success:checked {
        border-color: #fff;
        background-color: red;
    }

.tf-btn-radio {
    position: relative;
}

    .tf-btn-radio label {
        display: flex;
        align-items: center;
        padding: 12.5px 15px;
        color: var(--On-Surface);
        border-radius: 8px;
        border: 1px solid var(--line);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
    }

    .tf-btn-radio input {
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        border: 2px solid rgb(185, 185, 191);
        border-radius: 50%;
        background: none;
        cursor: pointer;
        outline: 0;
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .tf-btn-radio input::before {
            content: "";
            position: absolute;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: var(--Primary);
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .tf-btn-radio input:checked {
            border-color: var(--Primary);
        }

            .tf-btn-radio input:checked::before {
                opacity: 1;
            }

            .tf-btn-radio input:checked ~ label {
                border-color: rgba(39, 72, 219, 0.5);
            }

    .tf-btn-radio.type-square input {
        border-radius: 2px;
        width: 18px;
        height: 18px;
        background-color: var(--White);
        border: 1px solid var(--Secondary);
    }

        .tf-btn-radio.type-square input::before {
            position: absolute;
            font-family: "icomoon";
            content: "\e976";
            font-size: 10px;
            border-radius: 0;
            color: var(--White);
            width: unset;
            height: unset;
            background-color: unset;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .tf-btn-radio.type-square input:checked {
            background-color: var(--Primary);
            border-color: var(--Primary);
        }

            .tf-btn-radio.type-square input:checked::before {
                opacity: 1;
            }

.tf-btn-radio-1 {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

    .tf-btn-radio-1 input {
        border: 2px solid rgb(185, 185, 191);
        border-radius: 50%;
        background: none;
        cursor: pointer;
        outline: 0;
        height: 20px;
        width: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-appearance: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .tf-btn-radio-1 input::before {
            content: "";
            position: absolute;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            background-color: var(--Primary);
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .tf-btn-radio-1 input:checked {
            border-color: var(--Primary);
        }

            .tf-btn-radio-1 input:checked::before {
                opacity: 1;
            }

            .tf-btn-radio-1 input:checked ~ label {
                border-color: rgba(39, 72, 219, 0.5);
            }

/*------------ card ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.card {
    padding: 16px;
    border-radius: 16px;
    box-shadow: var(--shadow-7);
    border-color: transparent;
    background-color: var(--White);
}

    .card .card-header {
        background-color: transparent;
        padding: 0;
        border-color: transparent;
    }

        .card .card-header .card-title {
            margin: 0;
        }

    .card .card-body {
        padding: 0;
    }

    .card.bg-primary .title {
        color: #ffffff;
    }

/*------------ badge ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.badge {
    border-radius: 12px;
    border: 1px solid transparent;
    padding: 10px;
}

    .badge.badge-lg {
        font-size: 13px;
        font-weight: 600;
        padding: 8px 20px;
    }

    .badge.badge-md {
        font-size: 12px;
        font-weight: 500;
        padding: 6px 10px;
    }

    .badge.badge-sm {
        font-size: 10px;
        font-weight: 500;
        padding: 4px 10px;
    }

    .badge.primary {
        background: var(--Primary);
        border-color: var(--Primary);
        color: #ffffff;
    }

    .badge.secondary {
        background-color: var(--violet);
        border-color: var(--violet);
        color: #ffffff;
    }

    .badge.success {
        background-color: var(--success);
        border-color: var(--success);
        color: #ffffff;
    }

    .badge.danger {
        background: var(--error);
        border-color: var(--error);
        color: #ffffff;
    }

    .badge.warning {
        background: var(--warning);
        border-color: var(--warning);
        color: #ffffff;
    }

    .badge.info {
        background: var(--info);
        border-color: var(--info);
        color: #ffffff;
    }

    .badge.light-primary {
        background: rgba(40, 105, 254, 0.3);
        color: var(--Primary);
    }

    .badge.light-secondary {
        background: rgba(165, 95, 255, 0.3);
        color: var(--violet);
    }

    .badge.light-success {
        background: rgba(39, 174, 96, 0.3);
        color: var(--success);
    }

    .badge.light-danger {
        background: rgba(235, 87, 87, 0.3);
        color: var(--error);
    }

    .badge.light-warning {
        background: rgba(226, 185, 59, 0.3);
        color: var(--warning);
    }

    .badge.light-info {
        background: rgba(47, 128, 237, 0.3);
        color: var(--info);
    }

    .badge.light-badge {
        background: var(--light);
        color: var(--black);
    }

    .badge.light-dark {
        background: var(--rgba-dark);
        color: var(--dark);
    }

    .badge.badge-circle {
        border-radius: 50%;
        padding: 0;
        width: 30px;
        min-width: 30px;
        display: inline-flex;
        height: 30px;
        justify-content: center;
        line-height: 30px;
    }

        .badge.badge-circle.primary {
            background-color: var(--White);
            color: var(--Primary);
        }

        .badge.badge-circle.success {
            background-color: var(--White);
            color: var(--success);
        }

        .badge.badge-circle.danger {
            border-color: var(--danger);
            background-color: var(--White);
            color: var(--danger);
        }

        .badge.badge-circle.warning {
            border-color: var(--warning);
            background-color: var(--White);
            color: var(--warning);
        }

        .badge.badge-circle.info {
            border-color: var(--info);
            background-color: var(--White);
            color: var(--info);
        }

        .badge.badge-circle.light {
            border-color: var(--light);
            background-color: var(--White);
            color: var(--black);
        }

        .badge.badge-circle.dark {
            border-color: var(--dark);
            background-color: var(--White);
            color: var(--dark);
        }

    .badge.badge-round {
        border-radius: 50%;
        padding: 0;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

        .badge.badge-round.round-22 {
            width: 22px;
            min-width: 22px;
            height: 22px;
            line-height: 22px;
        }

.tf-btn .badge {
    position: absolute;
    right: -8px;
    top: -5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-icon {
    position: relative;
}

    .badge-icon .badge {
        position: absolute;
        right: -6px;
        top: -5px;
        width: 14px;
        height: 14px;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 13px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

/*------------ modal ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.modal .modal-header {
    border-color: var(--line);
}

.modal .modal-dialog .modal-content {
    border-radius: 8px;
    border: 0;
    background: var(--White);
    padding: 24px;
}

.modal.modalRight .modal-dialog {
    transform: translate(100%, 0) !important;
    min-width: 100%;
    height: 100%;
    margin: 0;
    transition: 0.5s all !important;
}

    .modal.modalRight .modal-dialog .modal-content {
        border-radius: 0;
        border: 0;
        margin: auto;
        overflow: hidden;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        padding: 0;
    }

        .modal.modalRight .modal-dialog .modal-content .modal-body {
            overflow: auto;
            padding: 0;
            padding-bottom: 30px;
        }

.modal.modalRight.show .modal-dialog {
    transform: translate(0, 0) !important;
}

.modal.modalLeft .modal-dialog {
    transform: translate(-100%, 0) !important;
    min-width: 100%;
    height: 100%;
    margin: 0;
    transition: 0.5s all !important;
}

    .modal.modalLeft .modal-dialog .modal-content {
        border-radius: 0;
        border: 0;
        margin: auto;
        overflow: hidden;
        position: absolute;
        left: 0;
        bottom: 0;
        top: 0;
        padding: 0;
    }

        .modal.modalLeft .modal-dialog .modal-content .modal-body {
            overflow: auto;
            padding: 0;
            padding-bottom: 30px;
        }

.modal.modalLeft.show .modal-dialog {
    transform: translate(0, 0) !important;
}

.modal .modal-dialog-centered {
    margin: 24px;
    justify-content: center;
    max-width: 100% !important;
}

.modal.fade {
    transition: opacity 0.3s linear;
}

.modal-backdrop {
    background-color: var(--On-Surface);
    opacity: 0.3;
}

    .modal-backdrop.show {
        -webkit-backdrop-filter: blur(2px);
        backdrop-filter: blur(2px);
        opacity: 0.3;
    }

.modal-profile .modal-dialog-centered {
    margin-left: 15px;
    margin-right: 15px;
}

    .modal-profile .modal-dialog-centered .modal-content {
        padding: 16px;
    }

/*------------ off canvas ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.offcanvas {
    background-color: var(--White);
}

    .offcanvas.offcanvas-end {
        border: none;
        width: 250px;
    }

        .offcanvas.offcanvas-end.full {
            width: 100%;
        }

    .offcanvas.offcanvas-bottom {
        border-top: none;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        height: auto;
    }

    .offcanvas .offcanvas-header {
        padding: 24px;
    }

        .offcanvas .offcanvas-header.style-1 {
            padding-bottom: 19px;
        }

        .offcanvas .offcanvas-header .icon-close-popup {
            justify-content: flex-end;
            font-size: 12px;
        }

    .offcanvas .offcanvas-body {
        padding: 40px 24px 24px;
    }

.offcanvas-backdrop {
    background-color: var(--On-Surface);
}

    .offcanvas-backdrop.show {
        opacity: 0.3;
    }

.icon-close-popup {
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(49, 57, 79, 0.6);
}

#closeAccount .offcanvas-body {
    padding: 32px 24px 34px;
}

    #closeAccount .offcanvas-body h5 {
        padding-bottom: 12px;
        text-align: center;
    }

.offcanvas#createProject {
    z-index: 1047;
}

#sidebarInbox .offcanvas-header {
    justify-content: flex-end;
}

    #sidebarInbox .offcanvas-header .icon-close-popup {
        font-size: 15px;
    }

.content-sidebarRight {
    overflow: auto;
}

.menu-navlink-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 15px 14px 20px;
    gap: 20px;
}

    .menu-navlink-item .icon {
        font-size: 24px;
        color: rgba(49, 57, 79, 0.6);
    }

    .menu-navlink-item .title {
        color: rgba(49, 57, 79, 0.92);
    }

    .menu-navlink-item.active {
        position: relative;
    }

        .menu-navlink-item.active .icon {
            color: --blue;
        }

        .menu-navlink-item.active .title {
            color: --blue;
        }

        .menu-navlink-item.active::after {
            position: absolute;
            left: 0;
            top: 10px;
            bottom: 10px;
            content: "";
            width: 6px;
            background-color: --blue;
            border-top-right-radius: 100px;
            border-bottom-right-radius: 100px;
            transform: translateX(-50%);
        }

.canvas-attachment {
    color: var(--black);
}

    .canvas-attachment .close-popup {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 24px;
        height: 24px;
        border-radius: 8px;
        border: 1.5px solid var(--black);
        opacity: 0.6;
    }

    .canvas-attachment.offcanvas-bottom {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }

        .canvas-attachment.offcanvas-bottom .offcanvas-header {
            padding: 24px 24px 21px;
        }

    .canvas-attachment .offcanvas-body {
        padding: 0px 24px 40px;
    }

    .canvas-attachment .img-latest {
        border-radius: 16px;
        width: 100px;
        height: 100px;
        overflow: hidden;
    }

    .canvas-attachment .box-latest {
        padding: 20px 0px 24px;
        border-top: 1px solid var(--rgba-black-4);
        border-bottom: 1px solid var(--rgba-black-4);
    }

.search-header {
    padding: 10px 16px;
    height: unset;
}

    .search-header .right-icon {
        font-size: 24px;
    }

.close-popup {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 32px;
}

.popup_job_detail {
    height: calc(100vh - 40px) !important;
    padding: 56px 0px 30px;
}

/*------------ progressbar ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.progress {
    height: 12px;
    border-radius: 99px;
    background-color: var(--line);
    border-color: transparent;
}

    .progress .progress-bar {
        background-color: var(--Primary);
        border-radius: 99px;
    }

        .progress .progress-bar.success {
            background-color: var(--success);
            border-color: var(--success);
        }

        .progress .progress-bar.danger {
            background-color: var(--error);
            border-color: var(--error);
        }

        .progress .progress-bar.warning {
            background-color: var(--warning);
            border-color: var(--warning);
        }

        .progress .progress-bar.info {
            background-color: var(--info);
            border-color: var(--info);
        }

        .progress .progress-bar.dark {
            background-color: var(--dark);
            border-color: var(--dark);
        }

        .progress .progress-bar.liner-primary {
            background: var(--gradient);
        }

    .progress.h-2 {
        height: 2px;
    }

    .progress.h-4 {
        height: 4px;
    }

    .progress.h-5 {
        height: 5px;
        border-radius: 6px;
    }

        .progress.h-5 .progress-bar {
            border-radius: 6px;
        }

    .progress.h-6 {
        height: 6px;
    }

    .progress.h-8 {
        height: 8px;
    }

    .progress.h-10 {
        height: 10px;
    }

    .progress .progress-animated {
        animation-duration: 5s;
        animation-name: scrollanimated;
        transition: all 0.3s ease 0s;
    }

@keyframes scrollanimated {
    0% {
        width: 0;
    }
}
/*------------ stepper ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.tf-stepper {
    width: 164px;
    text-align: center;
}

    .tf-stepper label {
        margin-bottom: 14px;
    }

    .tf-stepper .bootstrap-touchspin {
        align-items: center;
        gap: 10px;
    }

        .tf-stepper .bootstrap-touchspin .btn {
            border-radius: 46px;
            width: 48px;
            height: 48px;
            padding: 0;
            text-align: center;
            font-size: 20px;
            color: var(--black);
            font-weight: 500;
            background-color: transparent;
            border-color: var(--red);
        }

            .tf-stepper .bootstrap-touchspin .btn:focus {
                box-shadow: unset;
                border-color: transparent;
            }

    .tf-stepper .stepper {
        font-size: 20px;
        line-height: normal;
        font-weight: 700;
        text-align: center;
        padding: 10px;
    }

        .tf-stepper .stepper:focus {
            border-color: transparent !important;
        }

    .tf-stepper.round-1 .bootstrap-touchspin .btn {
        border-radius: 14px;
    }

    .tf-stepper.round-2 .bootstrap-touchspin .btn {
        border-radius: 5px;
    }

    .tf-stepper.primary .bootstrap-touchspin .btn {
        border-color: transparent;
        background-color: var(--Primary);
        color: #ffffff;
    }

    .tf-stepper.success .bootstrap-touchspin .btn {
        border-color: transparent;
        background-color: var(--success);
        color: #ffffff;
    }

    .tf-stepper.danger .bootstrap-touchspin .btn {
        border-color: transparent;
        background-color: var(--error);
        color: #ffffff;
    }

    .tf-stepper.info .bootstrap-touchspin .btn {
        border-color: transparent;
        background-color: var(--info);
        color: #ffffff;
    }

    .tf-stepper.dark .bootstrap-touchspin .btn {
        border-color: transparent;
        background-color: var(--black);
        color: var(--White);
    }

    .tf-stepper.surface .bootstrap-touchspin .btn {
        border-color: transparent;
        background-color: var(--surface);
    }

    .tf-stepper.sm {
        width: 106px;
    }

        .tf-stepper.sm .bootstrap-touchspin .btn {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
        }

        .tf-stepper.sm .stepper {
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 21px;
            padding: 0;
            border: 0;
        }

/*------------ spinner ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.spinner-circle {
    width: 40px;
    height: 40px;
    position: relative;
}

    .spinner-circle .spinner-child {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

        .spinner-circle .spinner-child::before {
            content: "";
            display: block;
            margin: 0 auto;
            width: 20%;
            height: 20%;
            background-color: #ffffff;
            border-radius: 100%;
            -webkit-animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
            animation: spinner-circleBounceDelay 1s infinite ease-in-out both;
        }

    .spinner-circle .spinner-circle2 {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }

        .spinner-circle .spinner-circle2::before {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

    .spinner-circle .spinner-circle3 {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
    }

        .spinner-circle .spinner-circle3::before {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

    .spinner-circle .spinner-circle4 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

        .spinner-circle .spinner-circle4::before {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

    .spinner-circle .spinner-circle5 {
        -webkit-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
    }

        .spinner-circle .spinner-circle5::before {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

    .spinner-circle .spinner-circle6 {
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
    }

        .spinner-circle .spinner-circle6::before {
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

    .spinner-circle .spinner-circle7 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

        .spinner-circle .spinner-circle7::before {
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

    .spinner-circle .spinner-circle8 {
        -webkit-transform: rotate(280deg);
        -ms-transform: rotate(280deg);
        transform: rotate(280deg);
    }

        .spinner-circle .spinner-circle8::before {
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

    .spinner-circle .spinner-circle9 {
        -webkit-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
        transform: rotate(320deg);
    }

        .spinner-circle .spinner-circle9::before {
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

    .spinner-circle.lg {
        width: 50px;
        height: 50px;
    }

    .spinner-circle.md {
        width: 30px;
        height: 30px;
    }

    .spinner-circle.sm {
        width: 20px;
        height: 20px;
    }

    .spinner-circle.success .spinner-child::before {
        background-color: var(--success);
    }

    .spinner-circle.warning .spinner-child::before {
        background-color: var(--warning);
    }

    .spinner-circle.danger .spinner-child::before {
        background-color: var(--error);
    }

    .spinner-circle.info .spinner-child::before {
        background-color: var(--info);
    }

    .spinner-circle.dark .spinner-child::before {
        background-color: var(--dark);
    }

    .spinner-circle.spinner-red .spinner-child::before {
        width: 6%;
        height: 20%;
        border-radius: 5px;
        -webkit-animation: spinner-redGrowing 1s infinite ease-in-out both;
        animation: spinner-redGrowing 1s infinite ease-in-out both;
    }

    .spinner-circle.spinner-red .spinner-circle2 {
        -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        transform: rotate(40deg);
    }

        .spinner-circle.spinner-red .spinner-circle2::before {
            -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s;
        }

    .spinner-circle.spinner-red .spinner-circle3 {
        -webkit-transform: rotate(80deg);
        -ms-transform: rotate(80deg);
        transform: rotate(80deg);
    }

        .spinner-circle.spinner-red .spinner-circle3::before {
            -webkit-animation-delay: -1s;
            animation-delay: -1s;
        }

    .spinner-circle.spinner-red .spinner-circle4 {
        -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
        transform: rotate(120deg);
    }

        .spinner-circle.spinner-red .spinner-circle4::before {
            -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s;
        }

    .spinner-circle.spinner-red .spinner-circle5 {
        -webkit-transform: rotate(160deg);
        -ms-transform: rotate(160deg);
        transform: rotate(160deg);
    }

        .spinner-circle.spinner-red .spinner-circle5::before {
            -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
        }

    .spinner-circle.spinner-red .spinner-circle6 {
        -webkit-transform: rotate(200deg);
        -ms-transform: rotate(200deg);
        transform: rotate(200deg);
    }

        .spinner-circle.spinner-red .spinner-circle6::before {
            -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s;
        }

    .spinner-circle.spinner-red .spinner-circle7 {
        -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
        transform: rotate(240deg);
    }

        .spinner-circle.spinner-red .spinner-circle7::before {
            -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s;
        }

    .spinner-circle.spinner-red .spinner-circle8 {
        -webkit-transform: rotate(280deg);
        -ms-transform: rotate(280deg);
        transform: rotate(280deg);
    }

        .spinner-circle.spinner-red .spinner-circle8::before {
            -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s;
        }

    .spinner-circle.spinner-red .spinner-circle9 {
        -webkit-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
        transform: rotate(320deg);
    }

        .spinner-circle.spinner-red .spinner-circle9::before {
            -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
        }

@-webkit-keyframes spinner-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes spinner-circleBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes spinner-redGrowing {
    0%, 80%, 100% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }
}

@keyframes spinner-redGrowing {
    0%, 80%, 100% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }
}

.spinner-grow {
    width: 40px;
    height: 40px;
    background-color: var(--blue);
}

    .spinner-grow.md {
        width: 30px;
        height: 30px;
    }

    .spinner-grow.sm {
        width: 20px;
        height: 20px;
    }

    .spinner-grow.success {
        background-color: var(--success);
    }

    .spinner-grow.success-2 {
        background-color: var(--success2);
    }

    .spinner-grow.warning {
        background-color: var(--warning);
    }

    .spinner-grow.danger {
        background-color: var(--error);
    }

    .spinner-grow.info {
        background-color: var(--info);
    }

    .spinner-grow.dark {
        background-color: var(--dark);
    }

    .spinner-grow.light {
        background-color: var(--light);
    }

    .spinner-grow.disabled {
        background-color: var(--disable);
    }

/*------------ chart ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.mh-mess {
    min-height: 100vh;
}

    .mh-mess .chat-area {
        padding: 69px 0 72px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

.message-box-bottom {
    position: relative;
    display: flex;
    gap: 8px;
}

    .message-box-bottom input {
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
        border: 1px solid var(--line);
        padding: 11px 92px 11px 15px;
        border-radius: 99px;
        color: var(--Secondary);
    }

    .message-box-bottom .btn-message {
        width: 32px;
        height: 32px;
        background-color: var(--Primary);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: var(--pest-1);
    }

    .message-box-bottom .box-left {
        position: absolute;
        top: 4px;
        right: 4px;
        display: flex;
        align-items: center;
        gap: 12px;
    }

        .message-box-bottom .box-left .line {
            height: 24px;
            width: 1px;
            background-color: var(--line);
        }

.bubble.bubble-you {
    display: flex;
    align-items: center;
    gap: 18px;
}

.bubble.bubble-me {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .bubble.bubble-me .content {
        display: flex;
        padding: 7px 10px;
        background-color: var(--surface);
        border-radius: 18px 18px 0 18px;
        width: max-content;
        margin-left: auto;
    }

.box-buble-me .start {
    border-bottom-right-radius: 30px;
}

.box-buble-me .middle {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.box-buble-me .end {
    border-top-right-radius: 30px;
}

.fixed-chat {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1024px;
    margin: 0 auto;
    padding: 8px 16px;
}

/*------------ box icon ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .box-icon.w-28 {
        width: 28px;
        height: 28px;
    }

        .box-icon.w-28 .icon {
            font-size: 14px;
        }

    .box-icon.w-32 {
        width: 32px;
        height: 32px;
    }

    .box-icon.w-36 {
        width: 36px;
        height: 36px;
    }

    .box-icon.w-40 {
        width: 40px;
        height: 40px;
    }

    .box-icon.w-48 {
        width: 48px;
        height: 48px;
    }

        .box-icon.w-48 .icon {
            font-size: 24px;
        }

    .box-icon.w-52 {
        width: 52px;
        height: 52px;
    }

    .box-icon.round {
        border-radius: 50%;
    }

    .box-icon.primary {
        background-color: var(--rgba-primary);
    }

    .box-icon.orange {
        background-color: var(--rgba-orange);
    }

    .box-icon.green {
        background-color: var(--rgba-green);
    }

    .box-icon.blue {
        background-color: var(--rgba-blue);
    }

    .box-icon.error {
        background-color: var(--rgba-error);
    }

    .box-icon.social {
        width: 42px;
        height: 42px;
        border-radius: 50%;
    }

        .box-icon.social .icon {
            font-size: 28px;
            color: var(--White);
        }

    .box-icon.website {
        background-color: rgba(26, 21, 40, 0.7);
    }

    .box-icon.twitter {
        background-color: #1d9bf0;
    }

    .box-icon.discord {
        background-color: #5865f2;
    }

    .box-icon.instagram {
        background: radial-gradient(126.96% 126.96% at 6.47% 97.81%, #fa8f21 9%, #d82d7e 78%);
    }

    .box-icon.telegram {
        background-color: #25a3e1;
    }

    .box-icon.medium {
        background-color: #1a1528;
    }

    .box-icon.massage {
        background: linear-gradient(180deg, #5af575 0%, #13bd2c 100%);
    }

    .box-icon.skype {
        background: linear-gradient(129.81deg, #58d3ee 14.9%, #0b66d1 84.22%);
    }

    .box-icon.twitter-2 {
        background: linear-gradient(129.81deg, #3a6eff 14.9%, #06adff 84.22%);
    }

    .box-icon.messenger {
        background: linear-gradient(210.73deg, #fd607a 10.09%, #913bff 46.91%, #1a7bff 89.52%);
    }

    .box-icon.facebook {
        background: linear-gradient(180deg, #18acfe 0%, #0163e0 99.7%);
    }

    .box-icon.whatsApp {
        background: linear-gradient(226.97deg, #5bd066 9.27%, #27b43e 100%);
    }

    .box-icon.copyLink {
        background-color: #efe9e9;
    }

.bg-icon-1 {
    background-color: var(--rgba-black-4);
}

.box-share-social {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 30px;
    row-gap: 20px;
    flex-wrap: wrap;
}

.social-share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .social-share-item .box-icon {
        border-radius: 12px;
    }

    .social-share-item span {
        font-size: 12px;
        line-height: 20px;
        color: var(--rgba-black-1);
    }

    .social-share-item.whatsApp {
        box-shadow: 0px 6px 12px 0px rgba(61, 192, 79, 0.2);
    }

    .social-share-item.facebook {
        box-shadow: 0px 6px 12px 0px rgba(6, 114, 231, 0.2);
    }

    .social-share-item.messenger {
        box-shadow: 0px 6px 12px 0px rgba(123, 72, 255, 0.2);
    }

    .social-share-item.twitter-2 {
        box-shadow: 0px 6px 12px 0px rgba(16, 161, 255, 0.2);
    }

    .social-share-item.instagram {
        box-shadow: 0px 6px 12px 0px rgba(225, 66, 93, 0.2);
    }

    .social-share-item.skype {
        box-shadow: 0px 6px 12px 0px rgba(29, 127, 216, 0.2);
    }

    .social-share-item.massage {
        box-shadow: 0px 6px 12px 0px rgba(29, 197, 54, 0.2);
    }

.tf-social {
    display: flex;
    gap: 12px;
}

/*------------ nice select ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: var(--White);
    border: 1px solid var(--blue);
    border-radius: 12px;
    padding: 8px 20px;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: left; */
    font-family: var(--paraFont);
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    /* text-transform: capitalize; */
    outline: none;
    position: relative;
    transition: all linear 0.2s;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    color: var(--blue);
}

    .nice-select:active,
    .nice-select.open,
    .nice-select:focus {
        border-color: var(--black);
    }

    .nice-select:after {
        border-bottom: 1.7px solid var(--On-Surface);
        border-right: 1.7px solid var(--On-Surface);
        content: "";
        height: 8px;
        width: 8px;
        margin-top: -6px;
        pointer-events: none;
        position: absolute;
        right: 18px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        z-index: 10;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
        width: 100%;
        -moz-transform: scale(1) translateY(0);
        -o-transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0;
            right: 0;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: var(--White);
        border-radius: 5px;
        border: 1px solid var(--line);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
        font-size: 14px;
        max-height: 100px;
        overflow: auto;
    }

        .nice-select .list.style {
            max-height: unset;
        }

        .nice-select .list::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #f5f5f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

        .nice-select .list::-webkit-scrollbar-thumb {
            background-color: #a7a7a7;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

        .nice-select .list::-webkit-scrollbar {
            width: 6px;
            height: 4px;
            background-color: #f5f5f5;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            -webkit-transform: translate3d(0, 0, 0);
            -moz-transform: translate3d(0, 0, 0);
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 500;
        line-height: 36px;
        list-style: none;
        min-height: 36px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
        color: var(--blue);
    }

        .nice-select .option.selected {
            color: var(--On-Surface);
        }

        .nice-select .option.disabled {
            color: var(--black);
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

.box-select-1 .nice-select {
    min-width: 120px;
    padding-right: 40px;
}

.tf-select {
    border-radius: 8px;
    padding: 11px 15px;
    display: inline-flex;
    border: 1px solid var(--line);
}

    .tf-select::after {
        width: 6px;
        height: 6px;
        margin-top: -4px;
        right: 14px;
        border-color: var(--On-Surface);
    }

    .tf-select .option {
        padding: 4px 8px;
        min-height: 30px;
        color: var(--rgba-black-3);
    }

    .tf-select .list {
        padding: 10px;
        max-height: 400px;
    }

    .tf-select .current.active {
        color: var(--OnSurface);
    }

    .tf-select.style-default {
        padding: 0;
        border: 0;
    }

        .tf-select.style-default .current-icon {
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .tf-select.style-default::after {
            display: none;
        }

        .tf-select.style-default.open .current-icon {
            transform: rotate(180deg);
        }

.nice-select.open-up .list {
    top: auto;
    bottom: 100%;
    margin-bottom: 4px;
}

/*------------ preloader ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.preload {
    overflow: hidden;
}

    .preload .logo-img {
        width: 121px;
        height: auto;
    }

        .preload .logo-img img {
            width: 121px;
            max-width: 30vw;
            height: auto;
            object-fit: contain;
            display: block;
            margin: 0 auto;
        }

.preload-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--White);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.preload-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    z-index: 100;
    margin: -35px 0 0 -35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center;
    animation: preload 1s linear infinite alternate;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.preload-style-2 {
    background: var(--White);
}

    .preload-style-2 .spinner-circle .spinner-child::before {
        background-color: var(--blue);
    }

    .preload-style-2 svg .text {
        fill: var(--black);
    }

    .preload-style-2 svg rect {
        fill: var(--blue);
    }

    .preload-style-2 svg path:not(.text) {
        fill: var(--White);
        stroke: var(--blue);
    }

/*--------------- widget ---------------- */
/* ---------------------------------------------------------
    * Name: Findee - Job Finding Mobile App HTML Template
    * Version: 1.0.0
    * Author: Themesflat
    * Author URI: http://themesflat.com 

	* Abstracts variable

    * Reset css styles

    * Settings

    * Components
        * alert
        * avatar
        * badge
        * button
        * card
        * carousel
        * chart
        * dropdown
        * form
        * header
        * modal
        * preloader
        * progressbar
        * radio button
        * range slider
        * spinner
        * stepper
        * switch
        * tabs

    * widget

/*--------- Abstracts variable ---------- */
.fl-title a {
    color: var(--rgba-black-2);
}

.banner-box {
    display: flex;
    gap: 5px;
    align-items: center;
    padding: 15px 16px 15px 20px;
    background-color: var(--Primary);
    border-radius: 8px;
}

    .banner-box .title {
        margin-bottom: 4px;
    }

    .banner-box .text {
        margin-bottom: 10px;
        color: var(--surface);
    }

    .banner-box a {
        color: var(--Primary);
        border-radius: 99px;
        padding: 7px 12px;
        background-color: var(--White);
    }

        .banner-box a:hover {
            color: var(--On-Surface);
        }

    .banner-box .image {
        width: 100px;
        height: 100px;
        flex-shrink: 0;
    }

.circle {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    transform: scale(0.5);
    opacity: 0;
    animation: grow 4s infinite ease-in-out;
    animation-fill-mode: forwards;
}

    .circle:nth-child(1) {
        animation-delay: 0s;
    }

    .circle:nth-child(2) {
        animation-delay: 0.5s;
    }

    .circle:nth-child(3) {
        animation-delay: 1s;
    }

    .circle:nth-child(4) {
        animation-delay: 1.5s;
    }

    .circle:nth-child(5) {
        animation-delay: 2s;
    }

@keyframes grow {
    0% {
        transform: scale(0.4);
        opacity: 0.5;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.category-job {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

    .category-job .box-img {
        border-radius: 16px;
        padding: 9px;
        border: 1px solid var(--rgba-black-4);
    }

        .category-job .box-img img {
            width: 46px;
            height: 46px;
        }

    .category-job .title {
        color: var(--rgba-black);
    }

    .category-job.active .box-img, .category-job:hover .box-img {
        border-color: var(--blue);
    }

    .category-job.active .title, .category-job:hover .title {
        color: var(--blue);
        font-weight: 500;
    }

.card-job {
    padding: 16px;
    border-radius: 18px;
}

    .card-job .top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .card-job .top .inner-left {
            display: flex;
            gap: 12px;
        }

    .card-job .title {
        color: #ffffff;
    }

    .card-job .info {
        display: grid;
        gap: 2px;
    }

        .card-job .info p {
            color: var(--rgba-white);
        }

    .card-job .logo-box {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        overflow: hidden;
    }

        .card-job .logo-box img {
            border-radius: 8px;
            width: 100%;
            height: 100%;
        }

    .card-job .tag-archive {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.32);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .card-job .tag-archive.active svg path {
            stroke: var(--blue);
        }

    .card-job .list-tag {
        margin-top: 20px;
        display: flex;
        gap: 10px;
    }

        .card-job .list-tag .tag {
            border-radius: 8px;
            padding: 0px 12px;
            background-color: rgba(255, 255, 255, 0.16);
            color: rgba(255, 255, 255, 0.9);
            height: 24px;
            line-height: 24px;
        }

    .card-job .bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
    }

        .card-job .bottom .inner {
            display: flex;
            gap: 3px;
            align-items: center;
        }

            .card-job .bottom .inner h6 {
                color: rgba(255, 255, 255, 0.9);
            }

            .card-job .bottom .inner span {
                color: rgba(255, 255, 255, 0.8);
            }

    .card-job .btn-apply {
        padding: 6px 12px;
        display: flex;
        align-items: center;
        gap: 4px;
        background-color: rgba(26, 21, 40, 0.32);
        color: #ffffff;
        border-radius: 8px;
    }

@keyframes borderAnimation {
    0% {
        background-position: 100% 100%;
    }

    50% {
        background-position: 0% 0%;
    }

    100% {
        background-position: 100% 100%;
    }
}

.list-jobs .job-item {
    padding: 12px;
    border-radius: 20px;
    background-color: var(--White);
    box-shadow: var(--shadow-1);
    display: flex;
    align-items: center;
    gap: 16px;
}

    .list-jobs .job-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .list-jobs .job-item .logo {
        width: 48px;
        height: 48px;
        display: block;
        border-radius: 12px;
        overflow: hidden;
    }

    .list-jobs .job-item .content {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }

        .list-jobs .job-item .content .info {
            display: grid;
            gap: 2px;
        }

        .list-jobs .job-item .content .list-info {
            display: flex;
            align-items: center;
            gap: 6px;
        }

            .list-jobs .job-item .content .list-info .item {
                color: var(--rgba-black-2);
                display: flex;
                align-items: center;
                gap: 4px;
            }

                .list-jobs .job-item .content .list-info .item .icon {
                    font-size: 12px;
                    color: var(--blue);
                }

            .list-jobs .job-item .content .list-info .dot {
                width: 4px;
                height: 4px;
                border-radius: 50%;
                display: block;
                background-color: var(--green);
            }

.card-job-2 {
    border-radius: 18px;
    overflow: hidden;
    padding: 24px;
    background-color: var(--pest-1);
    position: relative;
}

    .card-job-2 .box-top {
        display: flex;
        gap: 12px;
    }

        .card-job-2 .box-top img {
            width: 60px;
            height: 60px;
        }

        .card-job-2 .box-top .info {
            padding-top: 3px;
            display: grid;
            gap: 8px;
        }

        .card-job-2 .box-top .meta {
            display: flex;
            align-items: center;
            gap: 4px;
        }

            .card-job-2 .box-top .meta .icon {
                color: #ffffff;
                font-size: 14px;
            }

            .card-job-2 .box-top .meta p {
                color: var(--rgba-white);
            }

    .card-job-2 .list-tag {
        margin-top: 24px;
        display: flex;
        align-items: center;
        gap: 20px;
        margin-left: 10px;
    }

        .card-job-2 .list-tag .item {
            padding: 6px 12px;
            background-color: var(--rgba-white-2);
            border-radius: 10px;
            font-size: 14px;
            line-height: 24px;
            font-weight: 500;
            color: var(--rgba-white-3);
            display: block;
        }

    .card-job-2 .circle-box {
        top: -27px;
        right: -43px;
        position: absolute;
        width: 92px;
        height: 92px;
        border-radius: 50%;
        border: 7px solid var(--rgba-white-2);
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .card-job-2 .circle-box .circle-inner {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            border: 8px solid var(--rgba-white-2);
        }

    .card-job-2 .title {
        color: #ffffff;
    }

.list-skill .item-skill {
    padding-left: 20px;
    position: relative;
}

    .list-skill .item-skill:not(:last-child) {
        margin-bottom: 12px;
    }

    .list-skill .item-skill::before {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        display: inline-block;
        top: 0;
        left: 0;
        background-color: var(--green);
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
    }

.list-company .item-company {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .list-company .item-company .icon {
        width: 20px;
        height: 20px;
    }

    .list-company .item-company .content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
    }

    .list-company .item-company:not(:last-child) {
        margin-bottom: 16px;
    }

.progress-container {
    position: relative;
    width: 37px;
    height: 37px;
}

.progress-ring {
    transform: rotate(120deg);
    width: 100%;
    height: 100%;
}

.progress-background {
    fill: none;
    stroke: var(--rgba-black-6);
    stroke-width: 8;
    stroke-dasharray: 126;
    stroke-dashoffset: 18;
}

.progress-circle {
    fill: none;
    stroke: var(--green);
    stroke-width: 8;
    stroke-dasharray: 126;
    stroke-dashoffset: 40;
    transition: stroke-dashoffset 1s ease-out;
}

.progress-container::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: var(--blue);
    border-radius: 50%;
    border: 2px solid #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 75%;
    transition: transform 1s ease-out;
}

.card-review {
    background-color: var(--White);
    border-radius: 18px;
    box-shadow: var(--shadow-2);
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

    .card-review .content-left .top {
        display: flex;
        gap: 16px;
        align-items: center;
    }

    .card-review .rate-title .count {
        font-size: 36px;
        font-weight: 700;
        color: var(--black);
    }

    .card-review .content-rate {
        width: 50%;
    }

    .card-review .rating-bar {
        display: flex;
        align-items: center;
    }

        .card-review .rating-bar:not(:last-child) {
            margin-bottom: 10px;
        }

    .card-review .bar {
        flex: 1;
        height: 8px;
        background: var(--rgba-black-7);
        border-radius: 10px;
        margin-left: 8px;
        position: relative;
    }

    .card-review .progress-rate {
        height: 100%;
        background: var(--yellow);
        border-radius: 10px;
    }

    .card-review .list-rate {
        margin-top: 12px;
    }

.list-rate {
    display: flex;
    gap: 4px;
}

    .list-rate .icon {
        font-size: 24px;
        color: var(--yellow);
    }

        .list-rate .icon:last-child {
            color: var(--rgba-black-8);
        }

    .list-rate.full .icon {
        color: var(--yellow);
    }

.list-review .review-item {
    padding: 12px;
    border-radius: 18px;
    background-color: var(--rgba-black-9);
}

    .list-review .review-item .top {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .list-review .review-item .box-avt {
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .list-review .review-item .box-avt img {
            width: 28px;
            height: 28px;
            border-radius: 50%;
        }

    .list-review .review-item .info {
        display: flex;
        align-items: center;
        gap: 6px;
    }

        .list-review .review-item .info .name {
            color: var(--black);
        }

        .list-review .review-item .info .dot {
            background-color: var(--green);
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
        }

    .list-review .review-item:not(:last-child) {
        margin-bottom: 20px;
    }

    .list-review .review-item .list-rate .icon {
        font-size: 16px;
    }

    .list-review .review-item .text-review {
        font-size: 11px;
        line-height: 20px;
        font-weight: 500;
        color: var(--rgba-black-2);
    }

.box-profile .avatar {
    width: 82px;
    height: 82px;
    border-radius: 16px;
    border: 1px solid var(--blue);
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.box-profile .content .name {
    margin-bottom: 8px;
}

.box-profile-setup .avatar {
    width: 82px;
    height: 82px;
    border-radius: 16px;
    border: 1px solid var(--rgba-black-6);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    position: relative;
    background-color: var(--rgba-black-6);
    display: flex;
    align-items: center;
    justify-content: center;
}

    .box-profile-setup .avatar .icon {
        font-size: 56px;
        color: var(--rgba-black-12);
    }

    .box-profile-setup .avatar .upload-box {
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid var(--White);
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--blue);
        font-size: 10px;
        color: var(--White);
    }

.box-profile-setup .head-profile {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--rgba-black-4);
}

.box-profile-setup .avt-profile {
    border-radius: 16px;
}

.box-profile-setup.upload .avatar {
    border: 1px solid var(--blue);
}

.box-profile-setup .ip-file {
    position: absolute;
    inset: 0;
    opacity: 0;
}

.wrap-count {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
}

    .wrap-count .box-count {
        padding: 13px 32px;
        border-radius: 16px;
    }

    .wrap-count .count-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }

.wrapper-box {
    background: var(--gradient);
    padding: 32px 24px 0px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

    .wrapper-box .list-profile {
        padding-bottom: 116px;
    }

    .wrapper-box .menubar-footer .inner-bar .action-add {
        background: var(--gradient);
    }

.wrapper-box-2 {
    background: var(--White);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    padding: 100px 40px 113px;
}

    .wrapper-box-2 .banner {
        width: 272px;
        height: 194px;
        margin: auto;
    }

        .wrapper-box-2 .banner img {
            width: 100%;
            height: 100%;
        }

    .wrapper-box-2 .content {
        margin-top: 16px;
        text-align: center;
        display: grid;
        gap: 8px;
    }

.list-profile li:not(:last-child) .item {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.list-profile .item {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .list-profile .item .box-icon {
        width: 36px;
        height: 36px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.12);
    }

        .list-profile .item .box-icon .icon {
            color: #ffffff;
            font-size: 24px;
        }

    .list-profile .item .content {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .list-profile .item .content .title {
            color: #ffffff;
        }

.box-recent-searches {
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

    .box-recent-searches .box-icon {
        flex-shrink: 0;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        background-color: rgba(255, 255, 255, 0.2);
    }

.box-progress-question {
    display: grid;
    gap: 12px;
}

.tf-progress-bar {
    height: 7px;
    width: 100%;
    background-color: rgba(18, 25, 39, 0.2);
    position: relative;
}

    .tf-progress-bar span {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        bottom: 0;
        background-color: var(--bright-green);
        border-radius: 999px;
    }

.box-question-answer {
    padding: 24px;
    padding-top: 27px;
    border-radius: 28px;
    background-color: var(--White);
    display: grid;
    gap: 24px;
    position: relative;
}

    .box-question-answer::before {
        content: "";
        position: absolute;
        left: 16px;
        right: 16px;
        bottom: -15px;
        top: 20%;
        border-radius: 28px;
        background-color: var(--pest-6);
        display: block;
        z-index: -1;
        box-shadow: 0px -4px 30px 0px rgba(18, 25, 39, 0.03);
    }

    .box-question-answer::after {
        content: "";
        position: absolute;
        left: 33px;
        right: 33px;
        bottom: -27px;
        top: 30%;
        border-radius: 28px;
        background-color: var(--rgba-white-4);
        display: block;
        z-index: -2;
        box-shadow: 0px -4px 30px 0px rgba(18, 25, 39, 0.03);
    }

    .box-question-answer .tf-btn {
        box-shadow: unset;
        padding: 12px;
        height: 48px;
    }

    .box-question-answer .box-title {
        display: grid;
        gap: 5px auto;
    }

.list-answer .box-answer:not(:last-child) {
    margin-bottom: 16px;
}

.box-answer {
    padding: 14px 16px;
    border: 1px solid var(--line);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
}

    .box-answer .title {
        flex-grow: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .box-answer .radio {
        flex-shrink: 0;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        border: 1px solid var(--rgba-black-3);
        box-sizing: border-box;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .box-answer .radio span {
            box-sizing: border-box;
            background-color: transparent;
            width: 13px;
            height: 13px;
            display: block;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .box-answer.active {
        border-color: var(--bright-green);
    }

        .box-answer.active .title {
            color: var(--black);
        }

        .box-answer.active .radio {
            border-color: var(--bright-green);
        }

            .box-answer.active .radio span {
                background-color: var(--bright-green);
            }

.list-interest .box-interest:not(:last-child) {
    margin-bottom: 16px;
}

.box-interest {
    padding: 16px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    box-shadow: var(--shadow-5);
}

    .box-interest .check {
        opacity: 0.25;
    }

    .box-interest .title {
        flex-grow: 1;
    }

    .box-interest .icon {
        flex-shrink: 0;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        border: 1px solid var(--rgba-black-4);
    }

    .box-interest.active .check {
        opacity: 1;
    }

        .box-interest.active .check path {
            fill: var(--bright-green);
            stroke: var(--White);
        }

            .box-interest.active .check path:first-child {
                stroke: transparent;
            }

.box-success {
    padding: 16px 32px 32px;
    display: grid;
    gap: 15px;
    background-color: var(--White);
    border-radius: 32px;
    box-shadow: var(--shadow-3);
}

    .box-success img {
        width: 220px;
        height: 220px;
        margin: auto;
        object-fit: cover;
    }

.box-noti-empty {
    display: grid;
    gap: 40px;
}

    .box-noti-empty img {
        max-width: 327px;
        margin: auto;
    }

    .box-noti-empty .content {
        display: grid;
        gap: 10px;
    }

.message-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    padding: 12px 0 11px;
    border-bottom: 1px solid var(--line);
}

    .message-box .avatar {
        flex-shrink: 0;
    }

        .message-box .avatar img {
            border-radius: 50%;
        }

    .message-box .info {
        display: grid;
        gap: 4px;
        flex-grow: 1;
    }

        .message-box .info .desc {
            color: var(--Secondary);
        }

    .message-box.not-read .info .desc {
        color: var(--On-Surface);
    }

    .message-box.not-read .info .dot {
        display: flex;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: var(--Primary);
    }

.list-noti .box-noti:not(:last-child) {
    margin-bottom: 16px;
}

.box-noti {
    border-radius: 18px;
    background-color: var(--White);
    box-shadow: var(--shadow-6);
    padding: 16px;
    padding-right: 32px;
    display: flex;
    gap: 16px;
    position: relative;
}

    .box-noti .box-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: 1px solid var(--rgba-black-10);
        flex-shrink: 0;
    }

        .box-noti .box-icon img {
            width: 24px;
            height: 24px;
        }

    .box-noti .content {
        flex-grow: 1;
        display: grid;
        gap: 8px;
    }

    .box-noti .more {
        position: absolute;
        right: 16px;
        top: 16px;
        opacity: 0.6;
    }

    .box-noti .dot {
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 50%;
        background-color: var(--bright-green);
        margin: 2px 6px;
    }

        .box-noti .dot.away {
            background-color: var(--yellow);
        }

.list-app .box-app:not(:last-child) {
    margin-bottom: 16px;
}

.box-app {
    box-shadow: var(--shadow-7);
    border-radius: 18px;
    background-color: var(--White);
    padding: 16px;
}

    .box-app .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 10px;
        border: 1px solid var(--rgba-black-10);
        flex-shrink: 0;
    }

        .box-app .logo img {
            width: 24px;
            height: 24px;
        }

    .box-app .info-box {
        display: flex;
        gap: 16px;
        margin-bottom: 20px;
    }

    .box-app .dot {
        width: 4px;
        height: 4px;
        display: inline-block;
        border-radius: 50%;
        background-color: var(--bright-green);
        margin: 2px 6px;
    }

    .box-app .box-map-date {
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        .box-app .box-map-date .icon {
            font-size: 12px;
        }

    .box-app .box-btn {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }

    .box-app .btn-app {
        display: flex;
        justify-content: center;
        padding: 6px;
        border-radius: 12px;
        color: var(--black);
        background-color: var(--rgba-black-7);
    }

        .box-app .btn-app.on-way {
            color: var(--green);
            background-color: var(--rgba-green-2);
        }

        .box-app .btn-app.view-app {
            color: var(--blue);
            background-color: var(--rgba-blue-3);
        }

        .box-app .btn-app.canel {
            color: var(--red);
            background-color: var(--rgba-red);
        }

    .box-app.box-head-app {
        background-color: #ffffff;
    }

        .box-app.box-head-app .info-box {
            margin-bottom: 0;
            gap: 12px;
        }

        .box-app.box-head-app .text-dark {
            color: #121927 !important;
        }

        .box-app.box-head-app .text-dark-4 {
            color: rgba(18, 25, 39, 0.6) !important;
        }

    .box-app .content {
        flex-grow: 1;
    }

    .box-app .box-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .box-app .box-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .box-app .box-bottom .box-map-date {
            margin-top: 0;
        }

    .box-app .check-icon.active svg path {
        stroke: var(--blue);
    }

.wrapper-track-app {
    padding: 24px;
    background: var(--White);
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

    .wrapper-track-app .head-track {
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 1px solid var(--rgba-black-4);
    }

.timeline-track {
    padding-left: 8px;
}

    .timeline-track .timeline-item:not(:last-child) {
        padding-bottom: 23px;
    }

    .timeline-track .timeline-item {
        padding-left: 37px;
        position: relative;
        border-left: 3px solid var(--bright-green);
    }

        .timeline-track .timeline-item.offer {
            border-left: 2px dashed var(--rgba-black-4);
            margin-left: 1px;
        }

        .timeline-track .timeline-item .icon {
            position: absolute;
            left: -12px;
            top: 0px;
        }

        .timeline-track .timeline-item .icon-cup {
            font-size: 24px;
        }

        .timeline-track .timeline-item .round-circle {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            border: 1.5px solid var(--bright-green);
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--White);
            box-sizing: content-box;
        }

            .timeline-track .timeline-item .round-circle span {
                width: 14px;
                height: 14px;
                background-color: var(--bright-green);
                border-radius: 50%;
            }

        .timeline-track .timeline-item .icon-tick {
            width: 20px;
            height: 20px;
            background-color: var(--bright-green);
            font-size: 10px;
            color: var(--White);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 6px;
        }

        .timeline-track .timeline-item .box-date-time {
            display: flex;
            gap: 28px;
        }

        .timeline-track .timeline-item .title {
            margin-bottom: 8px;
        }

.list-recent-search .item {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .list-recent-search .item:not(:last-child) {
        margin-bottom: 16px;
    }

.boarding-img .img {
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
}

.content-boarding {
    margin-top: 36px;
    display: grid;
    gap: 12px;
}

.group-btn-boarding .tf-btn:not(:last-child) {
    margin-bottom: 24px;
}

.boarding-sec {
    padding-top: 32px;
    padding-bottom: 192px;
}

.list-type {
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    column-gap: 12px;
}

    .list-type .type-item {
        padding: 6px 12px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 10px;
        border: 1px solid var(--rgba-black-4);
        color: var(--rgba-black);
        text-transform: capitalize;
        font-weight: 500;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .list-type .type-item.active {
            background-color: var(--pest-1);
            color: #ffffff;
            border-color: var(--pest-1);
            font-weight: 600;
        }

.list-file-mess .item {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .list-file-mess .item .icon {
        font-size: 30px;
        flex-shrink: 0;
    }

    .list-file-mess .item .icon-document-download {
        color: var(--pest-1);
    }

    .list-file-mess .item .icon-task-square {
        color: var(--pink);
    }

    .list-file-mess .item .icon-document-text {
        color: var(--green);
    }

    .list-file-mess .item .icon-video-square {
        color: var(--yellow);
    }

    .list-file-mess .item .content {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .list-file-mess .item:not(:last-child) {
        margin-bottom: 16px;
    }

.grid-cate {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px 16px;
}

@media (max-width: 768px) {
    .grid-cate {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px 10px;
    }
}

@media (max-width: 480px) {
    .grid-cate {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 8px 8px;
    }
}

.cate-item {
    text-align: center;
}

    .cate-item .image {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 99px;
        background-color: var(--surface);
        backdrop-filter: blur(4px);
        font-size: 24px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 4px;
    }

.candidates-item {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    border: 1px solid var(--line);
    padding: 15px;
    text-align: center;
}

    .candidates-item .image {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 8px;
    }

        .candidates-item .image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .candidates-item .name {
        margin-bottom: 4px;
    }

    .candidates-item .connections {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-bottom: 12px;
    }

.find-job-grid {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.find-job-item {
    padding: 12px;
}

    .find-job-item .job-detail {
        display: flex;
        gap: 12px;
        align-items: center;
        padding-bottom: 7px;
        border-bottom: 1px solid var(--line);
        margin-bottom: 8px;
    }

        .find-job-item .job-detail .image {
            display: flex;
            width: 40px;
            height: 40px;
            flex-shrink: 0;
            border-radius: 50%;
            overflow: hidden;
        }

        .find-job-item .job-detail .infor {
            position: relative;
            flex-grow: 1;
        }

            .find-job-item .job-detail .infor .name {
                display: flex;
            }

            .find-job-item .job-detail .infor .place {
                display: flex;
                gap: 4px;
            }

                .find-job-item .job-detail .infor .place .text-caption-3 {
                    color: var(--Secondary);
                }

            .find-job-item .job-detail .infor .bookmark-save {
                position: absolute;
                top: 7px;
                right: 6px;
                cursor: pointer;
                display: flex;
            }

                .find-job-item .job-detail .infor .bookmark-save svg path {
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

    .find-job-item .salary {
        display: flex;
        justify-content: space-between;
    }

        .find-job-item .salary .price {
            display: flex;
            gap: 4px;
        }

    .find-job-item.style-1 .job-detail {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

    .find-job-item .job-openings {
        display: flex;
        padding: 3px 11px;
        border: 1px solid var(--Primary);
        border-radius: 99px;
    }

.save-item:not(.saved) .bookmark-save-icon svg path {
    fill: transparent;
    stroke: var(--On-Surface);
}

.no-results-found {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    right: 15px;
    text-align: center;
}

    .no-results-found .image {
        margin-bottom: 16px;
        width: 120px;
        height: 120px;
        margin-left: auto;
        margin-right: auto;
    }

    .no-results-found .title {
        margin-bottom: 9px;
    }

.rate-list {
    display: flex;
}

    .rate-list .icon {
        font-size: 12px;
        color: var(--Warning);
    }

.job-detail-wrap .find-job-item {
    padding: 12px 16px;
}

    .job-detail-wrap .find-job-item .job-detail {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }

        .job-detail-wrap .find-job-item .job-detail .image {
            width: 60px;
            height: 60px;
        }

    .job-detail-wrap .find-job-item .tags {
        display: flex;
        gap: 8px;
        flex-wrap: wrap;
    }

        .job-detail-wrap .find-job-item .tags .tag-item {
            display: flex;
            padding: 4px 16px;
            border-radius: 99px;
            background-color: var(--surface);
        }

.job-detail-wrap .desc {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.job-detail-wrap .overview {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .job-detail-wrap .overview ul li {
        display: flex;
        justify-content: space-between;
        padding-bottom: 7px;
    }

        .job-detail-wrap .overview ul li:not(:last-child) {
            margin-bottom: 8px;
            border-bottom: 1px solid var(--line);
        }

.job-detail-wrap .review {
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

    .job-detail-wrap .review .comment-wrap {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

.review-rating-inner .top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

    .review-rating-inner .top .num {
        font-weight: 600;
        font-size: 56px;
        line-height: 68px;
    }

    .review-rating-inner .top .rate-list {
        gap: 4px;
        margin-bottom: 6px;
    }

        .review-rating-inner .top .rate-list .icon {
            font-size: 20px;
        }

.review-rating-inner .score {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .review-rating-inner .score .score-item {
        display: flex;
        gap: 8px;
        align-items: center;
    }

        .review-rating-inner .score .score-item .rate-list .icon {
            font-size: 16px;
        }

.line-bg {
    width: 100%;
    height: 8px;
    background-color: var(--line);
    border-radius: 1px;
}

    .line-bg div {
        height: 100%;
        background-color: var(--Primary);
        border-radius: 1px 0 0 1px;
    }

ul.list-text {
    padding-left: 21px;
    list-style: unset;
    color: var(--Secondary);
}

.new-feed-top {
    padding: 12px 16px;
    border-radius: 12px;
    box-shadow: 0px 3px 3px 0px rgba(37, 53, 60, 0.0705882353);
}

    .new-feed-top .message-box-bottom > input {
        padding-right: 157px;
    }

    .new-feed-top .image-add {
        position: relative;
        width: 20px;
        height: 20px;
        padding: 0;
        border: 0;
        border-radius: unset;
        cursor: pointer;
    }

        .new-feed-top .image-add::after {
            position: absolute;
            content: "\e930";
            font-family: "icomoon";
            font-size: 20px;
            line-height: 20px;
            color: var(--On-Surface);
            top: 0;
            left: 0;
            background-color: var(--White);
        }

        .new-feed-top .image-add input {
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }

    .new-feed-top .paperclip {
        position: relative;
        width: 20px;
        height: 20px;
        padding: 0;
        border: 0;
        border-radius: unset;
        cursor: pointer;
    }

        .new-feed-top .paperclip::after {
            position: absolute;
            content: "\e92e";
            font-family: "icomoon";
            font-size: 20px;
            line-height: 20px;
            color: var(--On-Surface);
            top: 0;
            left: 0;
            background-color: var(--White);
        }

        .new-feed-top .paperclip input {
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }

.new-feed-post {
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0px 2px 2px 0px rgba(28, 36, 51, 0.1019607843);
}

.box-post .post-user {
    display: flex;
    align-items: center;
    gap: 12px;
}

    .box-post .post-user .infor {
        display: flex;
        align-items: center;
        gap: 11px;
    }

        .box-post .post-user .infor .dot {
            display: flex;
            width: 4px;
            height: 4px;
            border-radius: 99px;
            background-color: var(--Placehoder);
        }

    .box-post .post-user .right {
        display: flex;
        gap: 8px;
        align-items: center;
    }

.box-post .like-share-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

    .box-post .like-share-button a {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.box-post .post-comment .post-comment-item:not(:last-child) {
    margin-bottom: 20px;
}

.noti-item {
    display: flex;
    gap: 12px;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--line);
}

    .noti-item .content {
        flex-grow: 1;
    }

    .noti-item.unread .title,
    .noti-item.unread .text {
        color: var(--On-Surface);
    }

    .noti-item.unread .dot {
        display: flex;
        flex-shrink: 0;
        width: 8px;
        height: 8px;
        background-color: var(--Primary);
        border-radius: 50%;
    }

.my-profile {
    padding: 12px;
    border-radius: 8px;
    background-color: var(--Primary);
}

    .my-profile .my-profile-infor {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 8px;
    }

        .my-profile .my-profile-infor .image {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
        }

        .my-profile .my-profile-infor .right-icon {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            color: var(--White);
        }

            .my-profile .my-profile-infor .right-icon:hover {
                color: var(--On-Surface);
            }

    .my-profile .my-profile-follower {
        background-color: rgba(255, 255, 255, 0.1019607843);
        display: flex;
        gap: 12px;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        padding: 8px 0;
    }

        .my-profile .my-profile-follower .line {
            display: flex;
            width: 1px;
            height: 16px;
            border: 0;
            background-color: rgba(255, 255, 255, 0.1);
        }

.education-item {
    padding: 12px 12px 11px;
    border-bottom: 1px solid var(--line);
}

    .education-item .title {
        margin-bottom: 4px;
    }

.item-ft .item-remove {
    cursor: pointer;
}

.portfolio-wrap .portfolio-item {
    position: relative;
}

    .portfolio-wrap .portfolio-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 4px;
    }

    .portfolio-wrap .portfolio-item .icon {
        position: absolute;
        top: 8px;
        right: 8px;
        font-size: 24px;
        color: var(--On-Surface);
        border-radius: 999px;
    }

.portfolio-wrap.style-1 {
    display: flex;
    gap: 12px;
    overflow-x: auto;
}

    .portfolio-wrap.style-1 .portfolio-item {
        max-width: 137px;
        height: 137px;
        flex-shrink: 0;
    }

.portfolio-wrap.style-2 {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.tag-item {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 8px 12px;
    background-color: var(--surface);
    border-radius: 99px;
}

.cv-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 13px;
    border-radius: 8px;
    border: 1px solid var(--line);
}

    .cv-item .cv-item-icon {
        font-size: 24px;
    }

    .cv-item .status {
        position: relative;
    }

        .cv-item .status::before {
            position: absolute;
            left: -6px;
            content: "";
            width: 3px;
            height: 3px;
            border-radius: 99px;
            background-color: var(--Secondary);
        }

.edit-profile-wrap .profile-avatar {
    display: flex;
    position: relative;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

    .edit-profile-wrap .profile-avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

    .edit-profile-wrap .profile-avatar .add-img {
        position: absolute;
        bottom: 2px;
        right: 8px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--Primary);
        margin-bottom: 0;
    }

        .edit-profile-wrap .profile-avatar .add-img::after {
            position: absolute;
            font-family: "icomoon";
            content: "\e935";
            top: 0;
            left: 0;
            width: 24px;
            height: 24px;
            z-index: 1;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: var(--Primary);
            font-size: 17px;
            color: var(--White);
        }

        .edit-profile-wrap .profile-avatar .add-img input {
            position: absolute;
            opacity: 0;
            visibility: hidden;
        }

.edit-profile-wrap form .input-icon .form-control {
    border-radius: 8px;
    color: var(--On-Surface);
}

.form-right-icon {
    position: relative;
}

    .form-right-icon .input-right-icon {
        position: absolute;
        display: flex;
        right: 16px;
        font-size: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

.form-profile-summary .title {
    padding-bottom: 7px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 8px;
}

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

    .skill-item .left-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        font-size: 20px;
        color: var(--On-Surface);
        background-color: var(--surface);
        border-radius: 50%;
    }

    .skill-item .title {
        display: flex;
        flex-grow: 1;
        color: var(--On-Surface);
    }

    .skill-item .right-icon {
        font-size: 20px;
    }

.more-option-wrap {
    padding-top: 22px;
    border-radius: 12px;
    overflow: hidden;
}

    .more-option-wrap .item {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 12px 16px;
    }

        .more-option-wrap .item.active, .more-option-wrap .item:hover {
            background-color: rgba(39, 72, 219, 0.1019607843);
        }

        .more-option-wrap .item .icon {
            font-size: 20px;
        }

        .more-option-wrap .item:not(:first-child) {
            border-top: 1px solid var(--line);
        }

.profile-setting {
    display: grid;
    gap: 8px;
}

.setting-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
}

    .setting-item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: var(--surface);
        font-size: 20px;
    }

    .setting-item .text {
        flex-grow: 1;
    }

    .setting-item.logout .icon {
        background-color: rgba(231, 65, 65, 0.1);
    }

.setting-packages-item {
    position: relative;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid var(--line);
}

    .setting-packages-item .sub {
        margin-bottom: 4px;
    }

    .setting-packages-item .title {
        margin-bottom: 12px;
    }

    .setting-packages-item .list-text-check {
        margin-bottom: 12px;
    }

        .setting-packages-item .list-text-check li {
            padding: 4px 0;
        }

    .setting-packages-item .paid {
        position: absolute;
        width: 108px;
        height: 62px;
        top: 24px;
        right: 24px;
    }

.add-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 16px;
    border-radius: 8px;
    border: 1px solid var(--line);
}

.bank-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background-color: var(--surface);
    padding: 11px;
    border: 1px solid var(--surface);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .bank-item .image {
        display: flex;
        width: 62px;
        height: 62px;
        flex-shrink: 0;
    }

    .bank-item .content {
        flex-grow: 1;
    }

    .bank-item .name {
        margin-bottom: 4px;
    }

    .bank-item .exp {
        text-align: end;
    }

    .bank-item.active {
        background-color: var(--White);
        border: 1px solid var(--Primary);
    }

.successful-wrap {
    min-height: 100vh;
    align-content: center;
    background-color: var(--surface);
    background-image: url(../images/banner/bg-successful.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.popup-successful {
    position: relative;
    padding: 80px 16px 16px;
    border-radius: 20px;
    text-align: center;
    background-color: var(--White);
}

    .popup-successful .image {
        width: 190px;
        height: auto;
        position: absolute;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }

.accordion-item {
    border-radius: 8px !important;
    border: 1px solid var(--line) !important;
    padding: 15px;
    position: relative;
}

    .accordion-item .accordion-button {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .accordion-item .accordion-button:focus {
            outline: none !important;
            box-shadow: none !important;
            border-color: unset !important;
        }

    .accordion-item.style-1 {
        padding: 0;
        border: 0 !important;
    }

        .accordion-item.style-1 .accordion-button {
            border-radius: 4px 4px 0 0;
            gap: 8px;
            background-color: var(--White);
        }

            .accordion-item.style-1 .accordion-button:not(.collapsed) {
                background: rgba(39, 72, 219, 0.1) !important;
                border-bottom: 1px solid rgba(39, 72, 219, 0.5) !important;
            }

                .accordion-item.style-1 .accordion-button:not(.collapsed) .icon {
                    background-color: var(--White);
                }

                .accordion-item.style-1 .accordion-button:not(.collapsed) .pluscircle {
                    display: flex;
                }

            .accordion-item.style-1 .accordion-button::after {
                display: none;
            }

            .accordion-item.style-1 .accordion-button .title {
                flex-grow: 1;
            }

            .accordion-item.style-1 .accordion-button .icon {
                width: 36px;
                height: 36px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 50%;
                font-size: 20px;
                background-color: var(--surface);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .accordion-item.style-1 .accordion-body {
            border: 0;
        }

    .accordion-item.faq-accordion-item {
        border: 0 !important;
    }

        .accordion-item.faq-accordion-item .accordion-collapse {
            position: relative;
        }

    .accordion-item .faq-accordion-btn {
        position: unset;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 8px !important;
        padding: 0 !important;
        outline: 0 !important;
        box-shadow: none !important;
        background-color: var(--White);
        color: var(--On-Surface);
        font-weight: 500;
        font-size: 14px;
        line-height: 18px;
    }

        .accordion-item .faq-accordion-btn::after {
            display: none;
        }

        .accordion-item .faq-accordion-btn span.right {
            position: relative;
            display: flex;
            width: 16px;
            height: 16px;
        }

            .accordion-item .faq-accordion-btn span.right::after {
                position: absolute;
                content: "";
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 12px;
                height: 1px;
                background-color: var(--On-Surface);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .accordion-item .faq-accordion-btn span.right::before {
                position: absolute;
                content: "";
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: 1px;
                height: 12px;
                background-color: var(--On-Surface);
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .accordion-item .faq-accordion-btn:not(.collapsed)::before {
            background-color: rgba(39, 72, 219, 0.1);
            border: 1px solid transparent;
        }

        .accordion-item .faq-accordion-btn:not(.collapsed) span.right::before {
            display: none;
        }

        .accordion-item .faq-accordion-btn::before {
            position: absolute;
            content: "";
            inset: 0;
            border-radius: 8px !important;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            border: 1px solid var(--line);
        }

    .accordion-item .faq-accordion-content {
        padding: 0;
        margin-top: 12px;
        padding-top: 12px;
        border-top: 1px solid rgba(39, 72, 219, 0.1);
    }

.boarding-image {
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/banner/boarding-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .boarding-image img {
        width: 173px;
        height: 59px;
    }

.summary-accordion {
    display: grid;
    gap: 8px;
}

    .summary-accordion .accordion-item {
        border: 0 !important;
        padding: 0;
        border-radius: 0;
        position: relative;
    }

        .summary-accordion .accordion-item.style-1 .accordion-button {
            border-radius: 4px 4px 0 0;
        }

            .summary-accordion .accordion-item.style-1 .accordion-button:not(.collapsed) {
                background: rgba(39, 72, 219, 0.1) !important;
                border-bottom: 1px solid rgba(39, 72, 219, 0.5) !important;
            }

                .summary-accordion .accordion-item.style-1 .accordion-button:not(.collapsed) .icon {
                    background-color: var(--White);
                }

                .summary-accordion .accordion-item.style-1 .accordion-button:not(.collapsed) .pluscircle {
                    display: flex;
                }

        .summary-accordion .accordion-item.style-1 .accordion-body {
            border: 0;
        }

    .summary-accordion .accordion-button {
        padding: 8px 0;
        gap: 8px;
        color: var(--On-Surface);
        background: none !important;
        border: 0 !important;
        outline: none !important;
        box-shadow: none !important;
    }

        .summary-accordion .accordion-button .icon {
            width: 36px;
            height: 36px;
            background-color: var(--line);
            border-radius: 99px;
            font-size: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .summary-accordion .accordion-button .title {
            flex-grow: 1;
        }

        .summary-accordion .accordion-button .pluscircle {
            opacity: 1;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .summary-accordion .accordion-button::after {
            display: none;
        }

        .summary-accordion .accordion-button:not(.collapsed) .pluscircle {
            opacity: 0;
        }

    .summary-accordion .accordion-body {
        padding: 8px 0 12px !important;
        border-top: 1px solid transparent;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .summary-accordion .accordion-body .link-edit-detail {
            position: absolute;
            top: 14px;
            right: 12px;
            font-size: 24px;
            color: var(--Primary);
            opacity: 0;
            z-index: 5;
        }

    .summary-accordion .accordion-collapse.show .link-edit-detail {
        opacity: 1;
    }

    .summary-accordion .accordion-collapse.show .accordion-body {
        border-color: var(--line);
    }

.social-network-item {
    position: relative;
}

    .social-network-item input {
        padding: 15px 11px 15px 56px;
        color: var(--Primary) !important;
    }

        .social-network-item input::placeholder {
            color: var(--Placehoder);
        }

    .social-network-item .icon {
        position: absolute;
        left: 12px;
        top: 50%;
        transform: translateY(-50%);
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--surface);
        border-radius: 50%;
        color: var(--On-Surface);
        font-size: 20px;
    }

.job-description .wrap {
    padding: 12px 16px 20px;
}

.job-description .title {
    padding-bottom: 7px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 8px;
}

.job-type-item {
    padding: 31px 9px;
    text-align: center;
    border-radius: 20px;
    background-color: var(--surface);
    border: 1px solid var(--surface);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .job-type-item .image {
        margin-bottom: 16px;
    }

    .job-type-item.active {
        border-color: var(--Primary);
    }

.wg-map {
    height: 100%;
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
}

    .wg-map iframe {
        height: 100%;
        width: 100%;
    }

    .wg-map .find-job-item {
        position: absolute;
        bottom: 40px;
        left: 26px;
        right: 26px;
        z-index: 2;
        background-color: var(--White);
        border-radius: 8px;
    }

        .wg-map .find-job-item .job-detail {
            padding-bottom: 0;
            border-bottom: 0;
            margin-bottom: 16px;
        }

        .wg-map .find-job-item .tag-item {
            padding: 4px 16px;
        }

        .wg-map .find-job-item .salary {
            padding-bottom: 16px;
            border-bottom: 1px solid var(--line);
            margin-bottom: 12px;
        }

.list-rating-check {
    display: flex;
    gap: 4px;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}

    .list-rating-check label {
        margin-bottom: 0;
    }

    .list-rating-check:not(:checked) > input {
        position: absolute;
        opacity: 0;
    }

    .list-rating-check:not(:checked) > label {
        font-size: 60px;
        cursor: pointer;
        white-space: nowrap;
        width: 60px;
        height: 60px;
        color: var(--line);
        position: relative;
    }

        .list-rating-check:not(:checked) > label:before {
            font-family: "icomoon";
            content: "\e941";
            top: 0;
            left: 0;
            font-size: 60px;
            line-height: 60px;
            position: absolute;
        }

    .list-rating-check > input:checked ~ label {
        color: var(--Warning);
    }

    .list-rating-check:not(:checked) > label:hover,
    .list-rating-check:not(:checked) > label:hover ~ label {
        color: var(--Warning);
    }

    .list-rating-check > input:checked + label:hover,
    .list-rating-check > input:checked + label:hover ~ label,
    .list-rating-check > input:checked ~ label:hover,
    .list-rating-check > input:checked ~ label:hover ~ label,
    .list-rating-check > label:hover ~ input:checked ~ label {
        color: var(--Warning);
    }

.like-box {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 20px;
    color: var(--line);
    flex-shrink: 0;
    cursor: pointer;
}

    .like-box.active {
        color: var(--Primary);
    }

.box-available {
    display: flex;
    border-radius: 99px;
    background-color: rgba(55, 184, 83, 0.1019607843);
    padding: 7px 12px;
}

.policy-privacy-wrap {
    min-height: 100vh;
    background-color: rgba(18, 18, 18, 0.3);
    place-content: center;
}

    .policy-privacy-wrap .inner {
        padding: 20px;
        border-radius: 8px;
        background-color: var(--White);
        max-width: 343px;
        margin-left: auto;
        margin-right: auto;
    }

.noti-wrap {
    min-height: 100vh;
    background-color: rgba(18, 18, 18, 0.3);
    place-content: center;
}

    .noti-wrap .inner {
        padding: 0;
        border-radius: 8px;
        background-color: var(--White);
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }

    .noti-wrap .content {
        padding: 19px 16px 15px;
    }

    .noti-wrap .btn-bot {
        border-top: 1px solid var(--line);
        display: flex;
    }

        .noti-wrap .btn-bot a {
            width: 50%;
            padding: 11px 0 14px;
            display: flex;
            justify-content: center;
        }

            .noti-wrap .btn-bot a:first-child {
                border-right: 1px solid var(--line);
            }

.cookie-wrap {
    min-height: 100vh;
    background-color: rgba(18, 18, 18, 0.3);
    place-content: center;
}

    .cookie-wrap .inner {
        padding: 0;
        border-radius: 8px;
        background-color: var(--White);
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }

    .cookie-wrap .desc {
        padding: 20px 17px 25px;
    }

    .cookie-wrap .map-wrap iframe {
        width: 100%;
        height: 126px;
    }

    .cookie-wrap .btn-bot a {
        padding: 14px 0;
        display: flex;
        justify-content: center;
    }

        .cookie-wrap .btn-bot a:not(:last-child) {
            border-bottom: 1px solid var(--line);
        }

/*# sourceMappingURL=styles.css.map */
/* Recent jobs card layout */
.recent-jobs-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.recent-job-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 14px;
}

.recent-job-inner {
    display: grid;
    grid-template-columns: 72px 1fr 34px;
    gap: 12px;
    align-items: center;
}

.recent-job-logo {
    width: 72px;
    height: 72px;
    border: 1px solid var(--line);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #fff;
}

    .recent-job-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.recent-job-title {
    display: block;
    font-weight: 600;
    color: var(--On-Surface);
    line-height: 1.35;
    margin-bottom: 4px;
}

.recent-job-company {
    color: var(--Secondary);
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 13px;
}

.recent-job-meta {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.recent-job-chip {
    background: #eceff3;
    color: var(--On-Surface);
    border-radius: 999px;
    padding: 4px 10px;
    font-size: 13px;
    line-height: 1.2;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recent-job-chip-salary {
    border: 1px solid var(--Primary);
    background: transparent;
    color: var(--Primary);
    font-weight: 600;
}

.recent-job-fav {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid #7abf86;
    color: #63b072;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .recent-jobs-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.recent-job-flags {
    display: flex;
    gap: 6px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

.recent-job-flag {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
}

    .recent-job-flag.featured {
        background: #6f4f28;
        color: #fff;
    }

    .recent-job-flag.urgent {
        background: #e1772f;
        color: #fff;
    }

.recent-job-flag {
    position: relative;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 4px 12px 4px 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

    .recent-job-flag::after {
        content: "";
        position: absolute;
        right: -6px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
    }

    .recent-job-flag.featured {
        background: #00b14f;
        color: #fff;
    }

        .recent-job-flag.featured::after {
            border-left: 6px solid #9b7240;
            display: none;
        }

    .recent-job-flag.urgent {
        background: linear-gradient(90deg,#eb5a3c,#ff9d3d) !important;
        color: #fff;
    }

        .recent-job-flag.urgent::after {
            border-left: 6px solid #f09350;
            display: none;
        }

.recent-job-company {
    display: inline-block;
    color: var(--Secondary);
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 13px;
}

    .recent-job-company:hover {
        color: var(--Primary);
    }

.recent-job-chip.link {
    text-decoration: none;
}

    .recent-job-chip.link:hover {
        background: #e1e5ea;
        color: var(--Primary);
    }

.recent-job-time {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--Secondary);
    text-align: right;
}

html {
    font-size: 18px !important;
}

body,
button,
input,
select,
textarea {
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
}

body {
    overflow-x: hidden;
}

.app-content-main {
    padding-bottom: 88px;
}

.category-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.recent-job-item.is-hidden {
    display: none;
}

.btn-load-more-jobs {
    min-width: 220px;
}

.jobs-pagination .page-link {
    color: var(--On-Surface);
    border-radius: 999px;
    margin: 0 4px;
    min-width: 38px;
    text-align: center;
}

.jobs-pagination .page-item.active .page-link {
    background: var(--Primary);
    border-color: var(--Primary);
    color: #fff;
}

.job-filter-box {
    background: #fff;
    border: 1px solid #e8eaef;
    border-radius: 6px;
    padding: 12px;
}

.job-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: var(--Secondary);
}

    .job-breadcrumb a {
        color: var(--Primary);
        text-decoration: none;
    }

    .job-breadcrumb .current {
        color: var(--On-Surface);
        font-weight: 500;
    }

.job-detail-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px;
}

.job-detail-title {
    font-size: 40px;
    line-height: 1.25;
    margin-bottom: 12px;
    color: var(--On-Surface);
}

.job-detail-meta {
    display: grid;
    gap: 6px;
    color: var(--Secondary);
    margin-bottom: 16px;
}

.job-detail-section {
    margin-bottom: 14px;
}

    .job-detail-section h3 {
        font-size: 22px;
        margin-bottom: 6px;
    }

.job-schedule-list {
    margin: 0;
    padding-left: 18px;
}

.job-detail-layout {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 18px;
}

.job-top-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 12px;
}

.job-top-meta-item {
    background: #f7f9fc;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 10px 12px;
}

.job-top-meta-item .label {
    font-size: 14px;
    color: var(--Secondary);
}

.job-top-meta-item .value {
    font-size: 22px;
    font-weight: 700;
    color: var(--On-Surface);
}

.job-company-side {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 12px;
    align-items: start;
}

.job-company-side img {
    width: 96px;
    height: 96px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
}

.job-company-side .name {
    font-size: 28px;
    line-height: 1.35;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .job-detail-layout {
        grid-template-columns: 1fr;
    }

    .job-top-meta {
        grid-template-columns: 1fr;
    }
}

.job-filter-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
}

.job-filter-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 992px) {
    .job-filter-grid {
        grid-template-columns: 1.25fr 1fr 1fr 1fr auto auto;
        align-items: end;
    }
}

.job-filter-input {
    width: 100%;
    border: 1px solid #d8dde6;
    border-radius: 6px;
    padding: 0 14px;
    background: #fff;
    min-height: 44px;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
}

.job-filter-icon-btn {
    min-width: 52px;
    width: 52px;
    height: 44px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none !important;
    box-shadow: none !important;
    align-self: end;
}

.dropdown .job-filter-icon-btn.dropdown-toggle::after {
    display: none;
}

.job-filter-box .dropdown-menu {
    border: 1px solid var(--Primary);
    background: var(--Primary);
    border-radius: 10px;
    padding: 6px;
}

    .job-filter-box .dropdown-menu .dropdown-item {
        color: #fff;
        border-radius: 8px;
    }

        .job-filter-box .dropdown-menu .dropdown-item:hover,
        .job-filter-box .dropdown-menu .dropdown-item:focus,
        .job-filter-box .dropdown-menu .dropdown-item.active,
        .job-filter-box .dropdown-menu .dropdown-item:active {
            background: rgba(255, 255, 255, 0.18);
            color: #fff;
        }

select.job-filter-input {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
    padding-right: 44px;
    line-height: normal;
}

.job-filter-label {
    display: inline-block;
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
    color: var(--Secondary);
}
