/***
 Template Name: Jobhub
 Description: Job Board Finder HTML template
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
==============================
TABLE CONTENT
 Import Google Fonts
 Include Third Party CSS Library
 GENERAL
 HEADER
 Offcanvas Sidebar
 Search form
 Main header
 Mega menu
 Header layouts
 Page layouts
 Pagination
 Breadcrumb
 CATEGORY PAGES
 SINGLE POST
 Author box
 comment
 Post share social
 WP STYPE
 Custom amine
***/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap");
/*import vendors*/
@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
@import url(vendors/uicons-regular-rounded.css);
/*import plugins*/
@import url(plugins/swiper-bundle.min.css);
@import url(plugins/magnific-popup.css);
@import url(plugins/select2.min.css);
@import url(plugins/perfect-scrollbar.css);
@import url(plugins/animate.min.css);

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

main {
  display: block;
  clear: both;
}

thead {
  font-weight: 600;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

img {
  max-width: 100%;
}

input,
select,
button,
textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: #05264E;
}

a:hover {
  color: #3C65F5;
}

a *:hover {
  color: #3C65F5;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

p {
  color: #4F5E64;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #05264E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::selection {
  background: #05264E;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #05264E;
  /* Gecko Browsers */
  color: #fff;
}

::-moz-placeholder {
  color: #A0ABB8;
  opacity: 1;
}

::placeholder {
  color: #A0ABB8;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #A0ABB8;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

.clear {
  clear: both;
}

.section {
  float: left;
  width: 100%;
}

.f-right {
  float: right;
}

.capitalize {
  text-transform: capitalize;
}

.uppercase {
  text-transform: uppercase;
}

.bg-img {
  background-position: center center;
  background-size: cover;
}

.position-relative {
  position: relative;
}

.height-100vh {
  height: 100vh !important;
}

*:focus,
select:focus,
.custom-select:focus,
button:focus,
textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  outline: none !important;
  box-shadow: none;
}

.border-radius {
  border-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

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

.border-radius-15 {
  border-radius: 15px;
}

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

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  transform: translateY(-3px);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.none-shadow {
  box-shadow: none !important;
}

.form-control {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  background-color: #ffffff;
  padding: 11px 15px 13px 15px;
  width: 100%;
  color: #A0ABB8;
  font-size: 14px;
}

.form-control::-moz-placeholder {
  color: #A0ABB8;
}

.form-control::placeholder {
  color: #A0ABB8;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #A0ABB8;
}

.form-icons {
  padding-left: 41px;
}

.text-white {
  color: #ffffff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1350px;
  }
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

*:hover {
  transition-duration: 0.2s;
}

.section-box {
  display: inline-block;
  width: 100%;
  overflow: visible;
}

.text-shadow {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.img-responsive {
  max-width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #4F5E64;
  line-height: 26px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
}

.select2-search.select2-search--dropdown {
  padding: 0;
  margin-bottom: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: thin solid #E0E6F6;
  border-radius: 4px;
  height: 40px;
  padding-left: 15px;
}

.select2-dropdown {
  border-color: #ffffff;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.select2-container--open .select2-dropdown--below {
  border: thin solid #ececec;
  padding: 15px;
  margin-top: 10px;
  border-radius: 4px;
  min-width: 200px;
}

.select-style .select2-selection--single .select2-selection__rendered {
  color: #A0ABB8;
}

.select-style .select2 {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  width: 100% !important;
}

.select-style .select2 .select2-selection__arrow {
  background: url(../imgs/template/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
  opacity: 0.5;
}

.select-style .select2 .select2-selection__arrow b {
  display: none !important;
}

.select-style-icon .select2 {
  padding-left: 33px;
}

.dropdown {
  position: relative;
}

.dropdown .dropdown-menu.show {
  border: thin solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: #4F5E64;
  font-size: 14px;
}

.dropdown .dropdown-menu.show .dropdown-item.active {
  text-decoration: none;
  background-color: #EFF2FB;
}

.dropdown .dropdown-menu.show .dropdown-item:active {
  text-decoration: none;
  background-color: #EFF2FB;
}

.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}

h1 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 56px;
  line-height: 71px;
  color: #05264E;
}

h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  color: #05264E;
}

h3 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 35px;
  color: #05264E;
}

h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #05264E;
}

h5 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #05264E;
}

h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #05264E;
}

.font-lg,
.font-md,
.font-sm,
.font-xs,
.font-xxs {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.font-lg {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}

.font-md {
  font-size: 16px !important;
  line-height: 24px !important;
}

.font-sm {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px !important;
}

.font-xs {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 18px !important;
}

.font-xxs {
  font-size: 10px !important;
  line-height: 16px;
}

.font-bold {
  font-weight: bold;
}

.font-regular {
  font-weight: 400;
}

.color-text-paragraph {
  color: #4F5E64;
}

.color-text-paragraph-2 {
  color: #66789C;
}

.color-text-mutted {
  color: #A0ABB8;
}

.color-white {
  color: #ffffff !important;
}

.color-orange {
  color: #F58A3C !important;
}

.text-14 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  display: inline-block;
  vertical-align: middle;
}

.text-32 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
}

.text-52 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 800;
  color: #05264E;
}

.text-42 {
  font-size: 42px;
  line-height: 53px;
  font-weight: 700;
  color: #05264E;
}

.color-green {
  color: #85FF83;
}

.color-brand-1 {
  color: #05264E !important;
}

.color-brand-2 {
  color: #2554a5 !important;
}

.op-70 {
  opacity: 0.7;
}

.f-18 {
  font-size: 18px;
}

.box-progress-bar .progress {
  height: 6px;
  position: relative;
  overflow: visible;
  border-radius: 5px;
  background-color: #E0E6F7;
}

.box-progress-bar .progress .bg-paragraph-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #66789C !important;
}

.box-progress-bar .progress .bg-paragraph-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789C;
  font-size: 12px;
  line-height: 18px;
}

.box-progress-bar .progress .bg-paragraph-2::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #66789C;
  position: absolute;
  top: -5px;
  right: -5px;
}

.box-progress-bar .progress .bg-brand-2 {
  overflow: visible;
  border-radius: 10px;
  position: relative;
  background-color: #3C65F5 !important;
}

.box-progress-bar .progress .bg-brand-2 span {
  position: absolute;
  top: -25px;
  right: -14px;
  color: #66789C;
  font-size: 12px;
  line-height: 18px;
}

.box-progress-bar .progress .bg-brand-2::before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #3C65F5;
  position: absolute;
  top: -5px;
  right: -5px;
}

iframe {
  width: 100%;
}

.bg-green {
  background-color: #3AAB67 !important;
}

.bg-orange {
  background-color: #F58A3C !important;
}

.bg-pink {
  background-color: #D159E4 !important;
}

.bg-9 {
  background-color: #EFF7FF !important;
}

.bg-14 {
  background-color: #D8F1FF !important;
}

.bg-15 {
  background-color: #F4F7FF !important;
}

.main {
  display: flex;
  width: 100%;
  margin-top: 82px;
}


.main>.nav {
  max-width: 280px;
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
  position: relative;
  bottom: 0px;
  display: inline-block !important;
  min-height: 100vh;
}



.box-content {
  width: 100%;
  padding: 40px 30px;
  display: inline-block;
  overflow: hidden;
}

.container {
  max-width: 100%;
  padding: 0px;
}

.border-bottom {
  border-bottom: 1px solid #E0E6F7;
  width: 100%;
}

#chartdiv {
  width: 100%;
  height: 500px;
}

.dropdown-menu {
  z-index: 12;
}

a,
button,
img,
input,
span,
h4 {
  transition: all 0.3s ease 0s;
}

@keyframes slideleft {
  10% {
    opacity: 0;
    transform: scale(0);
    right: 0;
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }

  90% {
    opacity: 0;
    transform: scale(0);
    right: 100%;
  }
}

