/* ---------------------------------------------------------
    * Name: Jobko
    * 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 {
  --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);
}

/*---------- Reset css styles ----------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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: "Urbanist", serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  background-color: var(--white);
  width: 100%;
  height: 100%;
  font-style: normal;
  font-optical-sizing: auto;
  color: var(--rgba-black-2);
}

a {
  text-decoration: none;
  outline: none;
  color: inherit;
  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;
}

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

b,
strong {
  font-weight: 700;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

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

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

h4,
.h4 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0;
}

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

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

.h7 {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

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

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: 16px;
  border: 1px solid var(--line);
  color: var(--black);
  background-color: var(--white);
}

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

form label {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: var(--secondary);
  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: 24px;
  padding-right: 24px;
  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 100px;
}
.app-content.style-2 {
  padding-top: 88px;
}
.app-content.style-3 {
  padding-bottom: 110px;
}
.app-content.style-4 {
  padding-bottom: 30px;
}
.app-content.style-5 {
  padding-bottom: 60px;
}

.body-1 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.body-2 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.body-3 {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
}

.body-4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}

.body-5 {
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
}

.body-6 {
  font-size: 10px;
  line-height: 12px;
  font-weight: 500;
}

.button-1 {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.button-2 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
}

.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;
}

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

.bg-secondary-violet {
  background-color: var(--violet) !important;
}

.bg-white {
  background: var(--white) !important;
}

.bg-rgba-white-default {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-dark {
  background-color: var(--black);
}

.bg-blue {
  background-color: var(--blue);
}

.bg-rgba-primary {
  background-color: var(--rgba-primary-2);
}

.bg-rgba-orange {
  background-color: var(--rgba-orange-2);
}

.bg-rgba-blue {
  background-color: var(--rgba-sky-blue);
}

.bg-rgba-violet {
  background-color: var(--rgba-violet);
}

.bg-rgba-pink {
  background-color: var(--rgba-pink);
}

.bg-rgba-green-2 {
  background-color: var(--rgba-green-2);
}

.bg-gradient-1 {
  background: var(--gradient);
}

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

.text-primary-violet {
  color: var(--pest-1) !important;
}

.text-white-default {
  color: #ffffff;
}

.text-white-default2 {
  color: rgba(255, 255, 255, 0.6);
}

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

.text-white-2 {
  color: var(--rgba-white) !important;
}

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

.text-dark-2 {
  color: var(--black-2) !important;
}

.text-dark-3 {
  color: var(--rgba-black) !important;
}

.text-dark-4 {
  color: var(--rgba-black-2) !important;
}

.text-dark-5 {
  color: var(--rgba-black-3) !important;
}

.text-dark-6 {
  color: var(--rgba-black-5) !important;
}

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

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

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

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

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

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

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

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

.text-orange {
  color: var(--orange) !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-10 {
  margin-bottom: 10px !important;
}

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

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

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

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

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

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

.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;
}

.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-10 {
  border-radius: 10px;
}

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

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

.hidden {
  overflow: hidden;
}

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

.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.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;
}

/*------------ Settings ----------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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(--pest-1);
  padding: 15px;
  display: flex;
  gap: 16px;
  align-items: center;
}
.modal-sidebar .sidebar-header .sidebar-logo {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.modal-sidebar .sidebar-header p {
  font-weight: 600;
  color: #fff;
}
.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: "\e917";
  right: 0;
  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);
}

/* ---------------------------------------------------------
    * Name: Jobko
    * 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 ---------- */