@keyframes spinner {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }

  50% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }

  100% {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate3d(0, 20%, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.jump {
  transform-origin: 0;
  animation: jump 0.5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  color: #05264E;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
  background-color: #F2F4FA;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
  color: #05264E;
}

.btn {
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 8px;
  padding: 13px 25px;
  font-size: 14px;
  line-height: 16px;
  transition: 0.2s;
}

.btn.btn-default {
  color: #ffffff;
  background-color: #3C65F5;
  padding: 11px 20px 13px 20px;
}

.btn.btn-default:hover {
  background-color: #05264E;
  transform: translateY(-2px);
  transition: 0.2s;
}

.btn.btn-notify {
  background: url(../imgs/page/dashboard/notify.svg) no-repeat center;
  display: inline-block;
  vertical-align: middle;
  height: 52px;
  width: 30px;
  position: relative;
}

.btn.btn-notify::before {
  content: "";
  height: 8px;
  width: 8px;
  background: url(../imgs/page/dashboard/icon-notify.svg) no-repeat center;
  position: absolute;
  top: 15px;
  right: 15px;
}

.btn.icon-edit {
  background-image: url(../imgs/page/dashboard/edit.svg);
  background-repeat: no-repeat;
  background-position: 15px 10px;
  padding-left: 45px;
}

.btn.btn-tag {
  background-color: #EAF2FF;
  font-size: 12px;
  line-height: 18px;
  padding: 7px 10px;
  border-radius: 5px;
  color: #66789C;
  margin: 0px 5px 5px 0px;
}

.btn.btn-tag.high {
  background-color: #fff5f8;
  color: #f1416c;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.btn.btn-tag.complete {
  background-color: #e8fff3;
  color: #41bc79;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.btn.btn-tag.mid {
  background-color: #f8f5ff;
  color: #7239ea;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.btn.btn-tag.in-progress {
  background-color: #fbe5df;
  color: #ef5a32;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.btn.btn-tag.low {
  background-color: #eff2f5;
  color: #111a4d;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.btn.btn-tag.planing {
  background-color: #f1faff;
  color: #06a0f7;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.btn.btn-grey-small {
  border-radius: 3px;
  background-color: #F2F4FA;
  font-size: 12px;
  line-height: 18px;
  color: #66789C;
  font-weight: 500;
  padding: 3px 7px;
}

.btn.btn-link {
  color: #05264E;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  padding: 11px 20px 13px 20px;
}

.btn.btn-delete {
  color: #E45959;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
  padding: 11px 20px 13px 20px;
}

.btn.btn-brand {
  border-radius: 4px;
}

.btn.icon-tick {
  background-image: url(../imgs/page/profile/tick.svg);
  background-repeat: no-repeat;
  background-position: 18px 10px;
  padding-left: 47px;
}

.btn.btn-editor {
  background-image: url(../imgs/page/my-resume/btn-edit.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  background-color: #EFF2FB;
  padding: 0px;
}

.btn.btn-remove {
  background-image: url(../imgs/page/my-resume/btn-delete.svg);
  background-repeat: no-repeat;
  background-position: center;
  height: 32px;
  width: 32px;
  padding: 0px;
  background-color: #EFF2FB;
  margin-left: 8px;
}

.btn.btn-apply-now {
  background-color: #E0E6F7;
  color: #3C65F5;
  padding: 12px 10px;
  min-width: 95px;
  border-radius: 4px;
  font-size: 12px;
  text-transform: capitalize;
}

.btn-tags-sm {
  padding: 6px 18px;
  color: #66789C;
  border-radius: 5px;
  color: #3C65F5;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
  background-color: rgba(81, 146, 255, 0.12);
}

.btn-brand-1 {
  padding: 18px 25px;
  background: #000;
  color: #ffffff;
  border-radius: 4px;
}

.btn-brand-1:hover {

  color: #ffffff;

}

.social-login {
  height: 53px;
  border-radius: 4px;
  border: 1px solid #E0E6F6;
  width: 100%;
  line-height: 53px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.card-grid-1 {
  position: relative;
  border-radius: 10px;
  border: 0.88px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #F8FAFF;
  text-align: center;
  padding: 30px;
}

.card-style-1 {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 22px 19px;
  margin-bottom: 30px;
  border: 1px solid #E0E6F7;
  display: flex;
  width: 100%;
}

.card-style-1 .card-image {
  min-width: 55px;
  width: 10%;
  text-align: center;
  padding-right: 20px;
  line-height: 40px;
}

.card-style-1 .card-image img {
  vertical-align: middle;
  display: inline-block;
}

.card-style-1 .card-info {
  width: 100%;
}

.card-style-1 .card-info .card-title {
  display: flex;
}

.card-style-1 .card-info .card-title .status {
  margin-left: 15px;
}

.card-style-1 .card-info .card-title .status.up {
  background: url(../imgs/page/dashboard/up.svg) no-repeat left center;
  display: inline-block;
  padding: 0px 0px 0px 30px;
  color: #3AAB67;
}

.card-style-1 .card-info .card-title .status.down {
  display: inline-block;
  padding: 0px;
  color: #E45959;
}

.card-style-2 {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 21px 25px;
  margin-bottom: 15px;
  border: 1px solid #EFF2FB;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
}

.card-style-2 .card-head {
  width: 55%;
  display: flex;
}

.card-style-2 .card-head .card-image {
  max-width: 67px;
  padding-right: 15px;
  width: 100%;
}

.card-style-2 .card-head .card-image img {
  display: block;
  border-radius: 8px;
}

.card-style-2 .card-head .card-title {
  width: 100%;
  margin-bottom: 0px !important;
}

.card-style-2 .card-head .card-title .job-type {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(../imgs/page/dashboard/job-type.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

.card-style-2 .card-head .card-title .time-post {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(../imgs/page/dashboard/time.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

.card-style-2 .card-head .card-title .location {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(../imgs/page/dashboard/marker.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

.card-style-2 .card-tags {
  width: 40%;
}

.card-style-2 .card-price {
  width: 15%;
  min-width: 100px;
  text-align: right;
}

.card-style-2 .card-price strong {
  color: #3C65F5;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
}

.card-style-2 .card-price span {
  color: #A0ABB8;
  font-size: 12px;
  line-height: 12px;
}

.card-style-3 {
  background-color: #ffffff;
  padding: 0px 0px 15px 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #EFF2FB;
  display: flex;
  width: 100%;
  align-items: center;
  align-content: center;
}

.card-style-3 .card-image {
  max-width: 58px;
  padding-right: 10px;
  width: 100%;
  position: relative;
  min-width: 58px;
}

.card-style-3 .card-image.online::before {
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #3AAB67;
  position: absolute;
  bottom: 1px;
  right: 12px;
}

.card-style-3 .card-image img {
  display: block;
  border-radius: 50%;
}

.card-style-3 .card-title {
  width: 40%;
  margin-bottom: 0px !important;
}

.card-style-3 .card-title h6 {
  line-height: 20px;
  margin-top: 4px;
}

.card-style-3 .card-title .job-position {
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  display: inline-block;
}

.card-style-3 .card-location {
  width: 45%;
}

.card-style-3 .card-location .location {
  font-size: 14px;
  line-height: 22px;
  color: #A0ABB8;
  background: url(../imgs/page/dashboard/marker.svg) no-repeat 0px 3px;
  background-size: auto 19px;
  display: inline-block;
  padding: 4px 0px 0px 25px;
  margin-right: 12px;
}

.card-style-3 .card-rating {
  width: 15%;
  min-width: 100px;
  text-align: right;
}

.card-style-4 {
  border-radius: 16px;
  background-color: #ffffff;
  padding: 19px 15px;
  margin-bottom: 15px;
  border: 1px solid #EFF2FB;
  display: inline-block;
  width: 100%;
  align-items: center;
  align-content: center;
}

.card-style-4 .card-image {
  max-width: 67px;
  padding-right: 15px;
  width: 100%;
}

.card-style-4 .card-image img {
  display: block;
  border-radius: 8px;
}

.card-style-4 .card-title {
  width: 100%;
  margin-bottom: 0px !important;
}

.card-style-4 .card-location {
  padding-top: 15px;
}

.card-style-4 .card-location .location {
  width: 50%;
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  background: url(../imgs/page/dashboard/marker.svg) no-repeat 0px 3px;
  display: inline-block;
  padding: 0px 0px 0px 15px;
  margin-right: 12px;
}

.card-style-4 .card-location .jobs-number {
  width: 50%;
  text-align: right;
  font-size: 12px;
  line-height: 18px;
  color: #A0ABB8;
  display: inline-block;
}

.card-style-5 {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #E0E6F7;
  padding: 0px 0px 10px 0px;
  margin-bottom: 15px;
}

.card-style-5:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}

.card-style-5 .card-title {
  position: relative;
  width: 55%;
}

.card-style-5 .card-progress {
  position: relative;
  width: 45%;
  display: flex;
  align-items: center;
}

.card-style-5 .card-progress .number {
  display: inline-block;
  padding: 0px 7px 0px 0px;
  vertical-align: top;
}

.card-style-5 .card-progress .progress {
  height: 8px;
  border-radius: 5px;
  background-color: #ffffff;
  width: 100%;
}

.card-style-5 .card-progress .progress .progress-bar {
  border-radius: 5px;
}

.card-grid-2 {
  border-radius: 8px;
  border: 1px solid #E0E6F7;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  background: #F8FAFF;
}

.card-grid-2 i {
  font-size: 20px;
  color: #A0ABB8;
  margin-left: 5px;
}

.card-grid-2 i.fi-rr-marker {
  margin-left: 0;
}

.card-grid-2 .btn-apply-now {
  color: #3C65F5;
}

.card-grid-2:hover {
  border-color: #B4C0E0;
  background-color: #ffffff;
}

.card-grid-2:hover .btn-apply-now {
  color: #ffffff;
  background-color: #3C65F5;
}

.card-grid-2 a {
  text-decoration: none;
  color: #05264E;
}

.card-grid-2 a:hover {
  color: #3C65F5;
}

.card-grid-2 .card-grid-2-image-rd {
  padding: 0px 15px 0px 0px;
  display: inline-block;
  width: 30%;
  min-width: 115px;
  max-width: 115px;
}

.card-grid-2 .card-grid-2-image-rd figure {
  position: relative;
  display: inline-block;
}

.card-grid-2 .card-grid-2-image-rd figure img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.card-grid-2 .card-grid-2-image-rd.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}

.card-grid-2.grid-bd-16 {
  background-color: #ffffff;
  border-radius: 16px;
}

.card-grid-2.grid-bd-16 .lbl-hot {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  height: 24px;
  background: #3C65F5;
  border-radius: 5px;
  color: #ffffff;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
}

.card-grid-2.grid-bd-16 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 26px;
}

.card-grid-2 .card-grid-2-image {
  position: relative;
  padding: 10px;
}

.card-grid-2 .card-grid-2-image .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 12;
}

.card-grid-2 .card-grid-2-image figure {
  display: block;
}

.card-grid-2 .card-grid-2-image figure img {
  width: 100%;
  border-radius: 12px;
}

.card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 20px 10px;
}

.card-grid-2 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
  max-width: 90%;
  min-height: 44px;
}

.card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}

.card-grid-2 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #05264E;
  font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-grid-2 .card-block-info .card-text-price {
  color: #3C65F5;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

.card-grid-2 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #4F5E64;
  font-weight: 400;
}

.card-grid-2 .card-block-info .card-2-bottom {
  position: relative;
}

.card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
  margin-right: 5px;
}

.card-grid-2 .card-block-info .card-2-bottom .btn-tags-sm {
  margin-bottom: 5px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover {
  padding: 15px 33px;
  border: thin solid #B4C0E0;
  font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover:hover {
  color: #ffffff;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium {
  padding-left: 55px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #151515;
  line-height: 17px;
}

.card-grid-2 .card-block-info .card-grid-2-img-medium .card-grid-2-img-small {
  background-color: #5aa6ff;
  height: 44px;
  width: 44px;
  border-radius: 8px;
}

.card-grid-2 .card-block-info .card-profile {
  text-align: center;
}

.card-grid-2 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #05264E;
  line-height: 18px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
  padding-bottom: 5px;
}

.card-grid-2 .card-block-info .card-profile strong:hover {
  color: #05264E;
}

.card-grid-2 .card-block-info .card-profile>span {
  color: #4F5E64;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span {
  display: inline-block;
  vertical-align: middle;
}

.card-grid-2 .card-block-info .card-profile .rate-reviews-small span img {
  height: 13px;
  display: flex;
}

.card-grid-2 .employers-info {
  border-top: 1px solid #E0E6F7;
  padding-top: 20px;
}

.card-grid-2 .flash {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  background: url(../imgs/template/icons/flash.svg) no-repeat 0px 0px;
}

.card-grid-2 .card-grid-2-image-left {
  padding: 30px 20px 15px 20px;
  display: flex;
  position: relative;
}

.card-grid-2 .card-grid-2-image-left .image-box {
  min-width: 52px;
  padding-right: 15px;
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job {
  font-size: 18px;
  line-height: 26px;
  color: #05264E;
  font-weight: bold;
  display: block;
}

.card-grid-2 .card-grid-2-image-left .right-info .name-job:hover {
  color: #3C65F5;
}

.card-grid-2 .card-grid-2-image-left .right-info .location-small {
  background: url(../imgs/template/icons/location.svg) no-repeat 0px 5px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  color: #A0ABB8;
}

.display-list .card-style-2 {
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.display-list .card-style-2:hover {
  box-shadow: 0px 10px 20px -5px rgba(6, 36, 92, 0.06);
  border-color: #B4C0E0;
}

.display-list .card-style-2 .card-head {
  width: 100%;
}

.display-list .card-style-2 .card-head .card-image {
  margin-bottom: 30px;
}

.display-list .card-style-2 .card-head .card-title {
  margin-bottom: 30px !important;
}

.display-list .card-style-2 .card-tags {
  width: 50%;
}

.display-list .card-style-2 .card-price {
  width: 50%;
}

.display-list .card-style-2 .card-price strong {
  font-size: 24px;
  line-height: 40px;
}

.display-list .card-style-2 .card-price span {
  font-size: 18px;
  line-height: 19px;
}

.panel-head .dropdown-menu {
  font-size: 14px;
}

.circliful .outer {
  fill: transparent;
  stroke: #333;
  stroke-width: 19.8;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  /* firefox bug fix - won't rotate at 90deg angles */
}

/* full circle 25 empty 534 */
.circliful .inner {
  fill: transparent;
  stroke: orange;
  stroke-width: 20;
  stroke-dasharray: 534;
  transition: stroke-dashoffset 1s;
  /* firefox bug fix - won't rotate at 90deg angles */
  stroke-dashoffset: 0;
}

.circliful {
  overflow: visible !important;
}

.svg-container {
  width: 85%;
  margin: 0 auto;
  overflow: visible;
}

svg .icon {
  font-family: FontAwesome;
}

.box-swiper {
  position: relative;
}

.box-swiper .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.box-swiper .swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.box-swiper .swiper-container .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.box-swiper .swiper-container .item-logo {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 22px 18px;
  display: flex;
  width: 100%;
  text-align: left;
  border-radius: 12px;
  margin-bottom: 15px;
  background-color: #ffffff;
  flex-wrap: wrap;
}

.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}

.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-swiper .swiper-container .item-logo .image-left {
  min-width: 50px;
  padding-right: 10px;
}

.box-swiper .swiper-container .item-logo .text-info-right h4 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 3px;
}

.box-swiper .swiper-container .item-logo .text-info-bottom {
  position: relative;
  width: 100%;
}

.box-swiper .swiper-button-next:after,
.box-swiper .swiper-button-prev:after {
  content: "";
}

.box-swiper .swiper-button-next {
  background: url(../imgs/slider/swiper/next.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-next:hover {
  background: url(../imgs/slider/swiper/next-active.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-prev {
  background: url(../imgs/slider/swiper/prev.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-prev:hover {
  background: url(../imgs/slider/swiper/prev-active.svg) no-repeat 0px 0px;
}

.box-swiper .swiper-button-next,
.box-swiper .swiper-button-prev {
  width: 40px;
  margin-top: -55px;
}

.box-swiper .swiper-button-next {
  left: auto;
  right: -65px;
}

.box-swiper .swiper-button-prev {
  left: -65px;
}

.box-swiper .swiper-button-next.swiper-button-disabled,
.box-swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.swiper-pagination {
  text-align: center;
  width: 100%;
}

.swiper-pagination-bullet {
  margin: 10px;
}

/*Style of the location of the div that wraps the custom pager*/
.swiper-pagination-custom {
  bottom: -5px;
}

.swiper-pagination-customs {
  background: #B4C0E0;
  border-radius: 50%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 4px;
  margin-right: 4px;
}

/*Customize the style representation when pager is activated*/
.swiper-pagination-customs-active,
.swiper-pagination-customs:hover {
  background: #3C65F5;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

.style-nav-top .swiper-button-next {
  top: -30px;
  right: -5px;
  left: auto;
}

.style-nav-top .swiper-button-prev {
  top: -30px;
  right: 45px;
  left: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 7px;
}

.cb-container input:checked~.checkmark {
  border: 2px solid #3C65F5;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked~.checkmark:after {
  display: block;
}

.cb-container .checkmark:after {
  left: 0px;
  top: -1px;
  width: 21px;
  height: 22px;
  border-radius: 5px;
  background: #3C65F5 url(../imgs/template/icons/tick.svg) no-repeat center;
}

/*COMPONENTS -> FORM*/
input:-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=date],
input[type=time],
input[type=tel] {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  height: 50px;
  box-shadow: none;
  padding-left: 20px;
  font-size: 14px;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=date]:focus,
input[type=time]:focus,
input[type=tel]:focus {
  border: 1px solid #EFF2FB;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #B4C0E0;
  box-shadow: none;
  font-size: 16px;
  color: #4F5E64;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

/*contact form*/
.mt-6 {
  margin-top: 6px !important;
}

.modal-lg,
.modal-xl {
  max-width: 600px;
}

.modal-content .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}

.apply-job-form {
  background-image: url(../imgs/template/bg-1.svg);
  background-repeat: no-repeat;
}

.apply-job-form .text-brand-2 {
  background: #d5deff;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 15px;
}

.form-login-cover {
  margin: 50px 0 0 0;
  border-radius: 16px;
  border: 1px solid #E0E6F6;
  padding: 50px 30px;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #fff;
}

.divider-text-center {
  position: relative;
  text-align: center;
}

.divider-text-center::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #E0E6F6;
  top: 50%;
  left: 0;
  z-index: 1;
}

.divider-text-center span {
  display: inline-block;
  background-color: #fff;
  padding: 0 15px;
  z-index: 2;
  position: relative;
}

.box-list-character {
  background: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  padding: 10px;
  display: table;
  table-layout: fixed;
  margin: 30px auto auto auto;
  width: 100%;
}

.box-list-character ul {
  display: flex;
  padding: 0px;
  list-style: none;
  margin: 0px;
}

.box-list-character ul li {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.box-list-character ul li a {
  font-size: 16px;
  line-height: 28px;
  color: #4F5E64;
  text-transform: uppercase;
  display: inline-block;
  width: 28px;
  max-width: 28px;
  height: 28px;
}

.box-list-character ul li a:hover,
.box-list-character ul li a.active {
  background-color: #E0E6F7;
  border-radius: 50%;
  text-align: center;
  color: #3C65F5;
}

.job-text-desc {
  max-width: 70%;
}

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

.content-job-inner {
  padding: 40px;
}

.box-image-job {
  position: relative;
  text-align: center;
}

.box-image-job figure {
  display: block;
}

.box-image-job figure img {
  max-width: 80%;
}

.box-image-job .job-top-creator {
  max-width: 290px;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.box-image-job .job-top-creator-head {
  background-color: #EFF3FC;
  border-radius: 20px;
  padding: 18px 45px 21px 45px;
}

.box-image-job .job-top-creator ul {
  display: block;
  padding: 24px 20px 0px 20px;
  margin: 0px;
  list-style: none;
}

.box-image-job .job-top-creator ul li {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding-bottom: 15px;
}

.box-image-job .job-top-creator ul li figure {
  float: left;
  display: block;
}

.box-image-job .job-top-creator ul li figure img {
  width: 60px;
  height: 50px;
  border-radius: 50%;
}

.box-image-job .job-top-creator ul li .job-info-creator {
  display: block;
  padding-left: 60px;
}

.box-image-job .job-top-creator ul li .job-info-creator strong {
  display: block;
  font-size: 14px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.box-image-job .job-top-creator ul li .job-info-creator span {
  color: #4F5E64;
  font-size: 14px;
}

.list-partners {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.list-partners li {
  display: inline-block;
  padding: 25px 29px;
  vertical-align: middle;
}

.list-partners li figure img {
  max-width: 100%;
  vertical-align: middle;
}

.box-newsletter {
  padding: 57px 0px 96px 0px;
  background: url(../imgs/template/bg-newsletter.svg) no-repeat 0px 0px;
  background-size: cover;
  border-radius: 16px;
}

.box-newsletter .box-form-newsletter {
  background: #ffffff;
  max-width: 610px;
  padding: 10px;
  border-radius: 10px;
  margin: auto;
}

.box-newsletter .box-form-newsletter form {
  display: flex;
}

.box-newsletter .box-form-newsletter form .input-newsletter {
  width: 90%;
  padding: 15px;
  border: 0px;
  min-height: 60px;
  background-image: url(../imgs/template/email.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding-left: 60px;
}

.box-newsletter .box-form-newsletter form .font-heading {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 500;
}

.box-newsletter .icon-send-letter {
  position: relative;
  background-image: url(../imgs/template/icons/apply.svg);
  background-repeat: no-repeat;
  background-position: left 17px center;
  padding-left: 45px;
}

.box-newsletter .text-md-newsletter {
  color: #ffffff;
  font-size: 37px;
  line-height: 55px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

.box-newsletter .text-lg-newsletter {
  color: #ffffff;
  font-size: 46px;
  line-height: 56px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
}

.bg-patern {
  position: relative;
}

.bg-patern .container {
  z-index: 3;
  position: relative;
}

.text-mutted {
  font-size: 16px;
  color: #4F5E64;
  line-height: 16px;
}

.text-mutted-2 {
  color: #66789C;
}

/*page loading*/
.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader img {
  max-width: 250px;
}

.rate {
  height: 21px;
  padding: 0 10px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rate:not(:checked)>input {
  position: absolute;
  visibility: hidden;
}

.rate:not(:checked)>label {
  float: right;
  width: 21px;
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  margin-right: 3px;
}

.rate:not(:checked)>label.checked:before {
  background: url(../imgs/template/icons/star.svg) no-repeat;
}

.rate>input:checked~label:before {
  background: url(../imgs/template/icons/star.svg) no-repeat;
}

.rate.small {
  transform: scale(0.7);
  -moz-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  padding: 0;
}

.breacrumb-cover {
  background-color: #F8FAFF;
  background-image: url(../imgs/page/blog/bg-breadcrumb.png);
  background-position: top center;
  padding: 50px 0;
}

.breadcrumbs {
  background-color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  padding: 7px 15px;
}

.breadcrumbs li {
  color: #66789C;
  font-size: 14px;
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.breadcrumbs li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: url(../imgs/template/icons/arrow-breadcrumb.svg) no-repeat center;
}

.breadcrumbs li a {
  font-size: 14px;
  color: #66789C;
  text-decoration: none;
  line-height: 14px;
  display: block;
}

.breadcrumbs li a:hover {
  color: #05264E;
}

.breadcrumbs li:last-child::before {
  color: #66789C;
}

.breadcrumbs li:first-child::before {
  display: none;
}

.breadcrumbs li:first-child {
  padding-left: 0px;
}

.breadcrumbs .home-icon {
  background: url(../imgs/page/blog/home.svg) no-repeat;
  padding: 0px 0px 0px 20px;
}

.noUi-horizontal .noUi-handle {
  border: 1px solid #e1e1e1;
}

.box-filters-job .dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

.text-brand-2 {
  color: #3C65F5;
}

.w-lg-50 {
  width: 50%;
}

.header {
  padding: 15px 20px;
  float: left;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 12;
}

.header .main-header {
  display: flex;
  align-items: center;
}

.header .main-header .header-right {
  display: inline-block;
  width: 100%;
  text-align: right;
}

.header .main-header .header-right .member-login {
  display: inline-block;
  vertical-align: middle;
}

.header .main-header .header-right .member-login img {
  float: left;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  margin: 0px 10px 0px 0px;
  vertical-align: middle;
}

.header .main-header .header-right .member-login .info-member {
  padding-left: 45px;
  text-align: left;
  line-height: 19px;
}

.header .main-header .header-right .member-login .info-member strong {
  display: block;
}

.header .main-header .header-nav {
  display: inline-block;
  width: 60%;
  text-align: center;
}

.header .main-header .header-left {
  display: flex;
  align-items: center;
  min-width: 280px;
}

.header .main-header .header-left .header-logo {
  margin-right: 0;
  min-width: 90px;
}

.header .main-header .header-search {
  width: 60%;
  display: inline-block;
}

.header .main-header .header-search .input-search {
  background-image: url(../imgs/page/dashboard/search.svg);
  background-position: left 16px center;
  background-repeat: no-repeat;
  padding-left: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 22px;
  color: #A0ABB8;
}

.header .nav-main-menu {
  display: inline-block;
  width: auto;
  padding: 0px;
  text-align: left;
}

.header .text-link-bd-btom {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #05264E;
  display: inline-block;
  position: relative;
  text-decoration-line: underline;
}

.header .text-link-bd-btom:hover {
  color: #3C65F5;
}

.header .block-signin .btn-shadow {
  box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
}

.header.header-2 {
  background-color: #F8FAFF;
}

.header .header-menu {
  min-width: 20%;
  margin-left: 30px;
}

.header .header-menu ul li {
  display: inline-block;
  padding: 5px 10px;
}

.header .header-menu ul li a {
  font-size: 14px;
}

.sticky-bar.stick {
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #E0E6F6;
  background: #fff;
}

.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.header-brand-2 {
  background: #3C65F5;
}

.header-brand-2.sticky-bar.stick {
  background: #3C65F5;
}

.header-brand-2 .main-menu>li>a {
  color: #E0E6F6;
}

.header-brand-2 .main-menu>li>a:hover {
  color: #ffffff;
}

.header-brand-2 .main-menu>li>a:hover::before,
.header-brand-2 .main-menu>li>a .active::before {
  background-color: #ffffff;
}

.header-brand-2 .main-menu li a,
.header-brand-2 .main-menu li a.active {
  color: #ffffff;
}

.header-brand-2 .main-menu li a:hover::before,
.header-brand-2 .main-menu li a .active::before,
.header-brand-2 .main-menu li a.active:hover::before,
.header-brand-2 .main-menu li a.active .active::before {
  background-color: #ffffff;
}

.header-brand-2 .main-menu li a {
  color: #E0E6F6;
}

.header-brand-2 .main-menu li a:hover,
.header-brand-2 .main-menu li a.active {
  color: #ffffff;
}

.header-brand-2 .main-menu li a:hover::before,
.header-brand-2 .main-menu li a.active::before {
  background-color: #ffffff;
}

.header-brand-2 .main-menu li ul li a:hover {
  color: #3C65F5;
}

.header-brand-2 .text-link-bd-btom {
  color: #ffffff;
}

.header-brand-2 .btn-default {
  background-color: #ffffff;
  color: #3C65F5;
  font-weight: 500;
}

.user-account {
  display: flex;
  align-items: center;
}

.user-account img {
  max-width: 50px;
  border-radius: 50%;
  margin-right: 10px;
}

.user-account .user-name {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 14px;
}

.perfect-scroll {
  height: 100vh;
  width: 300px;
  position: relative;
}

.body-overlay-1 {
  background: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  visibility: hidden;
  width: 100%;
  cursor: crosshair;
  z-index: 997;
}

.mobile-menu-active .body-overlay-1 {
  opacity: 1;
  visibility: visible;
}

.main-menu li {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 5px;
}

.main-menu li.hr {
  padding: 0px 22px;
}

.main-menu li.hr span {
  background-color: #E0E6F6;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

.main-menu li a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #66789C;
  display: block;
  text-decoration: none;
  position: relative;
  padding: 15px 25px;
}

.main-menu li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.main-menu li a span {
  display: inline-block;
  vertical-align: middle;
}

.main-menu li a:hover,
.main-menu li a.active {
  background-color: #000 !important;
  color: #ffffff !important;
  border-radius: 8px;
}

.main-menu li a:hover span,
.main-menu li a.active span {
  color: #ffffff;
}

.main-menu li a:hover img,
.main-menu li a.active img {
  filter: invert(100%) sepia(50%) saturate(50%) hue-rotate(124deg) brightness(200%) contrast(100%);
}

.main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}

.main-menu li a.dashboard {
  background: url(../imgs/page/dashboard/dashboard.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.candidates {
  background: url(../imgs/page/dashboard/candidates.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.recruiters {
  background: url(../imgs/page/dashboard/recruiters.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.jobs {
  background: url(../imgs/page/dashboard/jobs.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.tasks {
  background: url(../imgs/page/dashboard/tasks.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.myprofiles {
  background: url(../imgs/page/dashboard/profiles.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.cvmanage {
  background: url(../imgs/page/dashboard/cv-manage.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.settings {
  background: url(../imgs/page/dashboard/settings.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.authentication {
  background: url(../imgs/page/dashboard/authentication.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li a.logout {
  background: url(../imgs/page/dashboard/logout.svg) no-repeat 10px center;
  padding-left: 40px;
}

.main-menu li ul {
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.2s;
  position: absolute;
  top: 0px;
  left: 100%;
  z-index: 999;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #ececec;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  padding: 10px 0px 15px 0;
}

.main-menu li ul li {
  width: 100%;
  padding: 0px;
}

.main-menu li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #253D4E;
  position: relative;
  padding: 14px 22px 10px 35px;
  transition: 0.3s;
}

.main-menu li ul li a::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #05264E;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

.main-menu li ul li a:hover,
.main-menu li ul li a.active {
  padding-left: 38px;
  transition: 0.5s;
}

.main-menu li ul li a:hover::after,
.main-menu li ul li a.active::after {
  opacity: 1;
  transition-duration: 0.3s;
}

.main-menu li ul li a:hover::before,
.main-menu li ul li a.active::before {
  display: none;
}

.main-menu li ul li ul {
  top: 0px;
  left: 100%;
}

.main-menu li:hover>ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.main-menu li:hover>ul li {
  width: 100%;
}

.close-nav .main-menu li a {
  padding: 8px 6px;
  text-align: center;
}

.close-nav .main-menu li a img {
  margin-right: 0px;
}

.close-nav .main-menu li a span {
  display: none;
}

.close-nav .box-profile-completed,
.close-nav .sidebar-border-bg {
  display: none;
}

.main .nav.close-nav {
  max-width: 70px;
}

.icon-down {
  display: inline-block;
  padding-right: 15px;
  background: url(../imgs/page/dashboard/triangle.svg) no-repeat right center;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0px;
  width: 380px;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 1000;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner {
  padding: 0px 0px 30px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 34px 30px 30px 30px;
  background-color: #ffffff;
  align-items: center;
  align-self: center;
  border-bottom: thin solid #E0E6F6;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: block;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: 100px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  padding: 30px 30px 30px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li {
  display: block;
  position: relative;
  padding: 13px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.hr {
  display: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:last-child {
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand {
  right: 0;
  position: absolute;
  cursor: pointer;
  z-index: 9;
  text-align: center;
  font-size: 12px;
  display: block;
  width: 30px;
  height: 30px;
  line-height: 38px;
  top: 5px;
  color: #05264E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children .menu-expand i {
  font-size: 18px;
  font-weight: 300;
  opacity: 0.5;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand {
  background: rgba(255, 255, 255, 0.2);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li.has-children.active>.menu-expand i::before {
  content: "\f113";
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
  font-size: 16px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #05264E;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a i {
  margin-right: 5px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul {
  padding: 10px 0 0 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li {
  padding: 10px 0;
  border-bottom: none;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children .menu-expand {
  top: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a {
  padding-left: 13px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li:hover a::before {
  opacity: 1;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #253D4E;
  padding-left: 10px;
  position: relative;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  background-color: #E0E6F6;
  border-radius: 50%;
  opacity: 0.7;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li ul {
  margin-top: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li ul li.has-children.active {
  padding-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li:hover>a {
  color: #05264E;
  padding-left: 3px;
  transition-duration: 0.2s;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .categories-dropdown-wrap ul li a {
  padding: 5px 15px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #E0E6F7;
  margin: 17px 0 30px 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info {
  position: relative;
  margin-bottom: 13px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:last-child {
  margin-bottom: 0;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #05264E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #05264E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a i {
  font-size: 14px;
  color: #05264E;
  margin-right: 8px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown {
  margin-top: 5px;
  display: none;
  background-color: transparent;
  box-shadow: none;
  padding: 10px 0 0 0;
  width: 100%;
  z-index: 11;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li {
  padding-bottom: 10px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li:last-child {
  padding-bottom: 0px;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info .lang-curr-dropdown ul li a:hover {
  color: #05264E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover>a {
  color: #05264E;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .site-copyright {
  font-size: 12px;
  color: #4F5E64;
}

.burger-icon {
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  width: 24px;
  height: 20px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  top: 22px;
  right: 20px;
  display: none;
  z-index: 999999;
}

.burger-icon>span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}

.burger-icon>span.burger-icon-top {
  top: 2px;
}

.burger-icon>span.burger-icon-bottom {
  bottom: 2px;
}

.burger-icon>span.burger-icon-mid {
  top: 9px;
}

.burger-icon.burger-close {
  position: fixed;
}

.burger-icon.burger-close>span.burger-icon-top {
  display: none;
  opacity: 0;
}

.burger-icon.burger-close>span.burger-icon-mid {
  top: 8px;
  transform: rotate(45deg);
}

.burger-icon.burger-close>span.burger-icon-bottom {
  bottom: 10px;
  transform: rotate(-45deg);
}

.burger-icon>span::before,
.burger-icon>span::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #333;
}

.burger-icon.burger-icon-white>span::before,
.burger-icon.burger-icon-white>span::after {
  background-color: #4F5E64;
}

.mobile-search form {
  background-color: #f2f3f4;
  border-radius: 8px;
  height: 44px;
  padding: 0px 15px 0px 44px;
  position: relative;
}

.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
  height: 43px;
}

.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #4F5E64;
}

.mobile-social-icon h6 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}

.mobile-social-icon a {
  text-align: center;
  font-size: 14px;
  margin-right: 5px;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  align-content: center;
  justify-content: center;
}

.mobile-social-icon a img {
  max-width: 18px;
}

.mobile-social-icon a img:hover {
  opacity: 0.8;
}

.mobile-social-icon a:hover {
  transform: translateY(-2px);
  transition-duration: 0.5s;
  margin-top: -2px;
}

.mobile-social-icon a:last-child {
  margin-right: 0;
}

.mobile-account {
  margin: 15px 0;
  padding: 30px 0 20px 0;
  border-top: thin solid #E0E6F6;
}

.mobile-account h6 {
  font-weight: 600;
  font-size: 18px;
}

.mobile-account ul li {
  padding: 13px 0;
}

.mobile-account ul li a {
  font-size: 15px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
  display: inline-block;
  color: #253D4E;
  transition-duration: 0.2s;
}

.mobile-account ul li:hover a {
  padding-left: 3px;
  transition-duration: 0.2s;
  color: #05264E;
}

.nav li {
  list-style: none;
}

.sidebar-border-bg {
  border: 1px solid #E0E6F7;
  background: #F2F6FD url(../imgs/page/dashboard/bg-hiring.svg) no-repeat bottom left;
  padding: 30px 40px 260px 40px;
  border-radius: 4px;
  margin-bottom: 40px;
}

.sidebar-border-bg .text-grey {
  color: #B4C0E0;
  font-size: 24px;
  line-height: 37px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
}

.sidebar-border-bg .text-hiring {
  color: #66789C;
  font-size: 36px;
  font-weight: 800;
  line-height: 57px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: -15px;
}



.btn-expanded {
  background: #000 url(../imgs/page/dashboard/icon-arrow-left.svg) no-repeat center;
  height: 30px;
  width: 30px;
  border: 1px solid #e0e6f780;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -16px;
  padding: 0px;
  z-index: 1234;
}

.btn-collapsed {
  background: #000 url(../imgs/page/dashboard/icon-arrow-right.svg) no-repeat center;
}

.footer .box-footer {
  padding: 25px 0px 0px 0px;
  border-top: 1px solid #E0E6F6;
}

.footer .menu-footer {
  display: inline-block;
}

.footer .menu-footer li {
  list-style: none;
  display: inline-block;
  padding-left: 22px;
}

.footer .menu-footer li a {
  color: #4F5E64;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.2s;
}

.footer .menu-footer li a:hover {
  color: #05264E;
  transition-duration: 0.2s;
  padding-left: 3px;
}

#scrollUp {
  width: 48px;
  height: 48px;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  transition-duration: 0.2s;
  background-color: #3C65F5;
  background-image: url(../imgs/template/icons/go-top.svg);
  background-repeat: no-repeat;
  background-position: center;
}

#scrollUp i {
  display: none;
  line-height: 42px !important;
  font-size: 20px;
  color: #fff;
}

#scrollUp:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}

/*LAYOUT -> SPACING**/
.section-padding-30 {
  padding: 30px 0;
}

.section-padding-50 {
  padding: 50px 0;
}

.section-padding-60 {
  padding: 60px 0;
}

.section-padding {
  padding: 25px 0;
}

.ptb-0 {
  padding: 0;
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-35 {
  padding: 35px 0;
}

.ptb-32 {
  padding: 32px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-120 {
  padding: 120px 0;
}

.ptb-130 {
  padding: 130px 0;
}

.ptb-140 {
  padding: 140px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-160 {
  padding: 160px 0;
}

.ptb-170 {
  padding: 170px 0;
}

.ptb-177 {
  padding: 177px 0;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-190 {
  padding: 190px 0;
}

.ptb-200 {
  padding: 200px 0;
}

.ptb-210 {
  padding: 210px 0;
}

.ptb-220 {
  padding: 220px 0;
}

.ptb-290 {
  padding: 290px 0;
}

.ptb-310 {
  padding: 310px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-105 {
  padding-left: 105px !important;
}

.pl-110 {
  padding-left: 110px !important;
}

.pl-115 {
  padding-left: 115px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.pl-125 {
  padding-left: 125px !important;
}

.pl-130 {
  padding-left: 130px !important;
}

.pl-135 {
  padding-left: 135px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.pl-145 {
  padding-left: 145px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.pl-155 {
  padding-left: 155px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.pl-165 {
  padding-left: 165px !important;
}

.pl-170 {
  padding-left: 170px !important;
}

.pl-175 {
  padding-left: 175px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.pl-185 {
  padding-left: 185px !important;
}

.pl-190 {
  padding-left: 190px !important;
}

.pl-195 {
  padding-left: 195px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-105 {
  padding-right: 105px !important;
}

.pr-110 {
  padding-right: 110px !important;
}

.pr-115 {
  padding-right: 115px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pr-125 {
  padding-right: 125px !important;
}

.pr-130 {
  padding-right: 130px !important;
}

.pr-135 {
  padding-right: 135px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pr-145 {
  padding-right: 145px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pr-155 {
  padding-right: 155px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pr-165 {
  padding-right: 165px !important;
}

.pr-170 {
  padding-right: 170px !important;
}

.pr-175 {
  padding-right: 175px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pr-185 {
  padding-right: 185px !important;
}

.pr-190 {
  padding-right: 190px !important;
}

.pr-195 {
  padding-right: 195px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.plr-5-percent {
  padding: 0 5%;
}

/***************************
    Page section margin 
****************************/
.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.ml-105 {
  margin-left: 105px !important;
}

.ml-110 {
  margin-left: 110px !important;
}

.ml-115 {
  margin-left: 115px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.ml-125 {
  margin-left: 125px !important;
}

.ml-130 {
  margin-left: 130px !important;
}

.ml-135 {
  margin-left: 135px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.ml-145 {
  margin-left: 145px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.ml-155 {
  margin-left: 155px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.ml-165 {
  margin-left: 165px !important;
}

.ml-170 {
  margin-left: 170px !important;
}

.ml-175 {
  margin-left: 175px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.ml-185 {
  margin-left: 185px !important;
}

.ml-190 {
  margin-left: 190px !important;
}

.ml-195 {
  margin-left: 195px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

/*page about*/
.page-about {
  background-position: 0 5%;
}

.header-bg,
.bg-banner-about {
  background-color: #F8FAFF;
}

.bg-banner-about {
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-bottom: 40px;
}

.banner-about::before {
  width: 100%;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  right: 0px;
  left: 0px;
}

.banner-about .banner-inner .banner-imgs {
  padding-top: 35px;
}

.banner-about .main-banner {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.banner-about .banner-sm-1 {
  position: absolute;
  top: 3%;
  left: -110px;
  width: 102px;
}

.banner-about .banner-sm-1 img {
  width: 102px;
  height: 102px;
  border-radius: 50%;
}

.banner-about .banner-sm-2 {
  position: absolute;
  top: 21%;
  left: -142px;
  width: 132px;
}

.banner-about .banner-sm-2 img {
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
}

.banner-about .banner-sm-3 {
  position: absolute;
  top: 51%;
  left: -192px;
  width: 182px;
}

.banner-about .banner-sm-3 img {
  border-bottom-left-radius: 40px;
}

.heading-36 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: bold;
}

.text-lg {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.text-blue {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 20px;
  color: #3C65F5;
  font-weight: 600;
  line-height: 24px;
}

.box-info-job {
  display: inline-block;
  width: 100%;
  padding: 70px 30px 0px 30px;
}

.box-image-findjob {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-left: -50px;
}

.box-image-findjob img {
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.box-image-findjob::before {
  position: absolute;
  content: "";
  bottom: -45px;
  right: -45px;
  height: 39px;
  width: 39px;
  border-radius: 50%;
  background: #9fdbe9;
}

.block-job-bg {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 65px 0px 0px 20px;
}

.block-job-bg .row {
  z-index: 2;
  position: relative;
}

.block-job-bg::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 85%;
  height: 39px;
  width: 39px;
  background: #bee2ae;
  border-radius: 50%;
  z-index: 0;
}

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

.banner-imgs-about {
  position: relative;
}

.banner-imgs-about .banner-sm-4 {
  position: absolute;
  top: 15%;
  left: -110px;
}

.banner-imgs-about .banner-sm-5 {
  position: absolute;
  top: 65%;
  left: -90px;
}

.banner-imgs-about .main-banner {
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}

.color-black-5 {
  color: #EFF2FB;
}

.box-mw-60 {
  max-width: 60%;
  margin: auto;
}

.box-mw-70 {
  max-width: 70%;
}

/*page services*/
.box-banner-services--inner {
  position: relative;
  max-width: 1090px;
  margin: auto;
}

.box-banner-services--inner img {
  border-radius: 15px;
  width: 100%;
}

.box-banner-services--inner .btn-play-2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  right: 0px;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
}

.mw-650,
.mw-450 {
  max-width: 650px;
  margin: auto;
}

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

.pattern-service {
  position: relative;
}

.pattern-service .container {
  z-index: 2;
  position: relative;
}

.pattern-service::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0px;
  top: 0px;
  height: 100%;
  min-height: 611px;
  width: 290px;
}

/*page pricing*/
.bg-blue-full {
  background-color: #ecf4ff;
  padding: 82px 0px;
}

.bg-blue-full .btn-border {
  color: #4F5E64;
}

.text-billed {
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #253D4E;
}

.max-width-price {
  margin: auto;
  max-width: 85%;
}

.block-pricing .box-pricing-item {
  display: inline-block;
  width: 100%;
  padding: 44px;
  border: 1px solid #E0E6F7;
  border-radius: 8px;
  margin-bottom: 30px;
}

.block-pricing .box-pricing-item:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.block-pricing .box-pricing-item:hover .btn-border {
  background-color: #3C65F5;
  color: #ffffff;
}

.block-pricing .box-pricing-item .for-year,
.block-pricing .box-pricing-item .for-month {
  display: none;
}

.block-pricing .box-pricing-item .display-month {
  display: inline-block;
}

.block-pricing .box-pricing-item .display-year {
  display: inline-block;
}

.block-pricing .box-pricing-item .btn-border {
  border: 1px solid #3C65F5;
  color: #3C65F5;
  width: 100%;
}

.block-pricing .box-pricing-item .btn-border:hover {
  background-color: #3C65F5;
  color: #ffffff;
}

.block-pricing .box-info-price {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  padding-top: 15px;
}

.block-pricing .box-info-price .text-price {
  font-size: 56px;
  color: #3C65F5;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 56px;
  font-weight: 800;
  margin-right: 1px;
}

.block-pricing .box-info-price .text-month {
  font-size: 18px;
  line-height: 26px;
  color: #A0ABB8;
}

.block-pricing .text-desc-package {
  font-size: 15px;
  line-height: 20px;
  color: #4F5E64;
}

.block-pricing .list-package-feature {
  display: inline-block;
  width: 100%;
  padding-bottom: 30px;
}

.block-pricing .list-package-feature li {
  display: inline-block;
  width: 100%;
  padding: 4px 0px 4px 35px;
  background: url(../imgs/template/icons/check-circle.svg) no-repeat left center;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  color: #4F5E64;
}

.block-pricing .most-popular {
  margin-top: -50px;
  background-size: contain;
  border-radius: 26px;
  padding: 20px 30px 44px 30px;
}

.block-pricing .most-popular .text-price,
.block-pricing .most-popular .text-month,
.block-pricing .most-popular h4,
.block-pricing .most-popular .text-desc-package {
  color: #ffffff;
}

.block-pricing .most-popular .btn-border {
  font-weight: bold;
  color: #05264E;
  width: 100%;
  text-align: center;
}

.block-pricing .most-popular .btn-white-sm {
  border-radius: 14px;
  text-transform: uppercase;
  padding: 9px 25px 7px 25px;
  font-size: 10px;
  color: #05264E;
  line-height: 12px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.heading-md-regular {
  font-size: 20px;
  line-height: 24px;
  color: #05264E;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.box-info-job .text-md {
  line-height: 28px;
}

.box-image-findjob.box-image-about {
  padding-top: 44px;
  padding-right: 44px;
  text-align: center;
}

.box-image-findjob figure {
  position: relative;
  z-index: 2;
}

.box-info-job.box-info-about {
  padding-top: 30px;
}

.box-info-job.box-info-about .btn-border {
  color: #4F5E64;
}

.text-gray-200 {
  color: #4F5E64;
  font-size: 16px;
}

/*page-faqs*/
.faqs-imgs .faqs-1 {
  border-radius: 80px 80px 80px 0;
}

.faqs-imgs .faqs-2 {
  border-radius: 0 80px 0 80px;
}

.faqs-imgs .faqs-3 {
  border-radius: 0 80px 80px 80px;
}

/*Page contact*/
.leaflet-map {
  height: 528px;
  width: 100%;
}

.bg-img-about {
  background: url(../imgs/page/about/img-about.png) no-repeat top center;
  background-size: cover;
  position: relative;
}

.bg-img-about .container {
  z-index: 2;
  position: relative;
}

.bg-img-about::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: url(../imgs/page/about/bg-black-trans.png) repeat-x bottom left;
}

.bg-img-about h2,
.bg-img-about p {
  color: #ffffff;
}

.box-info-contact {
  background-color: #F2F6FD;
  padding: 50px 40px 20px 40px;
  display: inline-block;
  width: 100%;
}

.link-map {
  letter-spacing: 3px;
  padding-top: 5px;
  display: inline-block;
  font-size: 12px;
  line-height: 22px;
}

.box-profile-image {
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}

.box-profile-image .img-profile {
  width: 105px;
  padding-right: 20px;
}

.box-profile-image .img-profile img {
  display: block;
}

.icon-search-right {
  background-image: url(../imgs/page/dashboard/search.svg);
  background-position: right 12px center;
  padding-right: 40px;
  background-repeat: no-repeat;
}

.btn.tags-link {
  margin-bottom: 10px;
  margin-right: 10px;
}

.btn.tags-link span {
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0px 0px 0px 6px;
  background: url(../imgs/page/profile/remove.svg) no-repeat center;
}

.info-icon {
  background: url(../imgs/page/profile/info.svg) no-repeat left center;
  display: inline-block;
  padding: 0px 0px 0px 20px;
}

.box-padding {
  padding: 30px;
}

.box-filters-job {
  border-bottom: 1px solid #E0E6F7;
  margin-bottom: 30px;
  padding: 0px 0px 5px 0px;
}

.box-filters-job .box-view-type img {
  vertical-align: middle;
}

.text-showing {
  display: inline-block;
  min-height: 30px;
  line-height: 37px;
}

.box-border {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 0px 3px 15px;
  vertical-align: sub;
}

.text-sortby {
  color: #A0ABB8;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}

.box-view-type {
  float: right;
  margin-left: 10px;
}

.box-view-type a {
  display: inline-block;
  vertical-align: middle;
}

.dropdown-sort {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}

.dropdown-sort .dropdown-toggle::after {
  border: 0px;
}

.dropdown-sort .dropdown-toggle {
  padding: 0px;
  outline: none;
  font-size: 12px;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.dropdown-sort .dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown-sort .dropdown-toggle i {
  color: #4F5E64;
  float: right;
  margin: -1px 7px 0px 0px;
  font-size: 18px;
  line-height: 16px !important;
}

.paginations {
  margin: 15px 0px 10px 0px;
}

.paginations .pager {
  padding: 0px;
}

.paginations .pager li {
  display: inline-block;
  vertical-align: middle;
}

.paginations .pager li a {
  display: block;
  padding: 10px 8px;
  font-weight: 600;
  color: #A0ABB8;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

.paginations .pager li a:hover {
  color: #05264E;
}

.paginations .pager li a.active {
  color: #05264E;
}

.paginations .pager li a.pager-number.active::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #E0E6F7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 8px;
  left: -1px;
}

.paginations .pager li a.pager-number:hover::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #E0E6F7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: 0;
  top: 8px;
  left: -1px;
}

.paginations .pager li .pager-prev {
  background: url(../imgs/template/icons/page-prev.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-right: 15px;
}

.paginations .pager li .pager-prev:hover {
  background: url(../imgs/template/icons/page-prev-hover.svg) no-repeat center;
}

.paginations .pager li .pager-next {
  background: url(../imgs/template/icons/page-next.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-left: 15px;
}

.paginations .pager li .pager-next:hover {
  background: url(../imgs/template/icons/page-next-hover.svg) no-repeat center;
}

.icon-edu {
  background: url(../imgs/page/post-job/edu.svg) no-repeat left center;
  padding-left: 31px;
}

.icon-phone {
  background: url(../imgs/page/post-job/call.svg) no-repeat left center;
  padding-left: 31px;
}

.box-upload {
  border: 2px dashed #B4C0E0;
  border-radius: 8px;
  padding: 15px 18px;
  background-color: #ffffff;
}

.box-upload .add-file-upload {
  width: 85px;
  height: 85px;
  border: 1px solid #E0E6F6;
  border-radius: 16px;
  background: #ffffff url(../imgs/page/post-job/plus.svg) no-repeat center;
  margin-right: 15px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.box-upload .add-file-upload input {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 12;
  opacity: 0;
}

.bg-postjob {
  background: url(../imgs/page/post-job/bg.svg) no-repeat right 20px bottom;
}

input[type=date] {
  position: relative;
  color: white;
}

input[type=date]:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: attr(data-date);
  display: inline-block;
  color: black;
  width: 90%;
  height: 90%;
  line-height: 40px;
  padding: 0px 0px 0px 20px;
  background: #fff;
}

.box-file-uploaded {
  height: 100%;
  padding-bottom: 30px;
}

select {
  background: url(../imgs/page/post-job/arrow-down.svg) no-repeat right 15px center;
}

.item-timeline {
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.item-timeline .timeline-year {
  position: relative;
  padding-right: 20px;
  margin-right: 20px;
}

.item-timeline .timeline-year::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 1px;
  border-right: 1px solid #E0E6F7;
}

.item-timeline .timeline-year span {
  position: relative;
  border-radius: 30px;
  background-color: #EFF2FB;
  padding: 1px 15px 2px 15px;
  min-width: 130px;
  color: #3C65F5;
  text-align: center;
  display: inline-block;
}

.item-timeline .timeline-info {
  position: relative;
  width: 100%;
  padding-right: 30px;
}

.item-timeline .timeline-actions {
  min-width: 93px;
  text-align: right;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.panel-white {
  background-color: #ffffff;
  border-radius: 16px;
  margin-bottom: 30px;
  border: 1px solid #E0E6F7;
}

.panel-head {
  border-bottom: 1px solid #E0E6F7;
  padding: 18px 30px;
  margin-bottom: 0px;
  position: relative;
}

.panel-head .dropdown-menu {
  top: 83%;
  min-width: 14rem;
  padding: 0.5rem;
}

.panel-head .dropdown-menu .dropdown-item {
  color: #05264E;
}

.panel-head .dropdown-menu .dropdown-item.active,
.panel-head .dropdown-menu .dropdown-item:active {
  background-color: transparent;
  color: #3C65F5;
}

.panel-head .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
  color: #3C65F5;
}

.panel-body {
  padding: 30px;
}

.menudrop {
  position: absolute;
  top: 20px;
  right: 15px;
  height: 20px;
  width: 20px;
  background: url(../imgs/page/dashboard/dot-menu.svg) no-repeat center;
  cursor: pointer;
}

.box-heading {
  display: flex;
  width: 100%;
  position: relative;
  align-items: flex-start;
}

.box-heading .box-title {
  width: 60%;
}

.box-heading .box-breadcrumb {
  width: 40%;
  text-align: left;
  margin-top: -5px;
}

.box-heading .box-breadcrumb .breadcrumbs {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #E0E6F7;
}

.box-heading .box-breadcrumb .breadcrumbs ul li {
  position: relative;
}

.box-heading .box-breadcrumb .breadcrumbs ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  height: 14px;
  width: 14px;
  background: url(../imgs/page/dashboard/arrow.svg) no-repeat 0px 0px;
}

.box-heading .box-breadcrumb .breadcrumbs ul li a.icon-home {
  background: url(../imgs/page/dashboard/home.svg) no-repeat 0px -2px;
  padding-left: 21px;
}

.swiper-group-10 .swiper-slide {
  text-align: center;
}

@media (max-width: 1399.98px) {
  .main .nav {
    max-width: 220px;
  }

  .panel-body {
    padding: 25px;
  }

  .card-style-4 {
    padding: 15px 12px;
  }

  .card-style-4 .card-image {
    padding-right: 10px;
    max-width: 62px;
  }

  .sidebar-border-bg {
    padding: 20px 20px 260px 20px;
  }

  .main-menu li a {
    padding: 15px 18px;
  }
}

@media (max-width: 1199.98px) {
  .header .main-header .header-right {
    display: none;
  }

  .burger-icon {
    display: inline-block;
  }

  .header .nav-main-menu {
    display: none;
  }

  .main .nav {
    display: none !important;
    width: 0px;
    overflow: hidden;
  }

  .header .main-header .header-search {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .header .main-header .header-left .header-logo {
    margin-right: 0px;
  }

  .header .main-header .header-nav {
    width: 0%;
  }

  .bg-postjob {
    background: none;
  }
}

@media (max-width: 767.98px) {
  h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #E0E6F6;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
    width: 140px;
  }

  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
    padding: 30px;
  }

  .card-style-2 {
    flex-wrap: wrap;
    padding: 10px 15px;
  }

  .card-style-2 .card-title {
    width: 86%;
  }

  .card-style-2 .card-image {
    max-width: none;
    width: 14%;
  }

  .card-style-2 .card-tags {
    width: 60%;
    margin-top: 20px;
  }

  .card-style-2 .card-price {
    width: 40%;
    margin-top: 20px;
  }

  .item-timeline .timeline-year span {
    padding: 1px 5px 2px 5px;
    min-width: 110px;
  }

  .item-timeline .timeline-year {
    padding-right: 10px;
    margin-right: 10px;
  }

  .item-timeline .timeline-info {
    padding-right: 10px;
  }

  .item-timeline .timeline-actions {
    min-width: 83px;
    padding-left: 10px;
  }
}

@media (max-width: 575.98px) {
  .header.sticky-bar .col-lg-7 .burger-icon {
    right: 15px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .card-style-2 .card-title {
    width: 80%;
  }

  .card-style-2 .card-image {
    width: 20%;
  }

  .item-timeline {
    flex-wrap: wrap;
  }

  .item-timeline .timeline-year {
    margin-bottom: 20px;
    margin-top: 30px;
  }

  .item-timeline .timeline-year::before {
    display: none;
  }

  .item-timeline .timeline-actions {
    padding-left: 0px;
  }
}

@media (max-width: 484.98px) {
  .swiper-style-2 .item-5 {
    width: 100%;
  }

  .text-sortby {
    display: none;
  }

  .paginations .pager li .pager-prev {
    margin-right: 0px;
  }

  .paginations .pager li .pager-next {
    margin-left: 0px;
  }

  .paginations .pager li a {
    line-height: 24px;
    font-size: 16px;
  }

  .box-radius-8 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .box-radius-8 .image {
    min-width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 20px;
    line-height: 28px;
  }

  .box-newsletter-2 .font-lg {
    font-size: 14px;
    line-height: 20px;
  }

  .card-style-2 .card-title {
    width: 75%;
  }

  .card-style-2 .card-image {
    width: 25%;
  }

  .card-style-2 .card-tags {
    width: 70%;
  }

  .card-style-2 .card-price {
    width: 30%;
    min-width: auto;
  }

  .card-style-3 {
    flex-wrap: wrap;
  }

  .card-style-3 .card-image {
    width: 20%;
  }

  .card-style-3 .card-title {
    width: 80%;
  }

  .card-style-3 .card-location,
  .card-style-3 .card-rating {
    margin-top: 15px;
    width: 50%;
  }

  .box-heading {
    flex-wrap: wrap;
  }

  .box-heading .box-title,
  .box-heading .box-breadcrumb {
    width: 100%;
    text-align: left;
  }

  .box-heading .box-breadcrumb {
    margin-bottom: 25px;
  }

  .box-padding {
    padding: 20px 15px;
  }
}

@media (max-width: 374.98px) {
  .image-profile {
    max-width: 100%;
    width: 100%;
  }

  .box-profile-image {
    flex-wrap: wrap;
  }

  .box-profile-image .info-profile {
    width: 100%;
    margin-top: 20px;
  }

  .box-border {
    padding: 1px 0px 3px 5px;
  }

  .dropdown-sort .dropdown-toggle i {
    margin: -1px 0px 0px 0px;
  }

  .box-border.mr-10 {
    margin-right: 2px !important;
  }

  .box-view-type {
    margin-left: 1px;
  }
}

@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
}

/*OTHER SCREEN*/
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .header-right {
    display: none;
  }
}

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

.invisible-space {
  visibility: hidden;
}

.acciones-col {
  width: 1%;
  white-space: nowrap;
}

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2554a5;
  border-color: #2554a5;
}

.btn-list {
  padding: 8px !important;
}




/* Links SOLO dentro de internal-tabs */
.internal-tabs .nav-pills .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;

  padding: 0.5rem 1rem;
  color: #A3A3A3;
  background-color: transparent;
}

/* Hover */
.internal-tabs .nav-pills .nav-link:hover {
  color: #2554a5;
}

/* Activo */
.internal-tabs .nav-pills .nav-link.active,
.internal-tabs .nav-pills .show>.nav-link {

  background-color: #000;
  color: #A3A3A3;
}



.internal-tabs .nav-tabs {
  display: flex;
  flex-direction: row;
}



/* Subnav Call Center - estilo minimal */
.subnav-callcenter .nav-link {
  background: transparent;
  color: #6c757d;
  /* gris suave por defecto */
  border-radius: 0;
  padding: 6px 0;
  margin-right: 24px;
  font-size: 12.5px;
  /* 👈 un punto menos aprox */
  letter-spacing: 0.02em;
  /* opcional, da orden visual */

}



/* Hover */
.subnav-callcenter .nav-link:hover {
  color: #000;
}

/* Activo: solo subrayado */
.subnav-callcenter .nav-link.active {
  background: transparent !important;
  color: #000;
  font-weight: 600;
  border-bottom: 2px solid #000;
}

.title-head {
  border-bottom: 1px solid #E0E6F7;
  padding: 18px 0px;
}


.table-calls table {
  font-size: 13px;
  /* ajusta aquí */
}

.table-calls th {
  font-size: 11px;
  font-weight: 700;
  line-height: normal;
}

.table-calls td {
  font-size: 13px;
  line-height: normal;
}


.details-box {
  border-bottom: 1px solid #e5e7eb;
  padding: 12px 0;
}

.detail-item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  margin-bottom: 12px;
}

.detail-item .label {
  font-weight: 600;
  color: #4b5563;
}


.quality-block {
  margin-bottom: 24px;
}

.quality-title {
  font-weight: 600;
  margin-bottom: 16px;
  color: #111827;
}

.quality-item {
  display: grid;
  grid-template-columns: 1fr 360px;
  align-items: center;
  padding: 8px 0;
}

.quality-label {
  color: #374151;
  font-size: 14px;
}

.quality-options {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.quality-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #374151;
  cursor: pointer;
}

.quality-options input[type="radio"] {
  accent-color: #111827;
}

/* Header */
.quality-header {
  background-color: #2f2f2f;
  color: #ffffff;
  font-weight: 600;
}

/* Rows */
.quality-row {
  background-color: #78a863;
  color: #ffffff;
}

.quality-row td {
  padding: 18px 16px;
  vertical-align: middle;
  font-size: 15px;
}

/* Header cells */
.quality-header th {
  padding: 16px;
  font-size: 14px;
  text-transform: none;
}

/* Summary bar */
.quality-summary {
  background-color: #6fa95e;
  padding: 20px 24px;
  margin-top: 20px;
  color: #000;
  font-size: 16px;
}

/* Responsive tweak */
@media (max-width: 768px) {

  .quality-row td,
  .quality-header th {
    font-size: 14px;
    padding: 12px;
  }
}


.table-responsive {
  border-radius: 8px;
}

.pagination .page-link {
  color: #374151;
}

.pagination .active .page-link {
  background-color: #111827;
  border-color: #111827;
}

.filters-row .align-items-end {
  align-items: center !important;
}

/* Solo para date inputs */
input[type="date"] {
  padding-right: .5rem;
}

/* Ajuste específico para el texto pequeño en paréntesis */
.performance-meta {
  font-size: 0.75em;
  /* Un poco más pequeño que el texto normal */
  /* Eliminé el color gris para que herede el verde de la celda */
  opacity: 0.8;
  /* Ligera transparencia para diferenciarlo sutilmente */
}

/* =========================================
   ONIX SALES FLOW VIEW STYLES
   ========================================= */

/* =========================================
   ONIX SALES FLOW VIEW STYLES
   ========================================= */

.onix-flow-wrapper {
  position: relative;
  width: 100%;
  margin-top: 20px;
}

.onix-flow-container {
  position: relative;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 600px;
  padding-bottom: 50px;
  /* Space for labels below bottom nodes */
}

/* SVG Overlay */
.onix-flow-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  overflow: visible;
  /* Prevent clipping */
}

/* Header Row */
.onix-flow-header-row {
  display: flex;
  gap: 15px;
  /* Reduced to 15px per feedback */
  margin-bottom: 30px;
  min-width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  
}

.onix-col-header {
  width: 100px;
  /* Reduced width */
  background-color: #E5E7EB;
  color: #4B5563;
  font-weight: 600;
  text-align: center;
  padding: 8px 4px;
  border-radius: 4px;
  font-size: 0.75rem;
  position: relative;
  z-index: 10;
  /* Higher z-index */
}

/* Grid Layout */
.onix-flow-grid {
  display: flex;
  gap: 15px;
  /* Reduced to 15px per feedback */
  min-width: max-content;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
  /* Higher z-index to sit above lines */
}

.onix-flow-col {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  /* Spacing between stacked nodes, enough for labels */
  width: 100px;
  /* Match header width */
}

/* Node Styles - FIXED SIZE 35px */
.onix-flow-node {
  width: 35px;
  height: 35px;
  min-height: 35px;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 4px;
  /* Slightly rounded square */
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
  /* Ensure nodes are clickable and above opacity layers */
}

.onix-flow-node:hover {
  border-color: #9CA3AF;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  background-color: #F3F4F6;
}

/* Icons */
.onix-flow-node i {
  font-size: 1.1rem;
  /* Fits in 35px */
  margin: 0;
  color: #374151;
  line-height: 1;
}

/* Labels placed outside */
.onix-flow-node span {
  position: absolute;
  top: 100%;
  /* Below node */
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5px;
  font-size: 0.7rem;
  font-weight: 500;
  color: #4B5563;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
  /* Let click pass through usually */
  background: rgba(255, 255, 255, 0.8);
  /* Readability */
  padding: 0 2px;
}

/* Specific Node Types Styling */
.onix-flow-node[data-node-type="product"] {
  border-color: #6366F1;
  color: #6366F1;
}

.onix-flow-node[data-node-type="vendor"] {
  background-color: #111827;
  border-color: #111827;
}

.onix-flow-node[data-node-type="vendor"] i {
  color: #fff;
}

.onix-flow-node[data-node-type="npc"] {
  border: 1px dashed #D1D5DB;
}

.onix-flow-node.icon-only {
  border-radius: 50%;
}

/* Connection Lines - NO ANIMATION */
.onix-path {
  fill: none;
  stroke-linecap: round;
  /* transition removed */
}

/* Performance Colors */
.stroke-green {
  stroke: #10B981;
}

.stroke-orange {
  stroke: #F59E0B;
}

.stroke-red {
  stroke: #EF4444;
}

/* Interactive States */
.onix-path.faded {
  stroke-opacity: 0.1 !important;
}

.onix-path.active {
  stroke-opacity: 1 !important;
  stroke-width: 3px !important;
}

/* No glow, simplified */
.onix-flow-node.faded {
  opacity: 0.3;
}

/* Offcanvas Fix - Ensure it is hidden if not active */
.offcanvas:not(.show) {
  visibility: hidden;
}

/* =========================
   ONIX FUNNEL (PREMIUM)
   Reemplaza el bloque actual "/*
   ========================= */
.onix-funnel-container{
  border-radius: 18px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.70);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(17,24,39,.10);
  padding: 18px 18px 16px;
}

.onix-funnel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom: 12px;
}

.onix-funnel-title{
  margin:0;
  font-weight: 800;
  letter-spacing:.2px;
  color: rgba(17,24,39,.95);
  display:flex;
  align-items:center;
  gap:10px;
}


.onix-funnel-row{
  display:flex;
  align-items:stretch;
  gap:0px;
  overflow-x:auto;
  padding: 6px 2px 10px;
  -webkit-overflow-scrolling: touch;
}

.onix-funnel-row::-webkit-scrollbar{ height: 8px; }
.onix-funnel-row::-webkit-scrollbar-thumb{
  background: rgba(17,24,39,.12);
  border-radius: 999px;
}

.onix-funnel-step{
  flex: 0 0 auto;
  min-width: 190px;
  border-radius: 16px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.80);
  box-shadow: 0 12px 28px rgba(17,24,39,.08);
  padding: 14px 14px 12px;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}

.onix-funnel-step:hover{
  transform: translateY(-2px);
  border-color: rgba(17,24,39,.16);
  box-shadow: 0 18px 40px rgba(17,24,39,.12);
}

.onix-funnel-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom: 10px;
}

.onix-funnel-label{
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(100,116,139,.95);
}

.onix-funnel-value{
  margin: 0;
  font-size: 22px;
  font-weight: 850;
  color: rgba(17,24,39,.95);
  line-height: 1.15;
}

.onix-funnel-sub{
  margin-top: 6px;
  font-size: 12px;
  color: rgba(100,116,139,.92);
}

.onix-funnel-connector{
  flex: 0 0 auto;
  width: 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  position: relative;
}

.onix-funnel-connector:before{
  content:"";
  position:absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  height: 1px;
  background: rgba(17,24,39,.14);
  transform: translateY(-50%);
}

.onix-funnel-connector i{
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: rgba(255,255,255,.85);
  border: 1px solid rgba(17,24,39,.10);
  color: rgba(100,116,139,.95);
  font-size: 12px;
}

/* Opcional: variaciones “status” sin depender de bootstrap text-* */
.onix-funnel-value.is-success{ color: #10B981; }
.onix-funnel-value.is-warning{ color: #F59E0B; }
.onix-funnel-value.is-danger { color: #EF4444; }

/* Utilities */
.text-success {
  color: #10B981 !important;
}

.text-warning {
  color: #F59E0B !important;
}

.text-danger {
  color: #EF4444 !important;
}


/* =========================================
   ONIX FLOW - SVG overlay (must-have)
   ========================================= */

.onix-flow-container{
  position: relative;      /* IMPORTANT: reference for absolute svg */
  overflow: auto;          /* IMPORTANT: if diagram grows, allow scroll */
  padding: 6px 2px;        /* tiny buffer */
}

/* The SVG sits behind nodes and covers the whole scrollable area */
.onix-flow-svg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;    /* keep nodes clickable */
  z-index: 1;
}

/* Ensure nodes are above the svg lines */
/* Header SI arriba */
.onix-flow-header-row{
  position: relative;
  z-index: 9999;
  isolation: isolate;
}

/* Grid NO arriba (déjalo abajo del header) */
.onix-flow-grid{
  position: relative;
  z-index: 1;      /* o 0 */
}

/* Optional: make node hit-box reliable */
.onix-flow-node{
  position: relative;
  z-index: 3;
}

/* =========================
   AI AUTOPILOT PURPLE STYLE
   (LIMPIO + FIX SWITCH)
   ========================= */

:root{
  --ai-purple: #7c3aed;         /* base */
  --ai-purple-dark: #6d28d9;    /* hover */
  --ai-purple-soft: rgba(124,58,237,.12);
  --ai-purple-200: rgba(124,58,237,.14);
  --ai-purple-300: rgba(124,58,237,.55);
}

#aiAutopilotBtn{
  /* Igual tamaño que Bootstrap */
  padding: .375rem .85rem;
  font-size: .875rem;
  line-height: 2;
  border-radius: .375rem;

  border: 1px solid var(--ai-purple-300);
  color: var(--ai-purple);
  background: transparent;

  display: inline-flex;
  align-items: center;
  gap: .5rem;

  transition: all .18s ease;
}

#aiAutopilotBtn .form-check{
  margin: 0;
}

#aiAutopilotBtn .form-check-input{
  margin-top: 0;
}

/* Hover OFF */
#aiAutopilotBtn:hover{
  background: var(--ai-purple-soft);
  border-color: var(--ai-purple-dark);
  color: var(--ai-purple-dark);
}

/* Estado ON (cuando le agregas la clase btn-dark al botón) */
#aiAutopilotBtn.btn-dark{
  background: var(--ai-purple);
  border-color: var(--ai-purple);
  color: #fff;
  box-shadow: 0 6px 20px rgba(124,58,237,.25);
}

/* Hover ON */
#aiAutopilotBtn.btn-dark:hover{
  background: var(--ai-purple-dark);
  border-color: var(--ai-purple-dark);
}

/* Icon */
#aiAutopilotBtn i{
  font-size: 15px;
}

/* ===== SWITCH (IMPORTANTE: no romper el knob) ===== */
#aiAutopilotBtn .form-check-input{
  width: 2.6em;
  height: 1.4em;
  cursor: pointer;

  /* OFF */
  background-color: var(--ai-purple-200);
  border-color: rgba(124,58,237,.45);


  box-shadow: none;
}

#aiAutopilotBtn .form-check-input:checked{
  /* ON */
  background-color: var(--ai-purple);
  border-color: var(--ai-purple);


}

/* Hover (opcional) */
#aiAutopilotBtn:hover .form-check-input{
  border-color: rgba(124,58,237,.65);
}

/* Glow sutil del icono cuando está ON (opcional) */
#aiAutopilotBtn.btn-dark i{
  text-shadow: 0 0 8px rgba(255,255,255,.35);
}

/* Hover (opcional) */
#aiAutopilotBtn:hover .form-switch .form-check-input{
  border-color: rgba(124,58,237,.65);
}


/* ===== Badge "Active" ===== */
#aiAutopilotBtn .ai-badge{
  display: none;                 /* oculto por default */
  font-size: 11px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  border: 1px solid rgba(124,58,237,.35);
  background: rgba(124,58,237,.10);
  color: var(--ai-purple);
  line-height: 1.2;
}

/* Mostrar badge cuando está ON */
#aiAutopilotBtn.is-on .ai-badge{
  display: inline-flex;
  align-items: center;
}

/* ===== Animación lenta del ícono cuando está ON ===== */
#aiAutopilotBtn.is-on i.bi-stars{
  animation: aiGlow 2.8s ease-in-out infinite;
  transform-origin: center;
}

@keyframes aiGlow{
  0%, 100% { transform: scale(1); opacity: .85; }
  50%      { transform: scale(1.08); opacity: 1; }
}

/* =========================
   AI ICON ANIMATION
========================= */

@keyframes aiPulse {
  0%   { transform: scale(1); opacity: 1; }
  50%  { transform: scale(1.08); opacity: .85; }
  100% { transform: scale(1); opacity: 1; }
}

@keyframes aiGlow {
  0%   { text-shadow: 0 0 0 rgba(124,58,237,0); }
  50%  { text-shadow: 0 0 12px rgba(124,58,237,.6); }
  100% { text-shadow: 0 0 0 rgba(124,58,237,0); }
}

/* Solo cuando está ON */
#aiAutopilotBtn.is-on i {
  animation: aiPulse 2.4s ease-in-out infinite,
             aiGlow  2.4s ease-in-out infinite;
}

/* IMPORTANTE: para que el scale() del icono se note */
#aiAutopilotBtn i{
  display: inline-block;
}

/* Activa la animación cuando el botón esté ON */
#aiAutopilotBtn.is-on i{
  animation: aiPulse 2.4s ease-in-out infinite,
             aiGlow  2.4s ease-in-out infinite;
}

/* ===== AI ICON ANIMATION (FIX) ===== */

/* Para que el scale() se vea en el icono */
#aiAutopilotBtn i.bi{
  display: inline-block;
  transform-origin: center;
  will-change: transform, opacity, filter;
}

/* Un poquito más notorio (puedes bajarlo si quieres) */
@keyframes aiPulse {
  0%   { transform: scale(1);   opacity: 1; }
  50%  { transform: scale(1.12); opacity: .9; }
  100% { transform: scale(1);   opacity: 1; }
}

@keyframes aiGlow {
  0%   { filter: drop-shadow(0 0 0 rgba(124,58,237,0)); }
  50%  { filter: drop-shadow(0 0 10px rgba(124,58,237,.55)); }
  100% { filter: drop-shadow(0 0 0 rgba(124,58,237,0)); }
}

/* SOLO cuando está ON */
#aiAutopilotBtn.is-on i.bi{
  animation: aiPulse 2.6s ease-in-out infinite,
             aiGlow  2.6s ease-in-out infinite;
}


/* =========================
   ONIX FLOW - NODE MODALS (PREMIUM)
   ========================= */

.onix-flow-node{
  cursor: pointer;
}

/* Modal shell */
.onix-node-modal .modal-dialog{
  max-width: 760px;
}

.onix-node-modal .modal-content{
  border-radius: 18px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.92);
  box-shadow: 0 30px 90px rgba(0,0,0,.18);
  overflow: hidden;
}

/* Header */
.onix-node-modal .modal-header{
  border-bottom: 1px solid rgba(17,24,39,.08);
  background:
    radial-gradient(1200px 300px at 10% 0%, rgba(124,58,237,.14), transparent 55%),
    radial-gradient(900px 260px at 90% 0%, rgba(59,130,246,.10), transparent 55%),
    rgba(255,255,255,.6);
}

.onix-node-modal .onix-modal-title{
  display:flex;
  align-items:center;
  gap:12px;
  margin:0;
}

.onix-node-modal .onix-modal-icon{
  width:44px;height:44px;
  border-radius:14px;
  display:flex;align-items:center;justify-content:center;
  background: rgba(17,24,39,.05);
  border: 1px solid rgba(17,24,39,.08);
}

.onix-node-modal .onix-modal-icon i{
  font-size:18px;
  opacity:.9;
}

.onix-node-modal .onix-modal-meta{
  font-size:12px;
  color: rgba(17,24,39,.55);
  margin-top:2px;
}

.onix-node-modal .badge{
  font-weight:600;
  border-radius:999px;
  padding:.45rem .6rem;
}

/* KPI cards */
.onix-node-modal .onix-kpi{
  border: 1px solid rgba(17,24,39,.08);
  background: rgba(255,255,255,.7);
  border-radius: 14px;
  padding: 12px 12px;
}

.onix-node-modal .onix-kpi .k{
  font-size:11px;
  color: rgba(17,24,39,.55);
  margin-bottom:4px;
}

.onix-node-modal .onix-kpi .v{
  font-weight:700;
  font-size:16px;
  color: rgba(17,24,39,.92);
  line-height:1.1;
}

/* Section titles */
.onix-node-modal .onix-section-title{
  font-weight:700;
  font-size:12px;
  letter-spacing:.25px;
  color: rgba(17,24,39,.70);
  text-transform: uppercase;
  margin-bottom:10px;
}

/* Detail rows */
.onix-node-modal .onix-detail{
  border: 1px solid rgba(17,24,39,.08);
  background: rgba(255,255,255,.72);
  border-radius: 14px;
  padding: 12px;
}

.onix-node-modal .onix-detail .row + .row{
  margin-top:10px;
}

.onix-node-modal .onix-label{
  font-size:11px;
  color: rgba(17,24,39,.55);
}

.onix-node-modal .onix-value{
  font-weight:600;
  color: rgba(17,24,39,.92);
}

/* Footer */
.onix-node-modal .modal-footer{
  border-top: 1px solid rgba(17,24,39,.08);
  background: rgba(255,255,255,.6);
}

/* =========================
   ONIX RECOMMENDED BLOCK
   ========================= */

.onix-recommended .onix-label{
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: var(--ai-purple, #7c3aed);
}

.onix-recommended .onix-label i{
  font-size: 14px;
  color: var(--ai-purple, #7c3aed);
}

/* Opcional: leve glow elegante */
.onix-recommended .onix-label i{
  text-shadow: 0 0 8px rgba(124,58,237,.35);
}

/* =========================
   ONIX FUNNEL - CENTERED
   ========================= */

.onix-funnel-container{
  max-width: 1100px;   /* ajusta si lo quieres más compacto */
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   ONIX FLOW - CENTERED LAYOUT
   ========================= */

.onix-flow-wrapper{
  max-width: 1200px;   /* ajusta según lo compacto que lo quieras */
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   INTERNAL TABS — PREMIUM OVERRIDE
   (pegar al final del style.css)
   ========================= */

.internal-tabs{
  display: inline-block;              /* evita que se estire raro */
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(17,24,39,.10);
  border-radius: 16px;
  padding: 6px;
  box-shadow: 0 10px 26px rgba(17,24,39,.06);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  max-width: 100%;
}

/* que no se rompa en mobile: scroll horizontal bonito */
.internal-tabs .nav{
  gap: 6px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
}
.internal-tabs .nav::-webkit-scrollbar{ display:none; } /* Chrome/Safari */

/* links más “chip” premium */
.internal-tabs .nav-pills .nav-link{
  border-radius: 12px;
  border: 1px solid transparent;
  font-weight: 650;
  font-size: 13px;
  letter-spacing: .1px;
  padding: 8px 12px;                 /* compacta un poco */
  line-height: 1;
  transition: background-color .15s ease, color .15s ease, box-shadow .15s ease, border-color .15s ease;
}

/* hover: sutil, sin cambiar tu paleta */
.internal-tabs .nav-pills .nav-link:hover{
  background: rgba(17,24,39,.04);
  border-color: rgba(17,24,39,.10);
}

/* active: sigue negro como ya lo manejas, pero con “depth” */
.internal-tabs .nav-pills .nav-link.active,
.internal-tabs .nav-pills .show>.nav-link{
  border-color: rgba(0,0,0,.12);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

/* focus accesible (tabindex) */
.internal-tabs .nav-pills .nav-link:focus-visible{
  outline: none;
  box-shadow: 0 0 0 4px rgba(37,84,165,.18);
}

/* =========================
   INTERNAL TABS — DIVIDER PREMIUM
   ========================= */

/* Espaciado controlado */
.internal-tabs{
  margin-bottom: 26px !important;
  position: relative;
}

/* Línea premium debajo */
.internal-tabs::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  height: 1px;

  background: linear-gradient(
    90deg,
    rgba(17,24,39,0) 0%,
    rgba(17,24,39,.12) 15%,
    rgba(17,24,39,.12) 85%,
    rgba(17,24,39,0) 100%
  );
}

/* =========================
   INTERNAL TABS — CENTERED
   ========================= */

.internal-tabs .nav{
  justify-content: center; /* centra horizontalmente */
  gap: 6px; /* pequeño espacio uniforme */
}

/* Evita que se estiren raro */
.internal-tabs .nav-item{
  display: flex;
}

.internal-tabs{
  display: flex;
  justify-content: center;
}

.internal-tabs .nav{
  max-width: 720px; /* ajustable */
  width: 100%;
}


/* =========================
   ONIX PREMIUM LAYER (SAFE)
   ========================= */

.onix-table{
  border: 1px solid rgba(17,24,39,.08);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 26px rgba(17,24,39,.06);
  background: #fff;
}

.onix-table .table{
  margin: 0;
}

.onix-table .table thead th{
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: none;
  color: rgba(100,116,139,.95);
  border-bottom: 1px solid rgba(17,24,39,.08);
  background: rgba(17,24,39,.03);
}

.onix-table .table tbody td,
.onix-table .table tbody th{
  border-color: rgba(17,24,39,.06);
  vertical-align: middle;
}

.onix-table .table-hover tbody tr:hover{
  background: rgba(124,58,237,.06);
}

/* Premium badges (compat BS 5.0 beta2) */
.onix-badge{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  border: 1px solid rgba(17,24,39,.10);
}

.onix-badge--active{
  background: rgba(34,197,94,.12);
  color: rgba(21,128,61,.95);
  border-color: rgba(34,197,94,.22);
}

.onix-badge--inactive{
  background: rgba(239,68,68,.10);
  color: rgba(185,28,28,.95);
  border-color: rgba(239,68,68,.20);
}

.onix-badge__dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: .7;
}

/* Icon actions */
.onix-icon-btn{
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid rgba(17,24,39,.10);
  background: rgba(255,255,255,.92);
  box-shadow: 0 8px 18px rgba(17,24,39,.06);
  color: rgba(17,24,39,.75);
  transition: transform .15s ease, box-shadow .15s ease;
}

.onix-icon-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(17,24,39,.10);
  color: rgba(124,58,237,.95);
}


/* ================================ */
/* Strategy Builder (scoped + safe) */
/* ================================ */
#sb-strategy-builder .sb-nodes { position: relative; }

#sb-strategy-builder .sb-card {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 14px;
  padding: 16px 16px 14px 16px;
  margin-bottom: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);
}

#sb-strategy-builder .sb-card.is-active { outline: 2px solid rgba(13,110,253,.25); }

#sb-strategy-builder .sb-line {
  position: absolute;
  left: 20px;
  top: -16px;
  bottom: -16px;
  width: 2px;
  background: rgba(13,110,253,.16);
}

#sb-strategy-builder .sb-dot {
  position: absolute;
  left: 13px;
  top: 18px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  background: #fff;
  border: 2px solid rgba(13,110,253,.55);
  box-shadow: 0 10px 20px rgba(13,110,253,.10);
}

#sb-strategy-builder .sb-body { padding-left: 22px; }

#sb-strategy-builder .sb-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

#sb-strategy-builder .sb-label { font-weight: 700; letter-spacing: .2px; }
#sb-strategy-builder .sb-sub { color: rgba(0,0,0,.55); font-size: 13px; margin-top: 2px; }

#sb-strategy-builder .sb-actions { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
#sb-strategy-builder .sb-summary { margin-top: 10px; display: flex; flex-wrap: wrap; gap: 8px; }

#sb-strategy-builder .sb-pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(13,110,253,.04);
  color: rgba(0,0,0,.72);
  font-size: 12px;
}

#sb-strategy-builder .sb-pill-click { cursor: pointer; user-select: none; }
#sb-strategy-builder .sb-pill-click.is-on { background: rgba(13,110,253,.12); border-color: rgba(13,110,253,.22); }

#sb-strategy-builder .sb-footer { padding-top: 8px; }

#sb-strategy-builder .sb-sidebar {
  position: sticky;
  top: 90px; /* ajusta si tu navbar es más alto */
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 50px rgba(0,0,0,.06);
  overflow: hidden;
}

#sb-strategy-builder .sb-sidebar-head {
  padding: 14px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient(180deg, rgba(13,110,253,.06), transparent);
}

#sb-strategy-builder .sb-sidebar-body { padding: 14px; }

#sb-strategy-builder .sb-sp-list { display: flex; flex-direction: column; gap: 8px; }

#sb-strategy-builder .sb-sp-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  background: #fff;
}

#sb-strategy-builder .sb-sp-meta { display: flex; flex-direction: column; }
#sb-strategy-builder .sb-sp-name { font-weight: 600; font-size: 13px; }
#sb-strategy-builder .sb-sp-type { color: rgba(0,0,0,.55); font-size: 12px; }

#sb-strategy-builder .sb-sp-controls { display: flex; gap: 6px; }
#sb-strategy-builder .sb-sp-btn {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.10);
  background: #fff;
}
#sb-strategy-builder .sb-sp-btn:disabled { opacity: .45; cursor: not-allowed; }

/* ======================================= */
/* Bootstrap 5.3 subtle badges (scoped)   */
/* ======================================= */

#sb-strategy-builder .bg-success-subtle {
  background-color: rgba(25, 135, 84, 0.12) !important;
}

#sb-strategy-builder .text-success-emphasis {
  color: #146c43 !important;
}

#sb-strategy-builder .bg-warning-subtle {
  background-color: rgba(255, 193, 7, 0.18) !important;
}

#sb-strategy-builder .text-warning-emphasis {
  color: #997404 !important;
}

/* ===== SalesBlue Testing Dropdown (scoped) ===== */
.sb-test-dropdown .dropdown-menu{
  border-radius: 12px;
  box-shadow: 0 18px 40px rgba(0,0,0,.10);
  border: 1px solid rgba(0,0,0,.08);
}
.sb-test-dropdown .dropdown-item{
  padding: 10px 14px;
}

.sb-test-btn {
  padding: 2px 8px !important;
  font-size: 12px;
  background: rgba(13,110,253,.06);
  border-color: rgba(13,110,253,.20);
}

/* ===== Strategy Builder - Compact action button ===== */
#sb-strategy-builder .sb-config-btn {
  padding: 2px 8px !important;
  font-size: 11.5px;
  font-weight: 500;
  border-radius: 999px;
  background: rgba(13,110,253,.08);
  border: 1px solid rgba(13,110,253,.18);
}

#sb-strategy-builder .sb-config-btn:hover {
  background: rgba(13,110,253,.15);
}

/* =======================================================
   DARK HEADER OVERRIDES (scoped to .header.sticky-bar only)
   Safe to paste at the VERY END of style.css
======================================================= */


.header.sticky-bar .main-header {
  background: transparent !important;
}

/* Left side: logo + "Client dashboard" badge */
.header.sticky-bar .header-logo img {
  /* makes the current SVG readable on dark */
  filter: invert(1) brightness(1.05);
  /* premium little glow */
  drop-shadow: 0 8px 22px rgba(60,101,245,.14);
}

.header.sticky-bar .header-left .btn-grey-small {
  color: rgba(255,255,255,.92) !important;
  background: rgba(60,101,245,.14) !important;
  border: 1px solid rgba(255,255,255,.35) !important;
}

/* Right side: notify + user block text */
.header.sticky-bar .btn.btn-notify {
  /* inverts the icon background-image to look light on dark */
  filter: invert(1) brightness(1.15);
  opacity: .92;
}
.header.sticky-bar .btn.btn-notify:hover { opacity: 1; }

.header.sticky-bar .member-login .info-member strong {
  color: rgba(255,255,255,.92) !important;
}

.header.sticky-bar .member-login .info-member a,
.header.sticky-bar .member-login .info-member .color-text-paragraph-2 {
  color: rgba(255,255,255,.72) !important;
}

/* User avatar highlight (premium accent ring) */
.header.sticky-bar .member-login > img {
  border: 2px solid rgba(255,255,255,.35);
  box-shadow:
    0 0 0 4px rgba(60,101,245,.14),
    0 10px 26px rgba(0,0,0,.35);
  border-radius: 999px;
}

/* Optional: make dropdown arrow/icon feel better on dark */
.header.sticky-bar .icon-down::after,
.header.sticky-bar .icon-down::before {
  filter: invert(1);
  opacity: .85;
}

.header.sticky-bar {
  background: linear-gradient(180deg, rgba(20,20,20,1), rgba(14,14,14,1)) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,.22);
}

.header.sticky-bar {
  background: linear-gradient(
    180deg,
    #161616 0%,
    #121212 45%,
    #0e0e0e 100%
  ) !important;

  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 18px 40px rgba(0,0,0,.25);
}

.header.sticky-bar::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    1200px 200px at 50% -80px,
    rgba(60,101,245,.12),
    transparent 70%
  );
  pointer-events: none;
}

/* Override ONLY dropdown items inside header */
.header.sticky-bar .member-login .dropdown-menu .dropdown-item {
  color: rgba(0,0,0,.85) !important; /* o el color que quieras */
}

.header.sticky-bar .member-login .dropdown-menu .dropdown-item:hover {
  background: rgba(60,101,245,.08);
  color: #000 !important;
}

/* =========================================================
   PREMIUM LOGIN OVERRIDES (SAFE) — only for <body class="body-login">
   Paste at the END of style.css
   ========================================================= */

.body-login {
  /* Premium dark charcoal background */
  background:
    radial-gradient(1200px 600px at 20% 10%, rgba(255,255,255,.04), transparent 60%),
    radial-gradient(900px 500px at 85% 30%, rgba(255,255,255,.03), transparent 55%),
    linear-gradient(
      180deg,
      #121212 0%,
      #0d0d0d 55%,
      #090909 100%
    );

  min-height: 100vh;
}

/* Keep layout comfortable on all screens */
.body-login .login-main {
  padding: 56px 0;
}

/* Center + max width tuning */
.body-login .login-register-cover {
  margin: 0 auto;
}

/* Card: glassy, premium shadow, smoother border */
.body-login .login-register-cover .form-login-cover {
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow:
    0 30px 70px rgba(0,0,0,.35),
    0 1px 0 rgba(255,255,255,.55) inset;
}

/* Title + subtitle spacing */
.body-login .login-register-cover h2 {
  letter-spacing: -0.3px;
}
.body-login .login-register-cover p {
  opacity: .85;
}

/* Inputs: softer surface + premium focus */
.body-login .form-login-cover .form-control {
  background: rgba(248,250,252,.95);
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 12px;
  height: 46px;
  padding: 10px 12px;
  transition: box-shadow .15s ease, border-color .15s ease, transform .15s ease;
}

.body-login .form-login-cover .form-control:focus {
  border-color: rgba(13,110,253,.45);
  box-shadow: 0 0 0 .22rem rgba(13,110,253,.12);
  transform: translateY(-1px);
}

/* Primary button: same class, upgraded look */
/* Premium dark button (no blue dominance) */
.body-login .btn-brand-1 {
  border: 1px solid rgba(255,255,255,.08) !important;

  background: linear-gradient(
  180deg,
  #161616 0%,
  #0f0f0f 100%
) !important;

  color: #ffffff !important;

  border-radius: 12px !important;
  height: 46px;
  font-weight: 600;
  letter-spacing: .2px;

  box-shadow:
    0 14px 30px rgba(0,0,0,.45),
    0 1px 0 rgba(255,255,255,.05) inset;

  transition: transform .15s ease, box-shadow .15s ease, filter .15s ease;
}

.body-login .btn-brand-1:hover {
  background: linear-gradient(
    180deg,
    #202020 0%,
    #151515 100%
  ) !important;

  transform: translateY(-1px);

  box-shadow:
    0 18px 36px rgba(0,0,0,.55),
    0 1px 0 rgba(255,255,255,.08) inset;
}

.body-login .btn-brand-1:active {
  transform: translateY(0px);
  box-shadow: 0 10px 26px rgba(13,110,253,.20);
}

/* Secondary links */
.body-login .login_footer .back {
  color: rgba(255,255,255,.80) !important;
  opacity: 1;
  transition: opacity .15s ease, transform .15s ease;
}
.body-login .login_footer .back:hover {
  opacity: .95;
  transform: translateY(-1px);
}

/* Checkbox “Remember me” area: slightly nicer alignment */
.body-login .cb-container {
  line-height: 1.2;
}
.body-login .checkmark {
  border: 1px solid rgba(15,23,42,.18);
  border-radius: 7px;
}

/* Optional: logo breathing room */
.body-login .logo-login img {
  transform: translateZ(0);
}

/* Mobile spacing */
@media (max-width: 575.98px) {
  .body-login .login-main { padding: 38px 0; }
  .body-login .login-register-cover .form-login-cover { padding: 28px 22px !important; }
}

/* Fix vertical centering in login primary button */
.body-login .btn-brand-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  
}

/* =========================================
   EDIT MODE – Delete strategy (subtle)
========================================= */

.sb-divider {
  border: 0;
  border-top: 1px solid rgba(255,255,255,.08);
  margin: 28px 0 18px;
}

.sb-delete-wrapper {
  display: flex;
  justify-content: flex-start;
}

.sb-delete-btn {
  background: transparent;
  border: none;
  padding: 0;
  font-size: 13px;
  color: rgba(0,0,0,.45);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .2s ease, transform .2s ease;
}

.sb-delete-btn:hover {
  color: rgba(220,53,69,.75);
  transform: translateX(2px);
}

/* =========================
   ONIX HEADER PILL + TOOLTIP
   ========================= */

.onix-col-header.has-pill{
  /* deja espacio visual para el pill “encimado” */
  padding-bottom: 18px; /* antes era 8px 4px; en la regla base */
}

.onix-col-title{
  display: inline-block;
  line-height: 1.1;
}

/* Pill encimado (como tu referencia) */
.onix-col-pill{
  position: absolute;
  left: 50%;
  bottom: -14px;               /* esto crea el efecto encimado */
  transform: translateX(-50%);

  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 1px 10px;
  border-radius: 999px;

  background: #0B0B0B;
  color: #fff;

  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: .2px;
  white-space: nowrap;

  box-shadow: 0 10px 18px rgba(0,0,0,.14);
  z-index: 200;                 /* arriba del header */
  cursor: default;
}

/* Tooltip (sin JS): toma el texto desde data-tooltip */
.onix-col-pill::after{
  content: attr(data-tooltip);

  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);

  background: rgba(17,24,39,.95);
  color: #fff;

  padding: 8px 10px;
  border-radius: 10px;

  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  box-shadow: 0 14px 28px rgba(0,0,0,.18);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;

}

/* Flechita del tooltip */
.onix-col-pill::before{
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 4px);
  transform: translateX(-50%);

  border: 6px solid transparent;
  border-bottom-color: rgba(17,24,39,.95);

  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease, visibility .15s ease;
}

.onix-col-pill:hover::after{
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(2px);
}

.onix-col-pill:hover::before{
  opacity: 1;
  visibility: visible;
}

.onix-col-pill{ z-index: 10000; }
.onix-col-pill::after{ z-index: 10001; }
.onix-col-pill::before{ z-index: 10001; }

.onix-flow-lines{
  position: absolute;
  z-index: 0 !important;
}

/* =========================
   FIX: tooltips siempre arriba del diagrama/nodos
   (pegar al FINAL de style.css)
   ========================= */

.onix-flow-header-row{
  position: relative !important;
  z-index: 999 !important;   /* header SI arriba */
  isolation: isolate;
}

.onix-flow-grid{
  position: relative !important;
  z-index: 1 !important;        /* grid abajo del header */
}

/* por si algún nodo tiene z-index alto */
.onix-flow-node{
  z-index: 2 !important;
}

/* tu pill + tooltip todavía más arriba */
.onix-col-pill{ z-index: 1000000 !important; }
.onix-col-pill::after,
.onix-col-pill::before{ z-index: 1000001 !important; }

/* =========================
   FIX: Node modals siempre arriba de todo
   ========================= */


.onix-node-modal-backdrop,
.onix-node-backdrop,
.onix-modal-backdrop{
  position: fixed !important;
  inset: 0 !important;
  background: rgba(0,0,0,.55) !important; /* por si no está aplicado */
  z-index: 1500000 !important;            /* > 999999 */
}

/* Modal arriba del backdrop */
.onix-node-modal{
  position: fixed !important;
  inset: 0 !important;
  z-index: 1500001 !important;            /* 1 arriba del backdrop */
}

.onix-node-modal::before,
.onix-node-modal::after{
  z-index: 1500000 !important;
}