.dark-theme {
  --black: #ffffff;
  --white: #111d39;
  --rgba-black-1: #ffffff;
  --bg-black: rgba(255, 255, 255, 0.04);
  --line: rgba(255, 255, 255, 0.12);
  --line-2: rgba(255, 255, 255, 0.12);
  --line-3: rgba(255, 255, 255, 0.08);
  --shadow-1: 0px 3px 40px 0px rgba(26, 21, 40, 0.04);
  --rgba-blue: rgba(255, 255, 255, 0.2);
  --rgba-black: rgba(255, 255, 255, 0.7);
  --rgba-black-2: rgba(255, 255, 255, 0.5);
  --rgba-black-3: rgba(255, 255, 255, 0.5);
  --rgba-black-4: rgba(255, 255, 255, 0.15);
  --rgba-black-5: rgba(255, 255, 255, 0.7);
  --rgba-black-6: rgba(255, 255, 255, 0.32);
  --rgba-black-7: rgba(255, 255, 255, 0.92);
  --rgba-black-8: rgba(255, 255, 255, 0.2);
  --rgba-black-10: rgba(255, 255, 255, 0.2);
  --rgba-black-11: rgba(255, 255, 255, 0.04);
  --rgba-primary: rgba(255, 255, 255, 0.12);
  --backdrop: rgba(127, 82, 255, 0.2);
}
.dark-theme .box-view-hide .icon-pass svg path {
  stroke: var(--black);
}
.dark-theme .boarding-img .img {
  background-color: rgba(255, 255, 255, 0.8);
}
.dark-theme .bubble.bubble-you .text-item {
  background-color: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.92);
}
.dark-theme .box-bubble-you .box-file .file-name {
  color: rgba(255, 255, 255, 0.92);
}
.dark-theme .message-box-bottom .box-left svg path {
  stroke: #ffffff;
}
.dark-theme .message-box-bottom .box-left svg circle {
  stroke: #ffffff;
}
.dark-theme .message-box-bottom .btn-message {
  background-color: rgba(255, 255, 255, 0.1);
}
.dark-theme .box-question-answer::before {
  background-color: #323474;
}
.dark-theme .box-question-answer::after {
  background-color: rgba(17, 29, 57, 0.4);
}
.dark-theme .canvas-attachment .close-popup svg path {
  stroke: #ffffff;
}
.dark-theme .tf-btn.disabled-primary, .dark-theme .tf-btn.disabled-primary2 {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
}
.dark-theme .header svg path {
  stroke: #ffffff;
}
.dark-theme .header-avt .box-icon svg path {
  stroke: #ffffff;
}
.dark-theme .search-box .icon-left svg path {
  stroke: #ffffff;
}
.dark-theme .footer-fixed {
  background-color: var(--blue);
}
.dark-theme .menubar-footer .inner-bar .action-add {
  background-color: #111d39;
}
.dark-theme .menubar-footer li:not(.active) svg path {
  stroke: #ffffff;
}
.dark-theme .menubar-footer .active svg path {
  fill: #ffffff;
}
.dark-theme .box-app {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .box-app .box-top svg path {
  stroke: #ffffff;
}
.dark-theme .box-app .btn-app {
  background-color: rgba(255, 255, 255, 0.06);
}
.dark-theme .list-jobs .job-item {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .message-box {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .message-box .check-disable svg path {
  stroke: #ffffff;
}
.dark-theme .card-review {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .card-review .bar {
  background: rgba(255, 255, 255, 0.2);
}
.dark-theme .card {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .job-item .more svg path {
  stroke: #ffffff;
}
.dark-theme .box-noti {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .box-noti .more svg path {
  stroke: #ffffff;
}
.dark-theme .box-interest {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .box-interest .check {
  opacity: 1;
}
.dark-theme .box-interest .check path {
  stroke: #ffffff;
}
.dark-theme .menu-tab-job .tab-link {
  color: rgba(255, 255, 255, 0.7);
}
.dark-theme .select-wrapper svg path {
  stroke: #ffffff;
}
.dark-theme .list-review .review-item {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .box-uploadfile svg path {
  stroke: #ffffff;
}
.dark-theme .box-success {
  background-color: rgba(255, 255, 255, 0.08);
}
.dark-theme .input-icon .icon svg path,
.dark-theme .ip-select .icon svg path {
  stroke: #ffffff;
}
.dark-theme .noUi-base {
  background-color: rgba(255, 255, 255, 0.2);
}
.dark-theme .salary-chart span {
  background: rgba(255, 255, 255, 0.1);
}
.dark-theme .salary-chart span.active {
  background: linear-gradient(180deg, #2869fe 0%, rgba(40, 105, 254, 0) 100%);
}
.dark-theme .list-recent-search .item svg path {
  stroke: #ffffff;
}

/*------------ Components ---------------- */
/*------------ header ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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;
}

.header-avt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  padding-top: 20px;
  position: relative;
  gap: 12px;
}
.header-avt .box-avt {
  display: flex;
  align-items: center;
  gap: 12px;
}
.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 .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-avt .box-icon {
  width: 40px;
  height: 40px;
  background-color: var(--bg-black);
  border-radius: 10px;
  -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;
}
.header-avt .box-icon:hover {
  background-color: var(--blue-2);
}
.header-avt .box-icon:hover svg path {
  stroke: #ffffff;
}

.fixed-top {
  position: fixed;
  top: 0;
  z-index: 100;
  max-width: 1024px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: var(--white);
}

.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: Jobko
    * 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-radius: 18px;
  padding: 8px;
  background-color: var(--rgba-blue);
  gap: 12px;
}
.menu-tab-job .tab-link {
  background-color: var(--white);
  padding: 8px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: var(--rgba-blue-2);
  display: block;
  text-transform: capitalize;
}
.menu-tab-job .tab-link.active {
  background-color: var(--blue);
  color: #ffffff;
}

/*------------ button ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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: 16px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  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;
  text-transform: capitalize;
  box-shadow: 0px 6px 22px 0px rgba(40, 105, 254, 0.4);
}
.tf-btn.inline {
  width: auto;
}
.tf-btn.btn-lg {
  border-radius: 18px;
}
.tf-btn.btn-md {
  padding: 14px;
}
.tf-btn.btn-sm {
  font-size: 14px;
  line-height: 24px;
  padding: 8px;
  border-radius: 12px;
}
.tf-btn.primary {
  background-color: var(--blue);
  color: #ffffff;
  box-shadow: none;
}
.tf-btn.primary:hover {
  background-color: var(--blue-2);
}
.tf-btn.disabled-primary {
  background-color: rgba(40, 105, 254, 0.15);
  color: var(--blue);
}
.tf-btn.disabled-primary:hover {
  background-color: var(--blue);
  color: #ffffff;
}
.tf-btn.disabled-primary2 {
  background-color: rgba(40, 105, 254, 0.1);
  color: var(--blue);
  box-shadow: var(--shadow-8);
}
.tf-btn.disabled-primary2:hover {
  background-color: var(--blue);
  color: var(--white);
}
.tf-btn.secondary {
  background: var(--violet);
  border: 1px solid var(--violet);
  color: #ffffff;
  box-shadow: none;
}
.tf-btn.secondary:hover {
  background: var(--pest-1);
  border-color: var(--pest-1);
}
.tf-btn.success {
  background: var(--success);
  border: 1px solid var(--success);
  color: #ffffff;
  box-shadow: none;
}
.tf-btn.success:hover {
  background: var(--bright-green);
  border-color: var(--bright-green);
}
.tf-btn.danger {
  background: var(--error);
  border: 1px solid var(--error);
  color: #ffffff;
  box-shadow: none;
}
.tf-btn.danger:hover {
  background: var(--red);
}
.tf-btn.warning {
  background: var(--warning);
  border: 1px solid var(--warning);
  color: #ffffff;
  box-shadow: none;
}
.tf-btn.warning:hover {
  background: var(--yellow);
}
.tf-btn.info {
  background: var(--info);
  border: 1px solid var(--info);
  color: #ffffff;
  box-shadow: none;
}
.tf-btn.info:hover {
  background: var(--info);
}
.tf-btn.light-btn-primary {
  background: rgba(40, 105, 254, 0.3);
  border: 1px solid transparent;
  color: var(--blue);
  box-shadow: none;
}
.tf-btn.light-btn-primary:hover {
  background: var(--blue);
  color: var(--white);
}
.tf-btn.light-btn-secondary {
  background: rgba(165, 95, 255, 0.3);
  border: 1px solid transparent;
  color: var(--violet);
  box-shadow: none;
}
.tf-btn.light-btn-secondary:hover {
  background: var(--violet);
  color: var(--white);
}
.tf-btn.light-btn-success {
  background: rgba(39, 174, 96, 0.3);
  border: 1px solid transparent;
  color: var(--success);
  box-shadow: none;
}
.tf-btn.light-btn-success:hover {
  background: var(--success);
  color: var(--white);
}
.tf-btn.light-btn-danger {
  background: rgba(235, 87, 87, 0.3);
  border: 1px solid transparent;
  color: var(--error);
  box-shadow: none;
}
.tf-btn.light-btn-danger:hover {
  background: var(--error);
  color: var(--white);
}
.tf-btn.light-btn-warning {
  background: rgba(226, 185, 59, 0.3);
  border: 1px solid transparent;
  color: var(--warning);
  box-shadow: none;
}
.tf-btn.light-btn-warning:hover {
  background: var(--warning);
  color: var(--white);
}
.tf-btn.light-btn-info {
  background: rgba(47, 128, 237, 0.3);
  border: 1px solid transparent;
  color: var(--info);
  box-shadow: none;
}
.tf-btn.light-btn-info:hover {
  background: var(--info);
  color: var(--white);
}
.tf-btn.outline-btn-primary {
  background: var(--white);
  border: 1px solid var(--blue);
  color: var(--blue);
  box-shadow: none;
}
.tf-btn.outline-btn-primary:hover {
  background: var(--blue);
  color: var(--white);
}
.tf-btn.outline-btn-primary:hover svg path {
  fill: var(--white);
}
.tf-btn.outline-btn-secondary {
  background: var(--white);
  border: 1px solid var(--violet);
  color: var(--violet);
  box-shadow: none;
}
.tf-btn.outline-btn-secondary:hover {
  background: var(--violet);
  color: var(--white);
}
.tf-btn.outline-btn-secondary:hover svg path {
  fill: var(--white);
}
.tf-btn.outline-btn-success {
  background: var(--white);
  border: 1px solid var(--success);
  color: var(--success);
  box-shadow: none;
}
.tf-btn.outline-btn-success:hover {
  background: var(--success);
  color: var(--white);
}
.tf-btn.outline-btn-danger {
  background: var(--white);
  border: 1px solid var(--error);
  color: var(--error);
  box-shadow: none;
}
.tf-btn.outline-btn-danger:hover {
  background: var(--danger);
  color: var(--white);
}
.tf-btn.outline-btn-warning {
  background: var(--white);
  border: 1px solid var(--warning);
  color: var(--warning);
  box-shadow: none;
}
.tf-btn.outline-btn-warning:hover {
  background: var(--warning);
  color: var(--white);
}
.tf-btn.outline-btn-info {
  background: var(--white);
  border: 1px solid var(--info);
  color: var(--info);
  box-shadow: none;
}
.tf-btn.outline-btn-info:hover {
  background: var(--info);
  color: var(--white);
}
.tf-btn.btn-square {
  border-radius: 0;
}
.tf-btn.line {
  border: 1px solid var(--line);
}
.tf-btn.btn-icon {
  gap: 8px;
}
.tf-btn.btn-icon .icon {
  font-size: 20px;
}
.tf-btn.style-1 {
  padding-top: 14px;
  padding-bottom: 14px;
}

.lg-zoom-in {
  display: none;
}

.btn-social {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
}
.btn-social:hover {
  color: var(--white);
}
.btn-social.twitter {
  background: #03a9f4;
}
.btn-social.x-social {
  background: var(--main);
}
.btn-social.instagram {
  background: linear-gradient(45deg, #fee411 11.93%, #fedb16 15.62%, #fec125 21.73%, #fe983d 29.55%, #fe5f5e 38.65%, #fe2181 47.46%, #9000dc 82.98%), #03a9f4;
}
.btn-social.telegram {
  background: #039be5;
}
.btn-social.line {
  background: #00c200;
}
.btn-social.sm {
  width: 34px;
  height: 34px;
  font-size: 16px;
}
.btn-social.md {
  width: 38px;
  height: 38px;
  font-size: 16px;
}
.btn-social.lg {
  width: 42px;
  height: 42px;
  font-size: 20px;
}
.btn-social.rounded {
  border-radius: 10px !important;
}
.btn-social.circle {
  border-radius: 999px !important;
}

.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: Jobko
    * 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: "Urbanist", 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: Jobko
    * 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: 4px;
}

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

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

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

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 4px solid var(--yellow);
  background-color: #ffffff;
  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: "Urbanist", 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: Jobko
    * 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-left: 52px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.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;
}
.input-upload .icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: calc(50% + 32px);
  transform: translateY(-50%);
  color: var(--black);
  font-size: 22px;
}
.input-upload .upload-file {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 100%;
  border: 1px dashed var(--line-2);
  background-color: var(--white);
  border-radius: 14px;
}
.input-upload .upload-file::before {
  position: absolute;
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  content: "Upload file";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -10px;
  border: none;
  background-color: var(--white);
  color: var(--black);
}
.input-upload.up-lg .upload-file {
  height: 60px;
}

.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);
}

.input-style-2 {
  position: relative;
}
.input-style-2 label {
  position: absolute;
  top: -10px;
  background-color: var(--white);
  padding: 0px 10px;
  left: 14px;
  z-index: 10;
}
.input-style-2:focus-within {
  color: var(--blue-btn);
}
.input-style-2:focus-within label {
  color: var(--blue-btn);
}

.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-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 .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;
}
.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: "Urbanist", 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%;
}
.search-box .right-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  padding: 10px;
}
.search-box .icon-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}
.search-box .search-field {
  padding-left: 52px;
  padding-right: 52px;
  color: var(--black);
}

.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: 117px;
  height: 32px;
}

.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 {
  width: 80px;
  height: 52px;
  border-radius: 14px;
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-social-icon .img-icon {
  width: 24px;
  height: 24px;
}
.btn-social-icon svg path {
  fill: var(--black);
}

.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;
}

/*------------ footer ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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;
  padding: 24px 40px;
  box-shadow: 0px -4px 60px 0px rgba(26, 21, 40, 0.08);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  height: 72px;
}
.menubar-footer .inner-bar {
  width: 100%;
  display: flex;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  align-items: center;
}
.menubar-footer .inner-bar li a svg {
  width: 24px;
  height: 24px;
}
.menubar-footer .inner-bar li.active {
  position: relative;
}
.menubar-footer .inner-bar li.active .text {
  position: absolute;
  bottom: -12px;
  font-size: 8px;
  line-height: 9.6px;
  color: var(--black);
  font-weight: 600;
  left: 50%;
  transform: translateX(-50%);
}
.menubar-footer .inner-bar .action-add {
  width: 72px;
  height: 72px;
  background-color: #f9f9f9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: -50px;
}
.menubar-footer .inner-bar .action-add a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--blue);
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
}
.menubar-footer .inner-bar .action-add a i {
  font-size: 20px;
  color: #fff;
}

.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: Jobko
    * 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.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 4px;
}

.line-tes {
  position: unset;
  margin-top: 30px;
  display: inline-flex;
  justify-content: center;
}
.line-tes .swiper-pagination-bullet {
  -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: 32px;
  height: 6px;
  display: block;
  background-color: var(--rgba-black-4);
  opacity: 1;
  border-radius: 5px;
}
.line-tes .swiper-pagination-bullet-active {
  background-color: var(--blue);
}

/*------------ alert ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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: Jobko
    * 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: 10px;
  min-width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 3px;
  border: 1px solid var(--white);
  background: var(--bright-green);
}
.avatar.avt-status img {
  border-radius: 50%;
}
.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: Jobko
    * 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: 17px;
  height: 14px;
  -webkit-appearance: none;
  background-color: var(--rgba-black-10);
  border-radius: 4px;
  transition: 0.2s;
  margin-right: 0;
}
.tf-switch-check::before {
  content: "";
  border-radius: 2px;
  width: 7px;
  height: 7px;
  position: absolute;
  top: 3px;
  left: 3px;
  background: var(--white);
  transition: 0.2s;
}
.tf-switch-check:checked {
  background: var(--blue);
}
.tf-switch-check:checked::before {
  left: 6px;
}
.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: Jobko
    * 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 {
  position: relative;
  border: 1.5px solid var(--blue);
  border-radius: 5px;
  background: none;
  cursor: pointer;
  outline: 0;
  width: 17px;
  height: 17px;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tf-checkbox::before {
  content: "\e946";
  position: absolute;
  font-family: "icomoon";
  font-size: 10px;
  color: transparent;
}
.tf-checkbox:checked {
  background-color: var(--blue);
}
.tf-checkbox:checked::before {
  color: var(--white);
}
.tf-checkbox.sm {
  width: 16px;
  height: 16px;
  border-radius: 3px;
}
.tf-checkbox.sm::before {
  font-size: 6px;
}

.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;
}

/*------------ card ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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);
  color: var(--rgba-black-2);
}
.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: Jobko
    * 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(--blue);
  border-color: var(--blue);
  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(--blue);
}
.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(--blue);
}
.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: Jobko
    * 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: 32px;
  border: 0;
  background: var(--white);
  color: var(--black);
  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(--backdrop);
}
.modal-backdrop.show {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 1;
}

/*------------ off canvas ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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(--backdrop);
}
.offcanvas-backdrop.show {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 1;
}

.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);
}

/*------------ progressbar ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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(--blue);
  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: Jobko
    * 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(--blue);
  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: Jobko
    * 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: Jobko
    * 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;
  background-color: var(--rgba-blue-4);
}
.mh-mess .time-now {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--rgba-black-2);
}
.mh-mess .time-now::after, .mh-mess .time-now::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 42%;
  background: var(--rgba-black-4);
}
.mh-mess .time-now::before {
  left: 0;
}
.mh-mess .time-now::after {
  right: 0;
}

.message-box-bottom {
  position: relative;
}
.message-box-bottom input {
  padding: 24px;
  padding-left: 99px;
  padding-right: 80px;
  border: 1px solid var(--white);
  background-color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  border-radius: 0;
  color: var(--rgba-black-2);
}
.message-box-bottom input:focus {
  border-color: var(--white);
  background-color: var(--white);
}
.message-box-bottom .btn-message {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: var(--rgba-blue-5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 12px;
  font-size: 22px;
  color: var(--pest-1);
}
.message-box-bottom .box-left {
  position: absolute;
  left: 20px;
  top: 25px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.bubble .text-item {
  padding: 14px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 100px;
  width: fit-content;
  font-weight: 500;
}
.bubble .time {
  color: var(--rgba-black-2);
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 500;
}
.bubble.bubble-you {
  margin-bottom: 20px;
}
.bubble.bubble-you .text-item {
  color: var(--rgba-black-13);
  background-color: var(--white);
  border-bottom-left-radius: 30px;
  padding-right: 31px;
  padding-left: 16px;
}
.bubble.bubble-you .time {
  margin-left: 24px;
}
.bubble.bubble-me {
  margin-bottom: 20px;
}
.bubble.bubble-me .content {
  text-align: right;
}
.bubble.bubble-me .content .text-item {
  background-color: var(--pest-1);
  color: #ffffff;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 31px;
}
.bubble.bubble-me .content .time {
  margin-right: 16px;
}

.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;
}

.box-bubble-you {
  display: flex;
  gap: 8px;
}
.box-bubble-you .box-avt {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid var(--blue);
}
.box-bubble-you .box-info {
  display: flex;
  align-items: center;
  gap: 6px;
}
.box-bubble-you .box-info .dot {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--yellow);
}
.box-bubble-you .text-item.end {
  border-radius: 100px;
  border-top-left-radius: 30px;
}
.box-bubble-you .box-file {
  display: flex;
  gap: 12px;
  align-items: center;
}
.box-bubble-you .box-file .icon {
  font-size: 32px;
  color: var(--green);
}
.box-bubble-you .box-file .desc {
  display: grid;
  gap: 2px;
}
.box-bubble-you .box-file .file-name {
  color: var(--rgba-black-13);
}

.fixed-chat {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1024px;
  margin: 0 auto;
}

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

/*------------ box icon ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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);
}

/*------------ nice select ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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(--blue);
  border-right: 1.7px solid var(--blue);
  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(--black);
}

.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: 6px;
  padding: 4px 8px;
  padding-right: 26px;
  display: inline-flex;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: var(--rgba-black-3);
}
.tf-select::after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  right: 14px;
  content: none;
}
.tf-select .option {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  padding: 4px 8px;
  min-height: 30px;
  color: var(--rgba-black-3);
}
.tf-select .list {
  padding: 10px;
}
.tf-select .current.active {
  color: var(--black);
}

/*------------ preloader ---------------- */
/* ---------------------------------------------------------
    * Name: Jobko
    * 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: 140px;
  height: 40px;
}

.preload-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: var(--pest-1);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.preload-container .spinner-circle {
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  width: 52px;
  height: 52px;
}
.preload-container .spinner-circle .spinner-child::before {
  background-color: #fff;
}

.preload-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  z-index: 100;
  margin: -45px 0 0 -45px;
  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: Jobko
    * 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 {
  background-color: var(--green);
  border-radius: 18px;
  overflow: hidden;
  padding: 20px;
  padding-bottom: 24px;
  position: relative;
}
.banner-box .circle {
  right: -160px;
  bottom: -160px;
  width: 300px;
  height: 300px;
}
.banner-box .img-box {
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 114px;
  height: 133px;
  z-index: 10;
  left: auto;
}
.banner-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-box .title {
  margin-bottom: 23px;
  color: #ffffff;
}
.banner-box .btn-more {
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 8px;
  background-color: var(--rgba-green);
}

.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: 12px;
  padding: 16px;
  border-radius: 18px;
  background-color: var(--white);
  box-shadow: var(--shadow-4);
}
.message-box .avatar {
  flex-shrink: 0;
}
.message-box .avatar img {
  border: 1px solid var(--blue);
}
.message-box .info {
  display: grid;
  gap: 6px;
  flex-grow: 1;
}
.message-box .info .icon {
  width: 12px;
  height: 12px;
}
.message-box .status {
  display: grid;
  gap: 8px;
}
.message-box .status .count {
  width: 16px;
  height: 16px;
  font-size: 10px;
  font-weight: 500;
  color: var(--white);
  background-color: var(--violet);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  border-radius: 50%;
}
.message-box .check-disable {
  opacity: 0.4;
}

.wrap-mess .message-box:not(:last-child) {
  margin-bottom: 16px;
}

.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 {
  max-width: 311px;
  height: 311px;
  margin: auto;
  border-radius: 30px;
  background-color: var(--blue);
  padding: 20px;
}
.boarding-img .img {
  border-radius: 20px;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
}

.content-boarding {
  margin-top: 36px;
  display: grid;
  gap: 12px;
}
.content-boarding .desc {
  font-size: 16px;
  line-height: 28px;
}

.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;
}

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