/***
 Theme Name: RemoteAndTalent
 Description: Job Board Finder HTML template
 Version: 1.1
 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/css?family=Titillium+Web:300");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&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(https://cdn.jsdelivr.net/npm/pretty-checkbox@3.0/dist/pretty-checkbox.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;
}

b, strong{
    font-weight: bold !important;
}

main {
  display: block;
  clear: both;
}

.noscrollOn::-webkit-scrollbar{
    display: none;
}

.list-candidate::-webkit-scrollbar{
    display: none;
}

:root{
    --input-hover-color: #e0e1e3;
    --bs-input-active:#e0e1e3;
    --bs-input:#e0e1e3;
    --input-background-color: #fdfdfd;
    --global-background-color: #fdfdfd;
}

main.main {
}

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: "Inter", 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;
  -webkit-box-shadow: none !important;
  box-shadow: 0 0 0 1px var(--bs-input-active),0 2px 4px 0 rgb(0 0 0/7%),0 1px 1.5px 0 rgb(0 0 0/5%);
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: #5234E2;
}

a:hover {
  color: #5234E2;
}

li.hr span {
  width: 100%;
  height: 1px;
  background-color: #e4e4e4;
  margin: 20px 0;
  display: block;
}

/*--- Common Classes---------------------*/
::-moz-selection {
  background: #5234E2;
  /* WebKit/Blink Browsers */
  color: #fff;
}
::selection {
  background: #5234E2;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #5234E2;
  /* Gecko Browsers */
  color: #fff;
}

::-webkit-input-placeholder {
  color: #88929b;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #88929b;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #88929b;
  opacity: 1;
}

::placeholder {
  color: #88929b;
  opacity: 1;
}

:-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #88929b;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.hidden {
  display: none;
}

select.hidden-only-select{
    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: 0 0 0 1px var(--bs-input-active),0 2px 4px 0 rgb(0 0 0/7%),0 1px 1.5px 0 rgb(0 0 0/5%);
}

.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 {
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}

.hover-up:hover .hover-btn{
   visibility: visible;
}

.hover-btn{
    visibility: hidden;
}

.none-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.form-control {
  border: 1px solid rgba(6, 18, 36, 0.1);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 11px 15px 13px 15px;
  width: 100%;
  color: #88929b;
}

.form-control::-webkit-input-placeholder {
  color: #88929b;
}

.form-control:-ms-input-placeholder {
  color: #88929b;
}

.form-control::-ms-input-placeholder {
  color: #88929b;
}

.form-control::placeholder {
  color: #88929b;
}

.form-group {
  position: relative;
}

.form-group i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #88929b;
}

.form-icons {
  padding-left: 41px;
}

.text-white {
  color: #ffffff;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1344px;
  }
}

strong {
  font-weight: bold;
}

.color-muted {
  color: #88929b !important;
}

.divider {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  margin: 20px 0px;
}

a {
  text-decoration: none;
}

*:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.section-box {
  display: inline-block;
  width: 100%;
  overflow: hidden;
}

.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: #88929b;
  line-height: 28px;
  font-family: "Inter", 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 #ececec;
  border-radius: 8px;
  height: 40px;
  padding-left: 15px;
}

.select2-dropdown {
  border-color: #ffffff;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.select2-container--open .select2-dropdown--below {
  border: thin solid #ececec;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
}

.select-style .select2-selection--single .select2-selection__rendered {
  color: #88929b;
}

.select-style .select2 {
  border: 1px solid rgba(6, 18, 36, 0.1);
  border-radius: 10px;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  width: 100% !important;
}

.select-style .select2 .select2-selection__arrow {
  background: url(../imgs/theme/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 #ececec;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
}

.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: #636477;
  font-size: 14px;
}

.dropdown .dropdown-menu.show .dropdown-item.active {
  color: #fff;
  text-decoration: none;
  background-color: #5234E2;
}

.dropdown .dropdown-menu.show .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #5234E2;
}

.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}

a,
button,
img,
input,
span,
h4 {
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

@-webkit-keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 100%;
  }
}

@keyframes slideleft {
  10% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 0;
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  90% {
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    right: 100%;
  }
}

[data-loader='spinner'] {
  width: 35px;
  height: 35px;
  display: inline-block;
  -webkit-animation: spinner 1.2s infinite ease-in-out;
  animation: spinner 1.2s infinite ease-in-out;
  background: url(../imgs/favicon.svg);
  -webkit-box-shadow: 0 0 10px #fff;
          box-shadow: 0 0 10px #fff;
}

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@keyframes spinner {
  0% {
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(0);
    transform: perspective(120px) rotateX(-180deg) rotateY(0);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }
}

@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
            box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
            box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
  }
  100% {
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
            box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.jump {
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-animation: jump .5s linear alternate infinite;
          animation: jump .5s linear alternate infinite;
}

/*TYPOGRAPHY*/
body {
  color: #434343;
  font-family: "Inter", sans-serif;
  letter-spacing: -0.03em;
  font-size: 14px;
  line-height: 24px;
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading,
.display-1,
.display-2,
.heading-lg,
.heading-sm-1 {
  font-family: "Inter", sans-serif;
  color: #1f2938;
  font-weight: 700;
  line-height: 1.2;
}

.h2, h2 {
    font-size: 2rem;
}

.heading-lg {
  font-size: 52px;
  line-height: 63px;
  font-weight: bold;
}

.heading-md {
  font-size: 20px;
  line-height: 24px;
  color: #111112;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.heading-sm {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.text-sm {
  font-size: 12px;
  line-height: 16px;
  font-family: "Inter", sans-serif;
}

.text-md {
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

.small-heading {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
}

.medium-heading {
  font-size: 18px;
  color: #1f2938;
  line-height: 22px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.display-block {
  display: block;
}

.font-bold {
  font-weight: bold;
}

.font-semibold {
  font-weight: 600;
}

.text-brand {
  color: #5234E2;
}

.font-3xs {
  font-size: 10px;
}

.font-xxs {
  font-size: 12px;
}

.font-xs {
  font-size: 13px;
}

.font-sm {
  font-size: 14px;
}

.font-md {
  font-size: 16px;
}

.font-md-2 {
  font-size: 15px;
}

.font-lg {
  font-size: 18px;
}

.font-xl {
  font-size: 20px;
}

.font-2xl {
  font-size: 22px;
}

.font-3xl {
  font-size: 58px;
}

.text-grey-6 {
  color: #d2d2d2 !important;
}

.text-muted {
  color: #88929b !important;
}

.btn.btn-default {
  color: #ffffff;
  background-color: #5234E2;
}

.btn.btn-default:hover {
  background: 0 0;
  color: #5234E2;
  border: 2px solid #5234E2;
  border-radius: 12px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}


.btn-grey-small {
  background-color: rgba(151, 119, 250, 0.12);
  font-size: 14px;
  padding: 7px 10px;
  border-radius: 6px;
  color: #434343;
}

.disc-btn:before {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #5234E2;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px 2px 0px;
}

.btn-light-blue {
  background-color: #c5e3ff;
  border-radius: 6px;
  padding: 7px 12px;
  color: #434343;
  font-size: 14px;
}

.btn-pink {
  background-color: #ffcfc5;
  border-radius: 6px;
  padding: 7px 15px;
  color: #434343;
  font-size: 14px;
}

.btn-dots {
  border: 0px;
  background-image: url(../imgs/theme/icons/dots.svg);
  background-position: center right;
  background-repeat: no-repeat;
}

.btn-sm {
  padding: 12px 20px;
  vertical-align: middle;
}

.btn-sm img {
  float: left;
  margin: 0px 10px 0px 0px;
}

.btn-brand-hover {
  padding: 14px 25px 14px 25px;
}

.btn-brand-hover:hover {
  background-color: #5234E2;
  color: #ffffff;
}

.box-button-shadow {
  position: relative;
  display: inline-block;
}

.box-button-shadow::before {
  background: #5234E2;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  border-radius: 10px;
  content: "";
  position: absolute;
  width: 144px;
  height: 39px;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 10px;
  margin: auto;
}

.box-button-shadow a {
  position: relative;
  z-index: 12;
}

.btn-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  color: #1f2938;
  text-decoration: none;
}

.btn-link:hover {
  color: #5234E2;
}

.icon-chevron-right {
  background-image: url(../imgs/theme/icons/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: right 19px center;
  padding-right: 42px;
}

.icon-chevron-right:hover {
  background-image: url(../imgs/theme/icons/chevron-right-light.svg);
  color: #fff !important;
}

.btn-md {
  padding: 11px 25px;
}

.btn-white-sm {
  background-color: #ffffff;
  padding: 8px 37px 9px 17px;
  border-color: #ffffff;
  font-size: 12px;
  background-position: right 13px center;
}

.btn-small {
  border-radius: 6px;
  padding: 7px 15px;
  color: #434343;
  font-size: 14px;
}

.btn-tags-sm {
  padding: 10px 18px;
  background: rgba(81, 146, 255, 0.12);
  border-radius: 50px;
  font-size: 14px;
  line-height: 12px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  color: #727272;
}

.btn-tags-sm:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/*button switch*/
.switch {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 30px;
  vertical-align: middle;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(186, 186, 186, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 5px;
  bottom: 5px;
  background-color: #5234E2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: rgba(81, 146, 255, 0.3);
}

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #5234E2;
          box-shadow: 0 0 1px #5234E2;
}

input:checked + .slider:before {
  -webkit-transform: translateX(34px);
  transform: translateX(34px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*End button Switch On Off*/
span.btn {
  cursor: unset;
}

.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;
  -ms-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: 23px;
  width: 23px;
  background-color: #ffffff;
  border: 2px solid #d1d1d1;
  border-radius: 4px;
}

.cb-container input:checked ~ .checkmark {
  border: 2px solid #5234E2;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container .checkmark:after {
  left: -1px;
  top: -1px;
  width: 21px;
  height: 21px;
  background: #5234E2 url(../imgs/theme/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 {
  border: 1px solid #ececec;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

input:focus {
  background: transparent;
  border: 1px solid #3262f775;
}

select {
  width: 100%;
  background: transparent;
  border: 0px solid #ececec;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  color: #434343;
}

option {
  background: #fff;
  border: 0px solid #626262;
  padding-left: 10px;
  font-size: 16px;
}

textarea {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 50px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  width: 100%;
  min-height: 250px;
}

textarea:focus {
  background: transparent;
  border: 1px solid #3262f775;
}

/*contact form*/
.contact-from-area .contact-form-style button {
  font-size: 18px;
  font-weight: 500;
  padding: 20px 40px;
  color: #ffffff;
  border: none;
  background-color: #5234E2;
  border-radius: 10px;
  font-family: "Inter", sans-serif;
}

.contact-from-area .contact-form-style button:hover {
  background-color: #5234E2 !important;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group input {
  background: #fff;
  border: 1px solid #ececec;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.form-group input:focus {
  background: transparent;
  border-color: rgba(151, 119, 250, 0.5);
}

.form-group input.form-icons {
  padding-left: 42px;
}

label {
  margin-bottom: 5px;
}

.box-swiper {
  position: relative;
}

.box-swiper .swiper-container {
  position: relative;
}

.box-swiper .swiper-container .item-logo {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 39px 0px 36px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 12px;
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
}

.box-swiper .swiper-container .item-logo img {
  max-width: 100%;
}

.box-swiper .swiper-container .item-logo:hover {
  border: 1px solid rgba(151, 119, 250, 0.5);
  -webkit-box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
          box-shadow: 20px 20px 54px rgba(0, 0, 0, 0.05);
}

.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: url(../imgs/slider/swiper/dot.svg) no-repeat 0px 0px;
  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: url(../imgs/slider/swiper/dot-active.svg) no-repeat 0px 0px;
  width: 12px;
  height: 12px;
  margin-bottom: -1px;
  margin-left: 3px;
  margin-right: 3px;
}

/* This line can be removed it was just for display on CodePen: */
.slider-labels {
  margin-top: 10px;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #345DBB;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #345DBB;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53, 93, 187, 0.38);
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect, [disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin, [disabled] .noUi-handle {
  cursor: not-allowed;
}

.ui-slider-handle {
  display: none;
}

.ui-widget.ui-widget-content {
  border: 0px solid #EBEBEB;
}

.noUi-target {
  border-radius: 12px;
}

.noUi-horizontal {
  height: 6px;
}

.noUi-background {
  background: #EBEBEB;
}

.noUi-origin {
  border-radius: 12px;
}

.noUi-connect {
  background: #5234E2;
  -webkit-transition: background 450ms;
  transition: background 450ms;
  height: 6px;
  margin-top: 0px;
}

.noUi-horizontal .noUi-handle {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  left: -8px;
  top: -8px;
}

.noUi-handle:active {
  border-width: 0px;
  left: -8px;
  top: -8px;
}

.card-grid {
  border: 0.88px solid rgba(6, 18, 36, 0.1);
  background: #ffffff;
  border-radius: 12px;
  padding: 45px;
  margin-bottom: 30px;
}

.card-grid:hover {
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.card-grid .card-heading {
  min-height: 56px;
}

.card-grid .card-img {
  height: 85px;
}

.card-grid .card-img img {
  max-height: 85px;
}

.card-grid .text-stroke-40 {
  color: rgba(0, 0, 0, 0.4);
}

.card-grid a {
  color: #1f2938;
}

.card-grid a:hover {
  color: #5234E2;
}

.card-shadow {
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.card-grid-2 {
  border-radius: 10px;
  border: 0.88px solid rgba(6, 18, 36, 0.1);
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  background: #ffffff;
}

.card-grid-2 i {
  font-size: 20px;
  color: #88929b;
  margin-left: 5px;
}

.card-grid-2 i.fi-rr-marker {
  margin-left: 0;
}

.card-grid-2 .card-grid-2-link {
  position: absolute;
  top: 20px;
  right: 20px;
}

.card-grid-2:hover {
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
}

.card-grid-2 a {
  text-decoration: none;
  color: #1f2938;
}

.card-grid-2 a:hover {
  color: #5234E2;
}

.card-grid-2 .card-grid-2-image-rd {
  padding: 30px 20px 0px 20px;
  display: inline-block;
  width: 100%;
}

.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: 110px;
  width: 110px;
}

.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 .card-grid-2-image {
  position: relative;
}

.card-grid-2 .card-grid-2-image figure {
  display: block;
}

.card-grid-2 .card-grid-2-image figure img {
  width: 100%;
}

.card-grid-2 .card-grid-2-image .btn-urgent {
  position: absolute;
  top: 20px;
  left: 21px;
  background-color: #ffcfc5;
  border-radius: 6px;
  padding: 5px 15px;
  color: #434343;
  font-size: 14px;
  z-index: 1;
}

.card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 30px 30px 20px 30px;
}

.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: #434343;
  font-size: 14px;
}

.card-grid-2 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-grid-2 .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(../imgs/theme/icons/time.svg) no-repeat 0px 3px;
}

.card-grid-2 .card-block-info .card-location {
  font-size: 14px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(../imgs/theme/icons/marker.svg) no-repeat 0px 3px;
}

.card-grid-2 .card-block-info .card-text-price {
  color: #5234E2;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

.card-grid-2 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #878d96;
  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.card-2-bottom-candidate .btn-brand-hover {
  padding: 15px 33px;
  border: thin solid rgba(151, 119, 250, 0.5);
  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: "Inter", 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: #1f2938;
  line-height: 18px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  display: block;
  padding-bottom: 5px;
}

.card-grid-2 .card-block-info .card-profile strong:hover {
  color: #5234E2;
}

.card-grid-2 .card-block-info .card-profile > span {
  color: #88929b;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-grid-2 .card-grid-2-socials {
  display: inline-block;
  height: 25px;
  width: 25px;
}

.card-grid-2 .card-grid-2-socials.icon-fb-sym {
  background: url(../imgs/theme/icons/fb-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-fb-sym:hover {
  background: url(../imgs/theme/icons/fb-sym-hover.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-tw-sym {
  background: url(../imgs/theme/icons/tw-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-tw-sym:hover {
  background: url(../imgs/theme/icons/tw-sym-hover.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-inst-sym {
  background: url(../imgs/theme/icons/inst-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-inst-sym:hover {
  background: url(../imgs/theme/icons/inst-sym-hover.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-linkedin-sym {
  background: url(../imgs/theme/icons/linkedin-sym.svg) no-repeat center;
}

.card-grid-2 .card-grid-2-socials.icon-linkedin-sym:hover {
  background: url(../imgs/theme/icons/linkedin-sym-hover.svg) no-repeat center;
}

.card-grid-2-list {
  margin-bottom: 35px;
  padding-bottom: 5px;
}

.card-grid-2-list.card-grid-2 .card-grid-2-link {
  top: 25px;
}

.card-grid-2-list .card-grid-2-image-rd {
  float: left;
  width: 153px;
}

.card-grid-2-list .card-block-info {
  padding-left: 0px !important;
  padding-right: 10px !important;
}

.card-grid-2-list .card-block-info-list {
  display: block;
  padding-left: 150px !important;
}

.card-grid-2-list .card-block-info-list .card-profile {
  text-align: left;
  padding-top: 25px;
}

.card-grid-3 {
  border-radius: 10px;
  border: 1px solid rgba(6, 18, 36, 0.1);
  overflow: hidden;
  margin-bottom: 0px;
  background: #ffffff;
}

.card-grid-3:hover {
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
}

.card-grid-3 a {
  text-decoration: none;
}

.card-grid-3 .card-grid-3-image {
  position: relative;
  padding: 20px 30px 0px 30px;
}

.card-grid-3 .card-grid-3-image figure {
  display: block;
}

.card-grid-3 .card-grid-3-image figure img {
  width: 100%;
  border-radius: 15px;
}

.card-grid-3 h5 a {
  color: #1f2938;
}

.card-grid-3 h5 a:hover {
  color: #5234E2;
}

.card-grid-3 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 20px 30px 20px 30px;
}

.card-grid-3 .card-block-info .card-block-rating span {
  display: inline-block;
  margin: 0px 2px;
}

.card-grid-3 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
}

.card-grid-3 .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-3 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #434343;
  font-size: 14px;
}

.card-grid-3 .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-grid-3 .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(../imgs/theme/icons/time.svg) no-repeat 0px 3px;
}

.card-grid-3 .card-block-info .card-location {
  font-size: 14px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(../imgs/theme/icons/marker.svg) no-repeat 0px 3px;
}

.card-grid-3 .card-block-info .card-text-price {
  color: #5234E2;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

.card-grid-3 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #878d96;
  font-weight: 400;
}

.card-grid-3 .card-block-info .card-2-bottom {
  position: relative;
}

.card-grid-3 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #1f2938;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: block;
}

.card-grid-3 .card-block-info .card-profile span {
  font-size: 16px;
  color: #727272;
}

.card-grid-3 .card-grid-3-image-circle {
  padding-top: 35px;
}

.card-grid-3 .card-grid-3-image-circle figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.card-shadow-2 {
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
}

.list-recent-jobs {
  margin-top: 40px;
}

.list-recent-jobs .card-job {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 30px 26px;
  border-radius: 15px;
  background-color: #ffffff;
  margin-bottom: 10px;
}

.list-recent-jobs .card-job:hover {
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(50, 98, 247, 0.5);
}

.list-recent-jobs .card-job .card-job-description {
  color: #727272;
  display: inline-block;
  width: 100%;
}

.list-recent-jobs .card-job .card-job-top--image {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.list-recent-jobs .card-job .card-job-top--info {
  display: flex;
  padding-left: 20px;
  width: 90%;
  flex-direction: column;
}

.list-recent-jobs .card-job .card-job-top--info-heading {
  font-weight: bold;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  padding-top: 3px;
  margin-bottom: 1px;
  width: auto !important;
  align-self: center;
}

.list-recent-jobs .card-job .card-job-top--info-heading a {
  color: #1f2938;
  font-size: 16px;
}

.list-recent-jobs .card-job .card-job-top--info-heading:hover a {
  color: #5234E2;
}

.slick-companies{
    height:45px
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--company {
  color: #1f2938;
  font-size: 12px;
  font-weight: 600;
  padding-left: 0px !important;
  width: auto;
}

.list-recent-jobs .card-job .card-job-top--info .candidate-count{
    font-size: 11.4px !important;
}

.list-recent-jobs .premium-job-offer .card-job-top--info .candidate-count{
    font-size: 11.4px !important;
    color: #fff !important;
}

.list-recent-jobs .premium-job-offer .card-job-top--info .candidate-count i {
    color: #fff !important;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--location,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--type-job,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--post-time {
  color: #88929b;
  font-size: 12px;
  display: inline-block;
  padding-right: 15px;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--location i,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--type-job i,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--post-time i,
.list-recent-jobs .card-job .card-job-top--info .card-job-top--price i
{
  float: left;
  margin: 2px 5px 0px 0px;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--price {
  color: #5234E2;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 18px;
  display: inline-block;
  padding-right: 15px;
}

.list-recent-jobs .card-job .card-job-top--info .card-job-top--price span {
  font-size: 14px;
  color: #434343;
  font-weight: 400;
}

.list-recent-jobs .card-job .card-job-bottom .btn-urgent {
  background-color: #ffcfc5;
  border-radius: 6px;
  padding: 5px 15px;
  color: #434343;
  font-size: 14px;
}

.card-job-bottom a.btn {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.card-job-bottom a.btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.card-job-bottom a.color-muted:hover {
  color: #5234E2 !important;
}

.card-grid-4 {
  background-color: #ffffff;
  padding: 40px 30px 35px 30px;
  border-radius: 10px;
  border: thin solid #ececec;
}

.card-grid-4 a {
  text-decoration: none;
}

.card-grid-4 .image-top-feature figure img {
  height: 65px;
}

.card-grid-4 .card-grid-4-info {
  display: inline-block;
  width: 100%;
  padding: 10px 0px 0px 0px;
}

.card-grid-4 .btn-readmore {
  color: #5234E2;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.card-grid-4 .btn-readmore:hover {
  color: #5234E2;
}

.card-grid-4 .btn-readmore.icon-arrow {
  background: url(../imgs/theme/icons/arrow.svg) no-repeat right 0px top 7px;
  padding-right: 35px;
}

.card-none-bd {
  text-align: center;
  background: transparent;
}

.card-none-bd .card-info-bottom h3 {
  color: #5234E2;
  margin-bottom: 23px;
}

.card-none-bd .card-info-bottom strong {
  color: #1f2938;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.card-none-bd .block-image {
  position: relative;
  margin-bottom: 15px;
}

.card-grid-news {
  text-align: justify;
  display: inline-block;
  margin-bottom: 55px;
  width: 100%;
}

.card-grid-news a {
  text-decoration: none;
}

.card-grid-news .card-info-bottom {
  padding: 0px 10px 10px 10px;
}

.card-grid-news .card-info-bottom .text-gray-200 {
  line-height: 24px;
}

.card-grid-news .card-info-bottom a {
  text-decoration: none;
}

.card-grid-news .card-info-bottom h3 {
  color: #5234E2;
  margin-bottom: 23px;
}

.card-grid-news .card-info-bottom h3 span.count {
  display: inline-block;
}

.card-grid-news .card-info-bottom strong {
  color: #1f2938;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}

.card-grid-news .card-info-bottom ul {
  padding: 15px 0px 15px 25px;
}

.card-grid-news .card-info-bottom ul li {
  list-style: disc;
  color: #5234E2;
  float: left;
  width: 50%;
  padding: 5px 5px 5px 0px;
  font-size: 14px;
}

.card-grid-news .card-info-bottom ul li a {
  font-size: 14px;
  color: #88929b;
  text-decoration: none;
}

.card-grid-news .block-image-rd {
  position: relative;
  margin-bottom: 20px;
}

.card-grid-news .block-image-rd img {
  border-radius: 10px;
}

.card-two-collumn {
  border-radius: 10px;
  border: 1px solid rgba(6, 18, 36, 0.1);
  overflow: hidden;
  margin-bottom: 0px;
  background: #ffffff;
  padding: 30px 30px 0px 30px;
}

.card-two-collumn:hover {
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-color: rgba(151, 119, 250, 0.5);
}

.card-two-collumn .card-grid-3-image {
  position: relative;
  padding: 0px;
  float: left;
  width: 100px;
}

.card-two-collumn .card-grid-3-image figure {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  border: 0px solid #fff;
  height: 95px;
  width: 95px;
  -webkit-box-shadow: 4px 1px 22px #eff3f8;
          box-shadow: 4px 1px 22px #eff3f8;
  background: rgba(239, 243, 248, 0.55);
}

.card-two-collumn .card-grid-3-image figure img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  -webkit-box-shadow: 4px 1px 22px #eff3f8;
          box-shadow: 4px 1px 22px #eff3f8;
  -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  margin: -7px 0px 0px -7px;
  max-width: none;
}

.card-two-collumn .card-block-info {
  display: block;
  width: 100%;
  padding: 20px 30px 20px 115px;
}

.card-two-collumn .card-block-info .text-md {
  line-height: 25px;
  color: #434343;
}

.card-two-collumn .card-block-info.quote-left {
  position: relative;
  padding-top: 40px;
}

.card-two-collumn .card-block-info.quote-left::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 115px;
  height: 30px;
  width: 30px;
  background: url(../imgs/theme/icons/quote-left.svg) no-repeat 0px 0px;
}

.card-two-collumn .card-block-info .card-bottom-bd {
  margin-top: 25px;
  border-top: 1px solid whitesmoke;
  padding-top: 25px;
}

.card-two-collumn .card-block-info .card-block-rating span {
  display: inline-block;
  margin: 0px 2px;
}

.card-two-collumn .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
}

.card-two-collumn .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-two-collumn .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #434343;
  font-size: 14px;
}

.card-two-collumn .card-block-info .card-2-img-text img {
  max-width: 100%;
}

.card-two-collumn .card-block-info .card-time {
  font-size: 14px;
  display: inline-block;
  padding: 0px 15px 0px 25px;
  background: url(../imgs/theme/icons/time.svg) no-repeat 0px 3px;
}

.card-two-collumn .card-block-info .card-location {
  font-size: 14px;
  display: inline-block;
  padding: 0px 0px 0px 25px;
  background: url(../imgs/theme/icons/marker.svg) no-repeat 0px 3px;
}

.card-two-collumn .card-block-info .card-text-price {
  color: #5234E2;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 22px;
}

.card-two-collumn .card-block-info .card-text-price span {
  font-size: 14px;
  color: #878d96;
  font-weight: 400;
}

.card-two-collumn .card-block-info .card-2-bottom {
  position: relative;
}

.card-two-collumn .card-block-info .card-profile strong {
  font-size: 18px;
  color: #1f2938;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 22px;
}

.card-two-collumn .card-block-info .card-profile span {
  font-size: 12px;
  line-height: 22px;
  color: #727272;
}

.card-two-collumn .card-grid-3-image-circle {
  padding-top: 35px;
}

.card-two-collumn .card-grid-3-image-circle figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.nav-right {
  float: right;
  margin-top: -10px;
}

.nav-right li {
  float: left;
  padding: 0px 0px 0px 5px;
}

.nav-right li button {
  display: block;
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  text-decoration: none;
  padding: 10px 15px;
  border-radius: 8px;
  background: transparent;
  border: 0px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.nav-right li button:hover {
  background-color: #5234E2;
  color: #ffffff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.nav-right li button.active {
  color: #ffffff;
  background-color: #5234E2;
}

.job-text-desc {
  max-width: 70%;
}

.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;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border-radius: 20px;
  padding: 5px;
  position: absolute;
  bottom: -100px;
  left: -100px;
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
          animation: hero-thumb-animation 2s linear infinite alternate;
}

.box-image-job .job-top-creator-head {
  background-color: rgba(151, 119, 250, 0.12);
  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: "Inter", sans-serif;
}

.box-image-job .job-top-creator ul li .job-info-creator span {
  color: #88929b;
  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 150px 138px;
  background: url(../imgs/theme/bg-newsletter.webp) no-repeat 0px 0px;
  background-size: cover;
  border-bottom-right-radius: 40px;
}

.box-newsletter .box-form-newsletter {
  background: #ffffff;
  border-radius: 10px;
  max-width: 770px;
  padding: 10px;
  border-radius: 10px;
}

.box-newsletter .box-form-newsletter div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.box-newsletter .box-form-newsletter div .input-newsletter {
  width: 90%;
  padding: 15px;
  border: 0px;
  min-height: 60px;
}

.box-newsletter .box-form-newsletter div .font-heading {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.box-newsletter .icon-send-letter {
  background-image: url(../imgs/theme/icons/icon-send-letter.svg);
  background-repeat: no-repeat;
  background-position: right 17px center;
  padding-right: 50px;
}

.box-newsletter .text-md-newsletter {
  color: #434343;
  font-size: 37px;
  line-height: 55px;
  font-family: "Inter", sans-serif;
}

.box-newsletter .text-lg-newsletter {
  color: #434343;
  font-size: 37px;
  line-height: 56px;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

@media (max-width: 575.98px){
    .box-newsletter .text-lg-newsletter{
        line-height: 40px;
    }
    
    .box-newsletter .box-form-newsletter .mt-30{
        margin-top: 15px !important;
    }
    
    .box-newsletter .icon-send-letter{
       padding: 14px 25px;
    }
    
    .box-newsletter{
        padding: 57px 50px 96px 50px;
    }
    
}

.box-newsletter-bottom {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.box-newsletter-bottom .newsletter-bottom {
  display: inline-block;
  margin: auto;
  position: relative;
  max-width: calc(100% - 140px);
  width: 100%;
  height: 40px;
  background: url(../imgs/theme/newsletter-bottom-mid.svg) repeat-x 0px 0px;
}

.box-newsletter-bottom .newsletter-bottom::before, .box-newsletter-bottom .newsletter-bottom::after {
  content: "";
  position: absolute;
  top: 0px;
  height: 100%;
}

.box-newsletter-bottom .newsletter-bottom::before {
  left: -36px;
  width: 37px;
  background: url(../imgs/theme/newsletter-bottom-left.svg) no-repeat 0px 0px;
}

.box-newsletter-bottom .newsletter-bottom::after {
  right: -37px;
  width: 69px;
  background: url(../imgs/theme/newsletter-bottom-right.svg) no-repeat right -1px;
}

.bg-patern {
  position: relative;
}

.bg-patern::before {
  content: "";
  height: 900px;
  width: 700px;
  position: absolute;
  top: 0;
  z-index: -1;
}

.bg-patern .container {
  z-index: 3;
  position: relative;
}

.text-mutted {
  font-size: 16px;
  color: #88929b;
  line-height: 16px;
}

.text-mutted-2 {
  color: #9ea2ab;
}

/*page loading*/
.preloader {
  background-color: white;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin: 0 auto;
}

.preloader .preloader-anim{
    height: 300px;
    width: 300px;
}

.preloader img {
  max-width: 250px;
}

.rate {
  height: 21px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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:before {
  content: "";
  width: 21px;
  height: 21px;
  background: url(../imgs/theme/icons/star-grey.svg) no-repeat;
  display: block;
}

.rate:not(:checked) > label.checked:before {
  background: url(../imgs/theme/icons/star.svg) no-repeat;
}

.rate > input:checked ~ label:before {
  background: url(../imgs/theme/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: #fff9f3;
  padding: 20px 0;
}

.breadcrumbs li {
  color: #88929b;
  font-size: 16px;
  display: inline-block;
  padding-left: 13px;
  position: relative;
}

.breadcrumbs li::before {
  content: "/";
  position: absolute;
  top: 1px;
  left: 1px;
  color: #1f2938;
}

.breadcrumbs li a {
  font-size: 16px;
  color: #1f2938;
  text-decoration: none;
}

.breadcrumbs li a:hover {
  color: #5234E2;
}

.breadcrumbs li:last-child::before {
  color: #88929b;
}

.breadcrumbs li:first-child::before {
  display: none;
}

.breadcrumbs li:first-child {
  padding-left: 0px;
}

.banner-hero {
  padding: 0px 65px 0px 15px;
  position: relative;
  max-width: 1770px;
  margin: 0 auto;
}

.banner-hero::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 15px;
  width: 65%;
  height: 100%;
  border-top-left-radius: 42px;
  border-top-right-radius: 150px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 0px;
  background-color: #fff9f3;
  z-index: 1;
}

.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
}

.banner-hero .banner-inner .banner-imgs {
  padding: 55px 0px 0px 0px;
  position: relative;
}

.banner-hero .banner-inner .banner-imgs .union-icon {
  position: absolute;
  top: 10%;
  left: -80px;
}

.banner-hero .banner-inner .banner-imgs .congratulation-icon {
  position: absolute;
  top: 30%;
  left: -190px;
}

.banner-hero .banner-inner .banner-imgs .course-icon {
  position: absolute;
  top: 14%;
  right: -60px;
}

.banner-hero .banner-inner .banner-imgs .web-dev-icon {
  position: absolute;
  top: 50%;
  right: -60px;
}

.banner-hero .banner-inner .banner-imgs .docs-icon {
  position: absolute;
  bottom: 1%;
  left: -75px;
}

.banner-hero .banner-inner .banner-imgs .tick-icon {
  position: absolute;
  top: 80%;
  right: -60px;
}

.banner-hero .text-small-primary {
  color: #5234E2;
  font-size: 16px;
  font-weight: bold;
  font-family: "Inter", sans-serif;
  position: relative;
  display: inline-block;
  padding: 0px 0px 10px 25px;
}

.banner-hero .text-small-primary--disk::before {
  content: "";
  height: 15px;
  width: 15px;
  background-color: #72e0bf;
  position: absolute;
  top: 4px;
  left: 0px;
  border-radius: 50%;
}

.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 60px 150px 80px 80px;
}

.banner-hero .block-banner .form-find {
  background: #ffffff;
  -webkit-box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
          box-shadow: 0px 18px 40px rgba(25, 15, 9, 0.1);
  border-radius: 20px;
  display: inline-block;
  width: 100%;
  padding: 22px 30px;
}

.banner-hero .block-banner .form-find form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.banner-hero .block-banner .form-find .btn-find {
  min-width: 127px;
  padding-left: 0px;
  padding-right: 0px;
}

.banner-hero .block-banner .form-find .form-input {
  border: 1px solid rgba(26, 15, 9, 0.1);
  border-radius: 10px;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  width: 100%;
}

.banner-hero .block-banner .form-find .select2 {
  border: 1px solid rgba(26, 15, 9, 0.1);
  border-radius: 10px;
  padding: 10px 20px 10px 42px;
  display: inline-block;
  width: 100% !important;
  margin-right: 10px;
}

.banner-hero .block-banner .form-find .select2::before {
  content: "";
  background: url(../imgs/theme/icons/icon-location-2.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 18px;
  top: 15px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow {
  background: url(../imgs/theme/icons/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
}

.banner-hero .block-banner .form-find .select2 .select2-selection__arrow b {
  display: none !important;
  background-color: #5234E2;
}

.banner-hero .block-banner .form-find .input-keysearch {
  background: url(../imgs/theme/icons/icon-job.svg) no-repeat left 18px center;
}

.banner-hero .block-banner .list-tags-banner {
  position: relative;
}

.banner-hero .block-banner .list-tags-banner a {
  text-decoration: none;
  color: #434343;
  font-size: 16px;
}

.banner-hero .block-banner .list-tags-banner strong {
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: #434343;
}

.banner-hero .heading-banner {
  color: #1f2938;
}

.banner-hero .banner-description {
  position: relative;
  font-size: 16px;
}

@-webkit-keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes hero-thumb-animation {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@-webkit-keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.shape-1 {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.shape-2 {
  -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}

.shape-3 {
  -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}


.header .main-header {
  
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .main-header .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .main-header .header-left .header-logo {
  margin-right: 50px;
}

.header .nav-main-menu {
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.header .main-menu li {
  float: left;
  position: relative;
}

.header .main-menu li.has-children > a::after {
  content: "\f10d";
  font-family: uicons-regular-rounded !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1 !important;
  font-size: 9px;
  opacity: 0.5;
  margin-left: 4px;
}

.header .main-menu li.hr {
  padding: 0px 22px;
}

.header .main-menu li.hr span {
  background-color: #ececec;
  height: 1px;
  width: 100%;
  display: block;
  margin: 5px 0;
}

.header .main-menu li a {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #080a28;
  display: block;
  padding: 14px 22px 10px 22px;
  text-decoration: none;
  position: relative;
}

.header .main-menu li a:hover {
  color: #5234E2;
}

.header .main-menu li a i {
  font-size: 10px;
  opacity: 0.5;
  margin-left: 3px;
}

.header .main-menu li ul {
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 999;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid #ececec;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  background-color: #ffffff;
  padding: 10px 0px 15px 0;
}

.header .main-menu li ul li {
  width: 100%;
}

.header .main-menu li ul li a {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #636477;
  position: relative;
  padding: 14px 22px 10px 35px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header .main-menu li ul li a::after {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #5234E2;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.header .main-menu li ul li a:hover {
  padding-left: 38px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header .main-menu li ul li a:hover::after {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.header .main-menu li ul li ul {
  top: 0px;
  left: 100%;
}

.header .main-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin-top: 15px;
}

.header .main-menu li:hover > ul li {
  width: 100%;
}

.header .text-link-bd-btom {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #5234E2;
  display: inline-block;
  position: relative;
  padding-left: 13px;
}

.header .text-link-bd-btom:hover {
  color: #080a28;
}

.header .text-link-bd-btom::before {
  content: "";
  background: #5234E2;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -3px;
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
}

.header .block-signin .btn-shadow {
  -webkit-box-shadow: 0px 3px 10px rgba(151, 119, 250, 0.4);
  box-shadow: 0px 3px 4px rgb(22 22 22 / 31%);
}

.header.stick {
  padding: 14px 0px;
}

.header.header-2 {
  background-color: #fff9f3;
}

.sticky-bar.stick {
  -webkit-animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid #ececec;
  background: #fff;
}

.sticky-bar.stick.sticky-white-bg {
  background-color: #fff;
}

.sticky-bar.stick.sticky-blue-bg {
  background-color: #3286e0;
}

.sticky-bar.stick .burger-icon {
  top: 28px;
}

.user-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: 50vh;
  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;
}

.mobile-header-wrapper-style {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  bottom: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.09);
  z-index: 998;
}

.mobile-header-wrapper-style.sidebar-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  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 {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 34px 30px 30px 30px;
  background-color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  border-bottom: thin solid #ececec;
}

.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: flex;
    position: relative;
    padding: 13px 0;
    justify-content: center;
}

.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: #1f2938;
}

.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: #080a28;
  -webkit-transition-duration: 0.2s;
          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;
  -webkit-transition-duration: 0.2s;
          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;
  -webkit-transition-duration: 0.2s;
          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: #636477;
  padding-left: 10px;
  position: relative;
  -webkit-transition-duration: 0.2s;
          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: #5234E2;
  border-radius: 50%;
  opacity: 0.7;
  -webkit-transition-duration: 0.2s;
  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: #5234E2;
  padding-left: 3px;
  -webkit-transition-duration: 0.2s;
          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 #ececec;
  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: #1f2938;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info a:hover {
  color: #5234E2;
}

.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: #5234E2;
  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;
  -webkit-box-shadow: none;
  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: #5234E2;
}

.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-header-info-wrap .single-mobile-header-info:hover > a {
  color: #1f2938;
}

.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: 13px;
  color: #88929b;
}



.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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.burger-icon.burger-close > span.burger-icon-bottom {
  bottom: 10px;
  -webkit-transform: rotate(-45deg);
          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: #666666;
}

.mobile-search form {
  background-color: #f2f3f4;
  border-radius: 8px;
  height: 44px;
  padding: 10px 15px 15px 44px;
  position: relative;
}

.mobile-search form input {
  border: 0;
  background-color: transparent;
  width: 100%;
}

.mobile-search form i {
  position: absolute;
  left: 18px;
  top: 14px;
  font-size: 18px;
  color: #878d96;
}

.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;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  height: 30px;
  width: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #efeaff;
  border-radius: 30px;
  line-height: 1;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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 {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition-duration: 0.5s;
          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 #ececec;
}

.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: #636477;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.mobile-account ul li:hover a {
  padding-left: 3px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  color: #5234E2;
}

.sidebar-title {
  border-bottom: thin solid #ececec;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}

.search-form form {
  position: relative;
}

.search-form form input {
  border: 1px solid #ececec;
  border-radius: 10px;
  height: 64px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}

.search-form form button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  border: none;
  font-size: 20px;
  height: 100%;
  padding: 0 24px;
  background-color: transparent;
  color: #242424;
}

.widget-categories {
  background-color: #f4f6fa !important;
}

.widget-categories li {
  padding: 8px 0;
}

.widget-categories li + li {
  border-top: 1px solid #ececec;
}

.widget-categories li a {
  color: #1f2938;
  font-size: 16px;
}

.widget-categories li span.count {
  background-color: rgba(81, 146, 255, 0.12);
  color: #1f2938;
  border-radius: 3px;
  display: block;
  padding: 3px 5px;
  min-width: 26px;
  text-align: center;
}

.widget-categories li:hover span.count {
  background-color: #5234E2;
  color: #ffffff;
}

.post-list-small-item {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.post-list-small-item:hover {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.post-list-small-item figure img {
  max-width: 85px;
  border-radius: 5px;
}

.post-list-small-item .post-meta {
  font-size: 13px;
}

.post-list-small-item .post-meta img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.post-list-small-item h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.post-list-small-item:not(:last-child) {
  margin-bottom: 15px;
}

.footer .menu-footer {
  display: inline-block;
}

.footer .menu-footer li {
  list-style: none;
  margin-bottom: 4px;
}

.footer .menu-footer li a {
  color: #666666;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .menu-footer li a:hover {
  color: #5234E2;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  padding-left: 3px;
}

.footer .footer-bottom {
  border-top: 1px solid rgba(151, 119, 250, 0.4);
  padding: 20px 0px;
  color: #666666;
  font-size: 14px;
}

.footer .footer-bottom strong {
  color: #5234E2;
  font-weight: bold;
}

.footer .footer-bottom a {
  text-decoration: none;
}

.footer .footer-bottom .icon-socials {
  display: inline-block;
  margin-left: 10px;
  height: 30px;
  width: 30px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-facebook {
  background: url(../imgs/theme/icons/facebook.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-facebook:hover {
  background: url(../imgs/theme/icons/facebook-hover.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-twitter {
  background: url(../imgs/theme/icons/twitter.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-twitter:hover {
  background: url(../imgs/theme/icons/twitter-hover.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-instagram {
  background: url(../imgs/theme/icons/instagram.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-instagram:hover {
  background: url(../imgs/theme/icons/instagram-hover.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-linkedin {
  background: url(../imgs/theme/icons/linkedin.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.footer .footer-bottom .icon-socials.icon-linkedin:hover {
  background: url(../imgs/theme/icons/linkedin-hover.svg) no-repeat 0px 0px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

#scrollUp {
  width: 42px;
  height: 42px;
  color: #ffffff;
  right: 30px;
  bottom: 30px;
  border-radius: 30px;
  text-align: center;
  overflow: hidden;
  z-index: 999 !important;
  border: 0;
  background-color: #fff;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  background-color: #5234E2;
}

#scrollUp i {
  display: block;
  line-height: 42px !important;
  font-size: 20px;
  color: #fff;
}

#scrollUp:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.2s;
          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;
}

.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: #fff9f3;
}

.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: "Inter", 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: "Inter", sans-serif;
  font-size: 20px;
  color: #5234E2;
  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;
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
}

.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::before {
  content: "";
  position: absolute;
  top: 0px;
  right: -50px;
  height: 84%;
  width: 88%;
  background: rgba(81, 146, 255, 0.3) url(../imgs/page/about/bg-inner-job.svg) no-repeat;
  background-size: cover;
  border-radius: 80px;
  z-index: 0;
}

.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: rgba(8, 10, 40, 0.5);
}

.box-mw-60 {
  max-width: 60%;
  margin: auto;
}

.box-mw-70 {
  max-width: 70%;
}

/*page services*/
.bg-body-service {
  background: url(../imgs/page/services/bg-body-service.svg) no-repeat top center;
  background-size: contain;
}

.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%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
  background: url(../imgs/theme/icons/play-2.svg) no-repeat;
}

.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;
  background: url(../imgs/theme/patern-service.svg) no-repeat 0px 0px;
}

/*page pricing*/
.bg-blue-full {
  background-color: #ecf4ff;
  padding: 82px 0px;
}

.bg-blue-full .btn-border {
  color: #434343;
}

.bg-body-pricing {
  background: url(../imgs/theme/bg-body-pricing.svg) no-repeat right 0 top 27%;
}

.text-billed {
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: inline-block;
  vertical-align: middle;
  color: #000000;
}

.block-pricing {
  background-color: #fff9f3;
  border-radius: 30px;
}

.block-pricing .box-pricing-item {
  display: inline-block;
  width: 100%;
  padding: 44px;
}

.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 #5234E2;
  color: #434343;
}

.block-pricing .box-info-price {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
}

.block-pricing .box-info-price .text-price {
  font-size: 36px;
  color: #231d4f;
  font-family: "Inter", sans-serif;
  line-height: 46px;
  font-weight: 600;
  margin-right: 15px;
}

.block-pricing .box-info-price .text-month {
  font-size: 17px;
  line-height: 23px;
  color: #434343;
}

.block-pricing .text-desc-package {
  font-size: 15px;
  line-height: 20px;
  color: #434343;
}

.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: 0px 0px 0px 35px;
  background: url(../imgs/theme/icons/check-circle.svg) no-repeat left center;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 20px;
  color: #434343;
}

.block-pricing .most-popular {
  margin-top: -50px;
  background: #5234E2 url(../imgs/theme/bg-featured.svg) no-repeat top right;
  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 .list-package-feature li {
  color: #ffffff;
  background: url(../imgs/theme/icons/check-circle-white.svg) no-repeat left center;
}

.block-pricing .most-popular .btn-border {
  font-weight: bold;
  color: #5234E2;
  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: #5234E2;
  line-height: 12px;
  font-family: "Inter", sans-serif;
}

.heading-md-regular {
  font-size: 20px;
  line-height: 24px;
  color: #1f2938;
  font-weight: 500;
  font-family: "Inter", 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.box-image-about::before {
  background: url(../imgs/theme/bg-dot.svg) no-repeat;
  width: 159px;
  height: 130px;
  top: 0px;
  right: 0px;
  border-radius: 0px;
  z-index: 0;
}

.box-image-findjob.box-image-about .btn-play-video {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0px;
  right: 0px;
  height: 140px;
  width: 150px;
  z-index: 3;
  margin: auto;
  background: url(../imgs/theme/icons/play.svg) no-repeat;
}

.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: #434343;
}

.text-gray-200 {
  color: #727272;
  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;
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  line-height: 2;
  font-size: 18px;
  font-weight: 800;
  padding-left: 48px;
}

.accordion-flush .accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 20px;
  margin-left: auto;
  content: "";
  background-image: url(../imgs/theme/icons/accordion-right.svg);
  background-repeat: no-repeat;
  background-size: unset;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  position: absolute;
  left: 15px;
}

.accordion-flush .accordion-button:not(.collapsed) {
  color: #5234E2;
  background-color: transparent;
}

.accordion-flush .accordion-button:not(.collapsed)::after {
  width: 20px;
  height: 20px;
  background-image: url(../imgs/theme/icons/accordion-up.svg);
  margin-top: 10px;
  -webkit-transform: none;
          transform: none;
}

.accordion-flush .accordion-button:focus {
  border-color: rgba(151, 119, 250, 0.5);
}

.accordion-flush .accordion-body {
  color: #88929b;
  font-size: 16px;
}

.accordion-flush .accordion-collapse {
  border: 0;
}

/*Page contact*/
.leaflet-map {
  height: 528px;
  width: 100%;
}

.archive-header h3 {
  font-size: 46px;
}

.archive-header .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.card-blog-1 {
  border-radius: 15px;
  border: thin solid #ececec;
  padding: 30px;
}

.card-blog-1:hover {
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.card-blog-1 .post-thumb {
  border-radius: 15px;
  overflow: hidden;
}

.card-blog-1 .post-thumb img {
  border-radius: 15px;
}

.card-blog-1 .post-meta .author img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 5px;
}

.card-blog-1 h3.post-title {
  font-size: 24px;
  line-height: 1.33;
}

.card-blog-1 h3.post-title a {
  color: #1f2938;
}

.card-blog-1 h3.post-title a:hover {
  color: #5234E2;
}

.card-blog-1 h3.post-title.small {
  font-size: 18px;
}

.card-blog-1 .btn-brand-hover {
  border-color: rgba(151, 119, 250, 0.5);
}

.card-blog-1.post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.card-blog-1.post-list .post-thumb {
  max-width: 275px;
  margin-right: 25px;
}

.single-body figure img {
  border-radius: 15px;
}

.single-body p {
  font-size: 18px;
  margin-bottom: 15px;
  color: #586475;
  line-height: 1.5;
}

.single-body h1,
.single-body h2,
.single-body h3,
.single-body h4,
.single-body h5,
.single-body h6 {
  margin: 30px 0 25px 0;
}

.single-body .excerpt p {
  font-size: 22px;
  line-height: 1.5;
  color: #1f2938;
}

.single-body blockquote {
  background-color: rgba(81, 146, 255, 0.12);
  padding: 40px 60px;
  border-radius: 15px;
  margin: 30px auto;
  font-size: 24px;
  max-width: 80%;
}

.single-body blockquote p {
  font-size: 24px;
  line-height: 32px;
  color: #7e7e7e;
  margin-bottom: 0;
}

.author-bio {
  border-radius: 15px;
  border: 1px solid #ececec;
}

.author-bio h5 {
  margin: 0 !important;
  font-weight: 600;
}

.author-bio .author-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-bio .author-image img {
  margin-right: 10px;
  max-width: 64px;
}

.author-bio .author-image p {
  font-size: 14px;
}

.related-posts h6 {
  font-size: 16px;
  font-weight: 600;
}

.related-posts h6 a {
  color: #1f2938;
}

.bg-white {
  background: #ffffff;
}

.box-head-single {
  background-color: #5234E214;
  display: inline-block;
  width: 100%;
  position: relative;
  padding-top: 55px;
  padding-bottom: 20px;
}

.bg-header{
   background-image: url("/assets/imgs/theme/header-03.png");
   background-size: cover;
   background-repeat: no-repeat;
}

.box-head-single.bg-2 {
  background-color: #5234E214;
}

.box-head-single::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 1;
  width: 100px;
}

.box-head-single::after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  height: 100%;
  width: 543px;
}

.box-head-single .container {
  position: relative;
  z-index: 2;
}

.box-head-single h3 {
  margin-bottom: 15px;
}

.box-head-single .avatar-sidebar {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-head-single .avatar-sidebar img {
  max-width: 60px;
  border-radius: 50%;
  margin-right: 10px;
}

.box-head-single .avatar-sidebar .sidebar-company {
  font-weight: 600;
}

.box-head-single .avatar-sidebar .sidebar-website-text {
  color: #5234E2;
}

.img-rd-15 {
  border-radius: 15px;
  width: 100%;
}

.single-image-feature {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.content-single p {
  font-size: 16px;
  line-height: 200%;
  color: #434343;
  margin-bottom: 20px;
}

.content-single h5 {
  margin-top: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.content-single ul {
  padding-left: 30px;
  line-height: 200%;
  font-size: 16px;
  color: #434343;
  list-style: disc;
}

.content-single{
    padding: 15px;
}

.content-single span {
  font-size: 16px;
  line-height: 200%;
  color: #434343;
  margin-bottom: 20px;
}

.author-single {
  display: inline-block;
  padding-left: 26px;
  padding-top: 10px;
}

.author-single span {
  position: relative;
  background-color: #ffffff;
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
}

.author-single span::before {
  content: "";
  height: 1px;
  border-top: 1px solid #a5a5a5;
  width: 21px;
  position: absolute;
  top: 13px;
  left: -26px;
}

.author-single span::after {
  content: "";
  height: 1px;
  border-top: 1px solid #a5a5a5;
  width: 21px;
  position: absolute;
  top: 13px;
  right: -27px;
}

.single-apply-jobs {
  display: inline-block;
  width: 100%;
  padding: 47px 0px;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  margin-top: 50px;
}

.heading-border {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 0px;
}

.heading-border::before {
  content: "";
  position: absolute;
  top: 25px;
  left: 0px;
  width: 100%;
  height: 1px;
  z-index: 1;
  border-top: 1px solid rgba(6, 18, 36, 0.1);
}

.heading-border span {
  background-color: #ffffff;
  display: inline-block;
  padding: 5px 10px 5px 0px;
  position: relative;
  z-index: 2;
}

.sidebar-shadow {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 29px 33px;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  margin-bottom: 40px;
}

.sidebar-shadow .sidebar-heading {
  display: inline-block;
  width: 100%;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar figure {
  float: left;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar figure img {
  width: 50px;
  object-fit: contain;
  height: 50px;
  border-radius: 50%;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info {
  display: block;
  padding-left: 60px;
  position: relative;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-company {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  line-height: 18px;
  font-weight: bold;
  display: block;
  padding-top: 5px;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .sidebar-website-text {
  font-size: 12px;
  line-height: 18px;
  color: #5234E2;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-toggle::after {
  display: none;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu {
  min-width: unset;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
  border: thin solid #ececec;
}

.sidebar-shadow .sidebar-heading .avatar-sidebar .sidebar-info .dropdown-menu a {
  font-size: 14px;
  color: #636477;
}

.text-description {
  font-size: 16px;
  color: #434343;
  line-height: 24px;
  display: inline-block;
  width: 100%;
}

.sidebar-team-member {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  display: inline-block;
  width: 100%;
  padding: 30px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}

.sidebar-team-member .sidebar-list-member {
  display: inline-block;
  width: 100%;
  padding: 30px 0px;
}

.sidebar-team-member .sidebar-list-member ul li {
  display: inline-block;
  margin-right: 18px;
  margin-bottom: 18px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.sidebar-team-member .sidebar-list-member ul li:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.sidebar-team-member .sidebar-list-member ul li:hover img {
  opacity: 0.85;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.sidebar-team-member .sidebar-list-member ul li a img {
  width: 49px;
  height: 49px;
  border-radius: 50%;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.sidebar-team-member .info-address {
  padding-top: 20px;
}

.sidebar-team-member .info-address span {
  display: block;
  font-size: 16px;
  padding-bottom: 10px;
}

.sidebar-team-member .info-address span i {
  float: left;
  margin: 4px 8px 0px 0px;
  color: #88929b;
}

.sidebar-team-member .info-address span span {
  display: block;
  padding-left: 28px;
}

.sidebar-list-job {
  border-top: 1px solid rgba(6, 18, 36, 0.1);
  display: inline-block;
  width: 100%;
  padding: 30px 0px 0px 0px;
  margin: 30px 0px 0px 0px;
}

.sidebar-list-job ul {
  padding: 0px;
}

.sidebar-list-job ul li {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
}

.sidebar-list-job ul li .sidebar-icon-item {
  float: left;
  width: 32px;
}

.sidebar-list-job ul li .sidebar-icon-item i {
  font-size: 23px;
  color: #88929b;
}

.sidebar-list-job ul li .sidebar-text-info {
  display: block;
  padding-left: 35px;
}

.sidebar-list-job ul li .sidebar-text-info span {
  color: #727272;
}

.sidebar-list-job ul li .sidebar-text-info strong {
  display: block;
  padding-top: 10px;
  color: #1f2938;
}

.sidebar-normal {
  padding: 29px 33px;
}

.ul-lists {
  padding: 15px 0px 15px 15px;
}

.ul-lists li {
  list-style-type: disc;
  color: #88929b;
  padding-bottom: 5px;
}

.ul-lists li a {
  color: #88929b;
  text-decoration: none;
}

.ul-lists li a:hover {
  color: #5234E2;
}

.btn-dots-abs-right {
  position: absolute;
  top: 0px;
  right: 0px;
}

.job-overview {
  border: thin solid #ececec;
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  border-radius: 15px;
  padding: 50px;
  margin-bottom: 50px;
}

.job-overview .sidebar-icon-item {
  font-size: 18px;
  color: #a0abb8;
}

.job-overview .text-description {
  font-size: 16px;
  color: #727272;
  line-height: 24px;
}

.job-meta {
  font-size: 12px;
  color: #88929b;
}

.job-meta .company {
  font-weight: bold;
  color: #5234E2;
}

.job-meta span {
  margin-right: 15px;
  display: inline-block;
}

.heading-image-rd {
  float: left;
  width: 130px;
  margin-right: 15px;
}

.heading-image-rd figure {
  position: relative;
  display: inline-block;
}

.heading-image-rd figure img {
  border-radius: 50%;
  height: 130px;
  width: 130px;
}

.heading-image-rd.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 16px;
  right: 10px;
  background: #00C070;
}

.heading-main-info {
  display: block;
  padding-left: 5px;
}

.heading-main-info h4 {
  padding: 4px 0px 10px 0px;
}

.heading-main-info .head-info-profile {
margin-bottom: 10px;
}

.heading-main-info .head-info-profile i {
  float: left;
  margin: 1px 10px 0px 0px;
}

.heading-main-info .head-info-profile > span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.heading-main-info .head-info-profile .rate-reviews-small {
  display: inline-block;
  margin-left: 30px;
}

.heading-main-info .head-info-profile .rate-reviews-small img {
  height: 13px;
}

.heading-main-info .mt-minus-15 {
  margin-top: -15px;
}

.box-head-single-candidate::after {
  width: 165px;
}

.box-head-single-candidate::before {
  
}

.block-progress-status {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 30px 0px;
}

.block-progress-status .item-progress {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.block-progress-status .item-progress .title-progress {
  float: left;
  width: 170px;
  margin-right: 10px;
}

.block-progress-status .item-progress .info-progress {
  max-width: 605px;
  display: block;
  padding-left: 180px;
  margin-top: 7px;
}

.block-progress-status .item-progress .info-progress .progress {
  height: 10px;
  width: 100%;
  border-radius: 5px;
  background: rgba(6, 18, 36, 0.1);
}

.block-progress-status .item-progress .info-progress .progress .progress-bar {
  background: #5234E2;
  border-radius: 5px;
}

.text-md-bold {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #434343;
}

.none-bd {
  border: 0px;
}

.sidebar-list-follower ul li {
  position: relative;
}

.sidebar-list-follower ul li a.online::before {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0px;
  right: 4px;
  background: #00c070;
}

.dis-block {
  display: block;
}

.text-md-lh28 {
  font-size: 16px;
  line-height: 24px;
}

.lh-32 {
  line-height: 32px !important;
}

.none-bg::before {
  display: none;
}

.none-bg::after {
  display: none;
}

.box-shadow-bdrd-15 {
  border-radius: 15px;
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  background-color: #ffffff;
  padding: 15px;
  border: thin solid #ececec;
}

.box-filters .box-search-job {
  display: inline-block;
  vertical-align: middle;
}

.box-filters .box-search-job .form-search-job {
  float: left;
  padding-right: 20px;
}

.box-filters .box-search-job .form-search-job .input-search-job {
  border: 0px;
  padding: 12px 10px 10px 45px;
  background: url(../imgs/theme/icons/icon-search.svg) no-repeat 10px center;
}

.box-filters .list-tags-job {
  vertical-align: middle;
  float: right;
}

.box-filters .list-tags-job a {
  display: inline-block;
  padding: 4px 25px 4px 12px;
  border-radius: 10px;
  background-color: #f1f7ff;
  text-decoration: none;
  position: relative;
}

.text-tag.bigger{
    font-size: 1em !important;
}

.text-tag{
    font-size: .8em;
    color: #434343;
}

.box-filters .list-tags-job a .remove-tags-job {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  font-size: 13px;
}

.box-filters .list-tags-job a .remove-tags-job:hover{
    color: red;
}

.paginations {
  margin: 20px 0px 50px 0px;
}

.paginations .pager {
  padding: 0px;
}

.paginations .pager li {
  display: inline-block;
  vertical-align: middle;
}

.paginations .pager li a {
  display: block;
  padding: 10px 8px;
  margin: 4px;
  font-weight: 600;
  color: #434343;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
}

.paginations .pager li a:hover {
  font-weight: bold;
}

.paginations .pager li a.active {
  font-weight: bold;
}

.paginations .pager li a.pager-number.active::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #5234E2;
  opacity: 0.3;
  border-radius: 8px;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}

.paginations .pager li a.pager-number:hover::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #5234E2;
  opacity: 0.3;
  border-radius: 8px;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}

.paginations .pager li .pager-prev {
  background: url(../imgs/theme/icons/page-prev.svg) no-repeat center;
  height: 40px;
  width: 40px;
  margin-right: 15px;
}

.paginations .pager li .pager-prev:hover {
  background: url(../imgs/theme/icons/page-prev-hover.svg) no-repeat center;
}

.paginations .pager li .pager-next {
  background: url(../imgs/theme/icons/page-next.svg) no-repeat center;
  height: 40px;
  width: 40px;
  margin-left: 15px;
}

.paginations .pager li .pager-next:hover {
  background: url(../imgs/theme/icons/page-next-hover.svg) no-repeat center;
}

.sidebar-with-bg {
  background: rgba(81, 146, 255, 0.12);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}

.text-body-999 {
  font-size: 16px;
  line-height: 22px;
  color: #999;
}

.box-email-reminder .form-group {
  position: relative;
}

.box-email-reminder .form-group input {
  border: 0px;
  padding-left: 42px;
}

.box-email-reminder .form-group input::-webkit-input-placeholder {
  color: #88929b;
  font-size: 12px;
}

.box-email-reminder .form-group input:-ms-input-placeholder {
  color: #88929b;
  font-size: 12px;
}

.box-email-reminder .form-group input::-ms-input-placeholder {
  color: #88929b;
  font-size: 12px;
}

.box-email-reminder .form-group input::placeholder {
  color: #88929b;
  font-size: 12px;
}

.job-fillter .box-button-find {
  width: 140px;
  float: right;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.job-fillter .box-salary {
  padding: 14px 5px 14px 45px;
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}

.job-fillter .box-salary i {
  color: #88929b;
  float: left;
  margin: 1px 7px 0px 0px;
}

.job-fillter .dropdown {
  margin-right: 15px;
  width: 30%;
  max-width: 170px;
}

.job-fillter .dropdown .dropdown-toggle::after {
  border: 0px;
}

.job-fillter .dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 16px;
}

.job-fillter .dropdown .dropdown-toggle .fi-rr-angle-small-down {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 0;
}

.job-fillter .dropdown .dropdown-toggle i {
  color: #88929b;
  float: left;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}

.job-fillter .dropdown .dropdown-menu.show {
  border-radius: 0 0 10px 10px;
  margin: 15px 0 0 25px;
}

.job-fillter .btn-default {
  width: 140px;
  max-width: 140px;
}

.text-sortby {
  color: #9c9ca3;
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.box-view-type {
  float: right;
  margin-left: 15px;
}

.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: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}

.dropdown-sort .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-sort .dropdown-toggle i {
  color: #88929b;
  float: right;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}

.fs-ri-dollar2 {
  border: 2px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 20px !important;
  vertical-align: middle;
  font-size: 10px;
}

.text-normal {
  font-size: 16px;
  line-height: 22px;
  color: #434343;
}

.text-small {
  font-size: 14px;
  line-height: 19px;
  color: #434343;
}

.float-right {
  float: right;
}

.list-checkbox {
  display: inline-block;
  width: 100%;
  padding: 15px 0px 5px 0px;
}

.list-checkbox li {
  position: relative;
  padding: 0px 30px 1px 0px;
  display: inline-block;
  width: 100%;
}

.list-checkbox li .number-item {
  position: absolute;
  top: 35%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 2px 8px 4px 8px;
  font-size: 12px;
  line-height: 16px;
  border-radius: 5px;
  background: rgba(156, 156, 163, 0.18);
  color: #9c9ca3;
}

.background-primary {
  background-color: #5234E2;
}

.bg-sidebar {
  background-image: url(../imgs/theme/bg-sidebar.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.menu-dropdown-abs {
  position: absolute;
  top: 10px;
  right: 0px;
}

.content-page .card-grid-2 .card-block-info {
  padding: 20px 20px 30px 20px;
  position: relative;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right {
  top: 0px;
  right: 15px;
}

.content-page .card-grid-2 .card-block-info .btn-dots-abs-right::after {
  display: none;
}

.content-page h5 {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
}

.content-page .card-grid-2:hover {
  border-color: rgba(151, 119, 250, 0.5);
}

.sidebar-shadow.none-shadow {
  padding-left: 20px;
  padding-right: 17px;
}

.buttons-filter .btn {
  padding: 12px 15px;
  font-size: 14px;
  color: #88929b;
}

.buttons-filter .btn-default {
  color: #ffffff;
}

.input-disabled {
  background-color: #f9f9f9 !important;
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 8px 15px;
  color: #a9a9a9;
}

.input-disabled:focus {
  color: #a9a9a9;
}

.minus-input {
  position: relative;
}

.minus-input::before {
  content: "-";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -15px;
  font-size: 14px;
  color: #a9a9a9;
}

.lb-slider {
  font-weight: 600;
  font-size: 12px;
  color: #434343;
  font-family: "Inter", sans-serif;
}

.text-brand-10 {
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  color: #5234E2;
  font-family: "Inter", sans-serif;
}

.text-icon-first {
  position: relative;
  display: inline-block;
  padding-left: 10px;
}

.text-icon-first::before {
  position: absolute;
  top: 5px;
  left: 0px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #96de95;
}

.job-listing-grid-2 .card-grid-2 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 20px;
}

.job-listing-grid-2 .card-grid-2 .card-block-info .card-text-price span {
  font-size: 12px;
}

.job-listing-grid-2 .card-grid-2 .card-block-info .dropdown-menu {
  border: thin solid #ececec;
  -webkit-box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
          box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
}

.job-listing-grid-2 .card-grid-2 .card-block-info .dropdown-menu .dropdown-item {
  font-size: 14px;
  color: #636477;
}

.text-gray-100 {
  color: #bababa;
}

.job-list-list .list-recent-jobs {
  margin-top: 0px;
}

.background-12 {
  background-color: #c5ffdc;
}

.background-6 {
  background-color: rgba(151, 119, 250, 0.12);
}

/* last #83FCBB */
.background-blue-light{
    background-color: #f1f7ff;
}

a.background-blue-light{
    color: #000 !important;
}

.background-accent-new {
  background-color: #5234E2;
}
a.background-accent-new{
    color: #fff !important;
}

.background-urgent {
  background-color: #83FCBB;
}

 a.background-urgent{
    color: #434343 !important;
}

.job-tags a {
  background-color: #f1f7ff;
  color: #727272;
  border-radius: 15px;
  padding: 8px 20px;
  display: inline-block;
}

.job-tags a + a {
  margin-left: 5px;
}

.employers-list {
  position: relative;
}

.employers-list .card-employers {
  border: 1px solid rgba(6, 18, 36, 0.1);
  padding: 26px 23px;
  border-radius: 10px;
  background-color: #ffffff;
  margin-bottom: 30px;
}

.employers-list .card-employers:hover {
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(151, 119, 250, 0.5);
}

.employers-list .card-employers .employers-name h5 {
  font-size: 18px;
}

.employers-list .card-employers .employers-name h5 a {
  color: #1f2938;
}

.employers-list .card-employers .employers-name h5:hover a {
  color: #5234E2;
}

.employers-list .card-employers .employers-name .rate {
  margin-left: -20px;
}

.employers-list .card-employers .employers-info i {
  font-size: 20px;
  color: #88929b;
  margin-left: 10px;
}

.employers-list .card-employers .card-grid-2-link {
  text-align: right;
}

.employers-list .card-employers .card-grid-2-link i {
  font-size: 20px;
  color: #88929b;
  margin-left: 10px;
}

.employers-list .card-employers .btn-brand-hover {
  border: thin solid rgba(151, 119, 250, 0.5);
  font-size: 14px;
}

.employers-list .card-employers .employers-logo img {
  max-width: 110px;
}

.employers-list .card-employers .employers-logo.online figure {
  position: relative;
  display: inline-block;
}

.employers-list .card-employers .employers-logo.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}

.employers-header-2 {
  border-bottom: thin solid #ececec;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.mw-720 {
  max-width: 720px;
  margin: auto;
  display: table !important;
  table-layout: fixed;
}

.banner-home-3 {
  position: relative;
  padding-bottom: 140px !important;
}

.banner-home-3 .banner-hero::before {
  display: none;
}

.banner-home-3 .banner-hero .block-banner {
  padding-right: 80px;
}

.banner-home-3::before {
  content: "";
  height: 351px;
  width: 400px;
  position: absolute;
  bottom: 40px;
  left: 40px;
  background: url(../imgs/theme/designer.svg) no-repeat 0px 0px;
  background-size: contain;
}

.banner-home-3::after {
  content: "";
  height: 351px;
  width: 400px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  background: url(../imgs/theme/working.svg) no-repeat 0px 0px;
  background-size: contain;
}

.list-job-2-col .card-job-description {
  font-size: 14px;
  line-height: 22px;
}

.findjob-homepage-2::before {
  right: 100px !important;
  bottom: -55px !important;
}

.block-job-bg-homepage-2::before {
  right: 0px !important;
}

.none-bg-body {
  background: #ffffff;
}

.nav-style-homepage-3 li button.active {
  color: #5234E2;
  background: none;
}

.nav-style-homepage-3 li button:hover {
  color: #5234E2;
  background: none;
}

.nav-style-homepage-3 > li:last-child button {
  padding-right: 0px;
}

.bg-body-homepage-3 {
  background: url(../imgs/theme/bg-body-pricing.svg) no-repeat right 0 top 5%;
}

.bg-body-homepage-3::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  height: 901px;
  width: 901px;
  background: url(../imgs/theme/half-circle.svg) no-repeat 0px 0px;
  z-index: -1;
}

@media (min-width: 1560px) {
  .banner-homepage-3 {
    padding: 0px 0px 0px 145px;
  }
}

.banner-homepage-3 {
  padding-top: 40px;
}

.banner-homepage-3::before {
  display: none;
}

.banner-homepage-3 .block-banner {
  padding-right: 250px;
}

.banner-homepage-3 .banner-imgs::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0px;
  left: -70px;
  height: 54px;
  width: 56px;
  background: url(../imgs/theme/icons/triangle.svg) no-repeat 0px 0px;
}

.banner-homepage-3 .banner-imgs .banner-sm1, .banner-homepage-3 .banner-imgs .banner-sm2, .banner-homepage-3 .banner-imgs .banner-sm3 {
  position: absolute;
  top: 4%;
  left: -86px;
  z-index: 12;
}

.banner-homepage-3 .banner-imgs .banner-sm1 img {
  width: 251px;
}

.banner-homepage-3 .banner-imgs .banner-sm2 {
  top: 43%;
  left: -136px;
}

.banner-homepage-3 .banner-imgs .banner-sm2 img {
  width: 144px;
}

.banner-homepage-3 .banner-imgs .banner-sm3 {
  top: 62%;
  left: -90px;
}

.banner-homepage-3 .banner-imgs .banner-sm3 img {
  width: 251px;
}

@media (max-width: 1399.98px) {
  .custom-class {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .custom-class {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .pl-lg-15 {
    padding-left: 15px !important;
  }
  .header-right {
    padding-right: 30px;
  }
  h2.section-title {
    font-size: 48px;
  }
  .banner-hero {
    max-width: 100%;
    padding: 0;
  }
  .banner-hero.hero-1 .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
    overflow: hidden;
  }
  .banner-hero.hero-1::before {
    width: 100%;
    border-radius: 0;
    left: 0;
  }
  .banner-hero.hero-1 .banner-imgs {
    display: none;
  }
  .banner-hero.hero-1 .text-small-primary {
    font-size: 14px;
  }
  .banner-hero.hero-1 h1 {
    font-size: 52px;
  }
  .box-swiper .swiper-button-next {
    right: -45px;
  }
  .box-swiper .swiper-button-prev {
    left: -45px;
  }
  .card-grid-2 h5 {
    font-size: 18px;
  }
  .box-image-job .job-top-creator {
    left: 10px;
  }
  .list-partners li {
    padding: 15px 18px;
  }
  .list-partners li figure img {
    max-width: 80px;
  }
  .box-newsletter {
    padding: 57px 50px 96px 50px;
  }
  .nav.nav-right {
    margin-top: 30px;
  }
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  .bg-banner-about.banner-home-3 {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
  }
  .bg-banner-about.banner-home-3 .banner-hero {
    max-width: 720px;
  }
  .bg-banner-about.banner-home-3 .banner-hero .block-banner {
    padding-top: 0;
  }
  .bg-banner-about.banner-home-3 .banner-hero .block-banner h2.heading-banner {
    font-size: 36px;
    line-height: 1.2;
  }
  .bg-banner-about.banner-home-3::before, .bg-banner-about.banner-home-3::after {
    opacity: 0.1;
  }
  .banner-hero.banner-homepage-3 {
    padding-top: 0;
    margin-bottom: 50px;
  }
  .banner-hero.banner-homepage-3 h1 {
    font-size: 48px;
  }
  .banner-hero.banner-homepage-3 .block-banner {
    padding-right: 80px;
    background: #fff9f3;
  }
  .banner-hero.banner-homepage-3 .banner-imgs {
    display: none;
  }
  .box-info-job {
    padding-left: 30px !important;
  }
  .box-info-job .mt-50 {
    margin-top: 0px !important;
  }
  .block-pricing .most-popular {
    margin-top: 0 !important;
  }
  .job-fillter {
    margin: 15px 0 0 0;
    border-top: 1px solid #eee;
    padding-top: 15px;
  }
  .job-fillter .btn {
    padding-left: 10px !important;
  }
  .job-fillter .dropdown-menu {
    margin-left: 10px !important;
    margin-top: 0 !important;
  }
  .heading-main-info .btn-default {
    margin: 15px 0;
  }
  .card-blog-1.post-list .post-thumb {
    max-width: 175px;
    margin-right: 15px;
  }
  .card-blog-1.post-list .btn-brand-hover {
    padding: 10px 15px;
    font-size: 14px;
  }
  .card-blog-1.post-list .post-title {
    font-size: 20px;
  }
  .archive-header h3 {
    font-size: 36px;
    width: 100% !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mt-md-50 {
    margin-top: 50px !important;
  }
  .mt-md-30 {
    margin-top: 30px !important;
  }
  .mt-md-0 {
    margin-top: 0px !important;
  }
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .pl-md-15 {
    padding-left: 15px !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .section-title-large {
    font-size: 48px;
  }
  .leaflet-map {
    height: 328px;
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-title-large {
    font-size: 42px;
  }
  .banner-hero .block-banner {
    padding: 0;
  }
  .signing {
    display: none;
  }
  
  .header-right{
      padding-right: 25px; 
  }
  
  .post-remote-jb{
      font-size: 15px;
  }
  
  .verify-company-check{
      margin-top: 15px;
  }
  
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
    padding: 15px 30px 13px 30px;
    border-bottom: 1px solid #ececec;
  }
  .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;
  }
  .nav.nav-right {
    margin-top: 30px;
  }
  .box-head-single h3 {
    font-size: 36px;
    line-height: 1.2;
  }
  .social-share {
    margin-top: 25px;
  }
  .social-share .btn-sm {
    padding: 10px 15px;
    vertical-align: middle;
  }
  .job-overview {
    padding: 25px !important;
  }
}

@media (max-width: 575.98px) {
  .section-box.mt-70,
  .section-box.mt-80,
  .section-box.mt-100,
  .section-box.mt-40 {
    margin-top: 30px !important;
  }
  .header.sticky-bar .col-lg-7 .burger-icon {
    right: 15px;
  }
  .banner-hero.hero-1 h1 {
    font-size: 38px;
  }
  .banner-hero .block-banner .form-find {
    padding: 15px;
    margin-top: 40px !important;
  }
  .banner-hero .block-banner .form-find form {
    display: block;
  }
  .banner-hero .block-banner .form-find form input {
    margin-bottom: 15px;
  }
  .banner-hero .block-banner .form-find form button {
    margin-top: 15px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
  h2.section-title {
    font-size: 32px;
    line-height: 48px;
  }
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .pt-sm-15 {
    padding-top: 15px;
  }
  .swiper-group-6 {
    max-height: 140px;
  }
  .box-swiper .swiper-container .item-logo {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .list-partners li {
    padding: 15px 15px;
  }
  .box-newsletter .text-md-newsletter {
    font-size: 22px;
    line-height: 28px;
  }
  .box-newsletter .text-lg-newsletter {
    font-size: 32px;
  }
  .box-newsletter form {
    display: block;
  }
  .footer .col-xs-6 {
    width: 50%;
  }
  .footer ul.mt-40 {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }
  .footer .footer-social {
    margin-top: 15px;
    margin-left: -10px;
  }
  .bg-banner-about.banner-home-3 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .bg-banner-about.banner-home-3 .banner-hero .block-banner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .card-job-top--info-heading {
    margin-bottom: 10px;
  }
  .card-job-top--price {
    margin-top: 15px;
    display: block;
  }
  .box-info-job {
    padding: 0 !important;
  }
  .block-job-bg::before {
    display: none;
  }
  .box-mw-60 {
    max-width: 100% !important;
  }
  .banner-hero.banner-homepage-3 .block-banner {
    padding: 30px 15px;
  }
  .box-image-findjob img {
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .nav-right li {
    margin-bottom: 15px;
  }
  .block-pricing.mt-125 {
    margin-top: 50px !important;
  }
  .box-filters .list-tags-job .job-tag {
    margin-top: 15px;
  }
  .job-fillter.d-flex {
    display: block !important;
  }
  .job-fillter.d-flex .box-button-find {
    float: none;
  }
  .job-fillter.d-flex .btn {
    padding-left: 10px !important;
  }
  .job-fillter.d-flex .dropdown {
    margin: 0 0 10px 0;
    width: 100%;
    max-width: 100%;
  }
  .box-shadow-bdrd-15.box-filters {
    padding-bottom: 30px;
  }
  .social-share .btn-sm {
    padding: 10px 11px;
  }
  .card-employers .col-sm-6 {
    width: 50%;
  }
  .archive-header h3 {
    font-size: 32px;
    line-height: 1.2;
  }
  .card-blog-1 .tags {
    display: none;
  }
  .card-blog-1 .post-meta {
    font-size: 12px;
  }
  .card-blog-1.post-list {
    display: block;
  }
  .card-blog-1.post-list .post-thumb {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .card-blog-1.post-list .post-title {
    font-size: 18px;
  }
  .single-body blockquote {
    padding: 15px 20px;
    border-radius: 5px;
    margin: 15px auto;
    font-size: 18px;
    max-width: 100%;
  }
  .single-body blockquote p {
    font-size: 18px;
    line-height: 1.5;
  }
  .bg-banner-about {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    padding: 15px 15px 40px 15px;
  }
  .bg-banner-about .heading-lg {
    font-size: 32px;
    line-height: 1.2;
  }
  .banner-about::before {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
  }
  .section-title-large {
    font-size: 38px;
  }
}

@media (min-width: 1400px) {
  .container.wide {
    max-width: 1544px;
  }
  
  div.partners{
    padding-top: 0px;
    width: 74% !important;
  }
  
  .col-7-5{
        width: 64.5% !important;
  }
}

/*OTHER SCREEN MAX*/
@media (min-width: 1230px) {
    
    .mt-onlyonmobile-20{
        margin-top:0px;
    }
    
    .play-video-element{
        height: 400px;
    }
    
    .half-group{
        width: 60%;
    }
    
    .btn-normal.small.text-btn-auto{
        font-size: 15px !important;
    }
    
    .text-btn-auto{
        font-size: 15px !important;
    }
    
    .card-candidate.only-candidate{
        width: 22% !important;
    }
    
    .closeable-result{
        margin-right: 15px !important;
    }
    
    .group-heading{
        background: var(--input-background-color);
    margin-top: -36px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--global-text-color);
    font-weight: 800;
    display: table;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid var(--bs-input);
    border-left: 1px solid var(--bs-input);
    border-right: 1px solid var(--bs-input);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
    
    
    .logo-page.bigger{
        height: 60px !important;
    }
    
    .search-pt{
        padding: 4px 8px;
        border: 0.5px solid #d0d0d0;
        margin-right: 15px;
        border-radius: 3px;
    }
    
    .col-7-5{
        width: 62.5% !important;
    }
    
    .modal-dialog{
        max-width: 800px !important;
    }
    
    .show-only-mobile{
        display:none;
    }
    
    .prof-text{
        display: inline-block;
        vertical-align: baseline;
        margin-left: -13px;
        line-height: 1.2;
        font-size: 13px;
    }

    .logo-page{
        height:30px;
    }
    
    div.partners{
        padding-top: 0px;
        width: 70%;
    }
    
    .logo-page-footer{
        height: 30px !important;
        width: 250px;
    }
    
    .block-signin .btn{
        font-size: 15px;
        padding: 11px 18px;
    }

    .burger-icon {
        position: absolute;
        width: 24px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        top: 30px;
        right: 27px;
        z-index: 999999;
      }
    
    .header {
      padding: 15px 0;
      float: left;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      background: #fff;
    }
    
    .title-header h3{
        font-size: 44px;
    }
    
    .box-head-single .container .our {
        color: #434343;
        font-size: 18px;
        font-weight: 500;
        line-height: 155%;
        margin-bottom: 8px;
        margin-top: 18px !important;
        text-align: center;
    }
    
  .header-right {
    margin-right: 0rem;
  }
  
  div.kjxaQJ{
    margin: 10px;
    margin-bottom: 75px !important;
  }

  div.Window__WindowComponent-sc-1wwhwms-1{
        margin-bottom: 136px;
  }
  
  
  .box-sign {
        width: 100%;
        max-width: 900px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
 }
 
 .box-sign-up {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
        padding: 28px;
        margin-left: auto;
        margin-right: auto;
 }
 
 .box-sign h2{
    font-size: 25px;
    line-height: 30px;
 }
 
  .box-sign-up h2{
    font-size: 25px;
    line-height: 30px;
 }
}


/*OTHER SCREEN*/
@media screen and (min-width: 1400px){
    
   .width-6{
        width: 6% !important;
        padding-right: 0px !important;
    }
    
  .header-right {
    margin-right: 2rem;
  }
  
  .block-signin .btn{
        font-size: 15px;
        padding: 11px 18px;
  }
}


.tags-btn{
    display: block;
    height: 32px;
    align-self: center;
    overflow-y: hidden;
}

.tags-toppadding{
    margin-top: 0px;
}

.dropdown-upper{
    overflow-y: hidden !important;
}

.dropdown-hover:hover .dropdown-menu {
  display: block;
}

.option-page{
    font-size: 13px;
    padding: 1px 12px;
}

.show-more-link {
  color: blue;
  cursor: pointer;
  display: inline-block;
}

.hidded.show-more {
  display:block;
}

.hidded{
    display:none !important;
}

.force-hidded{
    display:none !important;
}

/** MOBILE **/

@media (max-width: 600px) {
    
    .mt-onlyonmobile-20{
        margin-top:20px;
    }
    
    .play-video-element{
        height: 400px;
    }
    
    .half-group{
        width: 100%;
    }
    
    .normal-layout{
        margin-left: 0%;
    }
    
    .btn-normal.small.text-btn-auto{
        font-size: 11px !important;
    }
    
    .text-btn-auto{
        font-size: 11px !important;
    }
    
    .col-5.company-info{
        padding-left: 0px !important;
    }
    
    .col-2.for-button{
        padding-left: 5px !important;
    }
    
    .card-candidate.only-candidate{
        width: 92% !important;
    }
    
    .body-parent {
        width: 83% !important;
    }
    
    .small-card-job .tags-job{
        white-space: nowrap;
    }
    
    .list-recent-jobs .card-job{
        width: 100% !important;
    }
    
    div.scrollable-status > * {
        width: 75.5% !important;
    }
    
    .body-on-ds{
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .closeable-result{
        margin-right: 5px !important;
    }
    
    .permissions{
        display:none !important;
    }
    
    .div-parent-btn{
        padding-left: 0px !important;
        margin-top: 15px !important;
    }
    
    .logo-box {
        margin: 14px auto !important;
    }
    
    span.head{
        font-size: 13px !important;
        font-weight: 700 !important;
    }
    
    
    
    .alert {
        width: 100%;
        padding: 7px 12px !important;
        border-radius: 4px;
        border-style: solid;
        border-width: 1px;
        margin-bottom: 6px !important;
        font-size: 11px !important;
    }
    
    .mt-mobile-20{
        margin-top: 20px !important;
    }
    
    .limit-chars-mobile{
        height: 40px;
        overflow-y: hidden;
       
    }
    
    .group-heading{
    background: var(--input-background-color);
    text-align: center;
    margin-top: -36px;
    text-transform: uppercase;
    font-size: 12px;
    color: var(--global-text-color);
    font-weight: 800;
    display: table;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid var(--bs-input);
    border-left: 1px solid var(--bs-input);
    border-right: 1px solid var(--bs-input);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
    
    .search-pt{
        padding: 2px 4px;
        border: 0.5px solid #d0d0d0;
        margin-right: 15px;
        border-radius: 3px;
    }
    
    .col-7-5{
        width: 60.5% !important;
    }
    
    .dash-top-card{
        text-overflow: ellipsis;
        overflow-x: hidden;
    }
    
    .tag-dash{
        display: block !important; 
    }
    
    .dshboard-header .company-logo{
        width: 29px !important;
        height: 29px !important;
    }
    
    .dshboard-header .burger-icon{
        top: 14.5px !important;
        right: 15px;
    }
    
    .modal-dialog{
        max-width: 500px !important;
    }
    
    .container-logn.right-panel-active .sign-up-container{
    transform: none !important;
    }
    
    .container-logn{
        min-height: 530px !important;
    }
    
    .show-only-mobile{
        display: block !important;
    }
    
    .full-width-on-mobile{
        width: 100% !important;
    }
    
    .prof-text{
        display: inline-block;
        vertical-align: baseline;
        margin-left: -10px;
        margin-top: 5px;
        line-height: 1.1;
        font-size: 13px;
    }
    
    .sortb{
        align-self: end;
    }
    
    div.partners{
        width: 100% !important;
    }
    
    .tot-rows-on{
        align-self: baseline;
    }
    
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .hidden-on-mobile{
        display: none !important;
    }
    
    .mt-mobile-15{
        margin-top: 15px !important;
    }
    
    .mt-mobile-10{
        margin-top: 10px !important;
    }
    
    .burger-icon {
        position: absolute;
        width: 24px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        top: 15px;
        right: 13px;
        z-index: 999999;
    }
    
    .logo-page.dash{
        height: 18px !important;
        width: 150px;
    }
    
    .header {
      padding: 10px 0;
      float: left;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      background: #fff;
    }
    
    .title-header h3{
        font-size: 18px;
    }
    
    .f-22{
        font-size: 16px !important;
    }
    
    .box-head-single h3{
        margin-bottom: 0px !important;
    }
    
    .box-head-single .container .our {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 0px;
    }
    
    .logo-page.bigger{
        height: 30px !important;
    }
    
    .img-pc .company-logo{
        height:36px !important;
        width: 36px !important;
    }
    
    .logo-page{
        height:28px !important;
    }
    
    .logo-page-footer{
        height: 30px !important;
        width: 250px;
    }
    
    .block-signin .btn{
        font-size: 12px;
        padding: 8px 15px;
    }
    
    .clear-button{
        font-size:24px;
    }
    
    .box-s-earch .btn {
       font-family: "Inter", sans-serif;
       border-radius: 6px;
       padding: 10px 18px;
       font-size: 15px;
       line-height: 1;
       -webkit-transition: 0.2s;
       transition: 0.2s;
   }
    
  .tags-btn {
    height: 35px !important;
    overflow-y: hidden;
    overflow-x: hidden;
    margin-bottom: 5px;
  }
  .tags-toppadding{
    margin-top: 3px;
    margin-left: 0px !important;
   }
   
   .tags-toppadding.first{
    margin-top: 3px;
    margin-left: 0px !important;
   }
   
  .hover-up:hover .hover-btn{
      display: none;
    }

  .hover-btn{
        display: none;
    }
    
  .preview-sticky .list-recent-jobs .card-job-preview{
        display: none;
    }
    
  .preview-sticky .list-recent-jobs .button-submit{
        width: 100%;
        padding-bottom: 12px;
        padding-top: 12px;
        padding-right: 5px;
        padding-left: 5px;
    }
    
  .preview-sticky .button-submit .btn{
        font-size: 18px;
    }
    
  .box-sign {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        padding: 18px;
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
  }
  
  .box-sign h2{
    font-size: 18px;
    line-height: 24px;
    }
    
  .box-sign-up {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        padding: 18px;
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
  }
  
  .box-sign-up h2{
    font-size: 18px;
    line-height: 24px;
    }
    
  div.kjxaQJ{
        margin-bottom: 100px;
        margin-right: 0px !important;
    }

  div.Window__WindowComponent-sc-1wwhwms-1{
        margin-bottom: 166px;
    }
    
  
}

/** TABLET **/

@media (min-width: 601px) and (max-width: 990px) {
    
    .mt-onlyonmobile-20{
        margin-top:20px;
    }
    
    .play-video-element{
        height: 400px;
    }
    
    .half-group{
        width: 100%;
    }
    
    .btn-normal.small.text-btn-auto{
        font-size: 13px !important;
    }
    
    .text-btn-auto{
        font-size: 13px !important;
    }
    
    .card-candidate.only-candidate{
        width: 22% !important;
    }
    
    .closeable-result{
        margin-right: 5px !important;
    }
    
    .permissions{
        display:none !important;
    }
    
    .div-parent-btn{
        padding-left: 0px !important;
        margin-top: 15px !important;
    }
    
    .width-6{
        padding-right: 0px !important;
    }
    
    .group-heading{
        background: var(--input-background-color);
    margin-top: -36px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--global-text-color);
    font-weight: 800;
    display: table;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid var(--bs-input);
    border-left: 1px solid var(--bs-input);
    border-right: 1px solid var(--bs-input);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
    
    .logo-page.bigger{
        height: 30px !important;
    }
    
    .box-s-earch .ts-control {
        padding: 2px 4px !important;
    }
    
    .search-pt{
        padding: 2px 4px;
        border: 0.5px solid #d0d0d0;
        border-radius: 3px;
        margin-right: 6px !important;
    }
    
    .box-shadow-bdrd-8{
        padding: 4px !important;
    }
    
    .col-7-5{
        width: 60.5% !important;
    }
    
    .show-only-mobile{
        display:none;
    }
    
    .dash-top-card{
        text-overflow: ellipsis;
        overflow-x: hidden;
    }
    
    .tag-dash{
        display: block !important; 
    }
    
    .dshboard-header .company-logo{
        width: 35px !important;
        height: 35px !important;
    }
    
    .dshboard-header .burger-icon{
        top: 17px !important;
        right: 15px;
    }
    
    .prof-text{
        display: inline-block;
        vertical-align: baseline;
        margin-left: -10px;
        margin-top: 5px;
        line-height: 1.1;
        font-size: 13px;
    }
    
    .sortb{
        align-self: end;
    }
    
    div.partners{
        width: 100% !important;
    }
    
    .tot-rows-on{
        align-self: baseline;
    }
    
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .tel-header{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .hidden-on-tablet{
        display: none !important;
    }
    
    .header-right {
        padding-right: 25px !important;
    }
    
    .mt-mobile-15{
        margin-top: 15px !important;
    }
    
    .mt-mobile-10{
        margin-top: 10px !important;
    }
    
    .burger-icon {
        position: absolute;
        width: 24px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        top: 20px;
        right: 20px;
        z-index: 999999;
    }
    
    
    .header {
      padding: 10px 0;
      float: left;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      background: #fff;
    }
    
    .title-header h3{
        font-size: 18px;
    }
    
    .f-22{
        font-size: 16px !important;
    }
    
    .box-head-single h3{
        margin-bottom: 0px !important;
    }
    
    .box-head-single .container .our {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 10px;
    }
    
    .logo-page{
        height: 30px !important;
        width: 200px;
    }
    
    .logo-page-footer{
        height: 50px !important;
        width: auto;
    }
    
    .block-signin .btn{
        font-size: 12px;
        padding: 8px 15px;
    }
    
    .clear-button{
        font-size:24px;
    }
    
    .box-s-earch .btn {
       font-family: "Inter", sans-serif;
       border-radius: 6px;
       padding: 10px 18px;
       font-size: 15px;
       line-height: 1;
       -webkit-transition: 0.2s;
       transition: 0.2s;
   }
    
  .tags-btn {
    display: contents;
  }
  .tags-toppadding{
    margin-top: 3px;
    margin-left: 5px !important;
   }
   
   .tags-toppadding.first{
    margin-top: 3px;
    margin-left: 10px !important;
   }
   
  .hover-up:hover .hover-btn{
      display: none;
    }

  .hover-btn{
        display: none;
    }
    
  .preview-sticky .list-recent-jobs .card-job-preview{
        display: none;
    }
    
  .preview-sticky .list-recent-jobs .button-submit{
        width: 100%;
        padding-bottom: 12px;
        padding-top: 12px;
        padding-right: 5px;
        padding-left: 5px;
    }
    
  .preview-sticky .button-submit .btn{
        font-size: 18px;
    }
    
  .box-sign {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        padding: 18px;
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
  }
  
  .box-sign h2{
    font-size: 18px;
    line-height: 24px;
    }
    
  .box-sign-up {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        padding: 18px;
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
  }
  
  .box-sign-up h2{
    font-size: 18px;
    line-height: 24px;
    }
    
  div.kjxaQJ{
        margin-bottom: 100px;
        margin-right: 0px !important;
    }

  div.Window__WindowComponent-sc-1wwhwms-1{
        margin-bottom: 166px;
    }
    
  
}


/** MINOR MONITOR **/

@media (min-width: 991px) and (max-width: 1230px) {
    
    .mt-onlyonmobile-20{
        margin-top:0px;
    }
    
    .play-video-element{
        height: 400px;
    }
    
    .half-group{
        width: 80%;
    }
    
    .btn-normal.small.text-btn-auto{
        font-size: 14px !important;
    }
    
    .card-candidate.only-candidate{
        width: 22% !important;
    }
    
    .closeable-result{
        margin-right: 5px !important;
    }
    
    .permissions{
        display:none !important;
    }
    
    .group-heading{
        background: var(--input-background-color);
    margin-top: -36px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--global-text-color);
    font-weight: 800;
    display: table;
    padding-left: 7px;
    padding-right: 7px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 1px solid var(--bs-input);
    border-left: 1px solid var(--bs-input);
    border-right: 1px solid var(--bs-input);
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
    
    .logo-page.bigger{
        height: 40px !important;
    }
    
    .box-s-earch .ts-control {
        padding: 2px 4px !important;
    }
    
    .search-pt{
        padding: 2px 4px;
        border: 0.5px solid #d0d0d0;
        border-radius: 3px;
        margin-right: 6px !important;
    }
    
    .box-shadow-bdrd-8{
        padding: 4px !important;
    }
    
    .col-7-5{
        width: 60.5% !important;
    }
    
    .show-only-mobile{
        display:none;
    }
    
    .dash-top-card{
        text-overflow: ellipsis;
        overflow-x: hidden;
    }
    
    .tag-dash{
        display: block !important; 
    }
    
    .dshboard-header .company-logo{
        width: 35px !important;
        height: 35px !important;
    }
    
    .dshboard-header .burger-icon{
        top: 17px !important;
        right: 15px;
    }
    
    .prof-text{
        display: inline-block;
        vertical-align: baseline;
        margin-left: -10px;
        margin-top: 5px;
        line-height: 1.1;
        font-size: 13px;
    }
    
    .sortb{
        align-self: end;
    }
    
    div.partners{
        width: 100% !important;
    }
    
    .tot-rows-on{
        align-self: baseline;
    }
    
    h3 {
        font-size: 30px;
        line-height: 40px;
    }
    
    .tel-header{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .hidden-on-tablet{
        display: none !important;
    }
    
    .header-right {
        padding-right: 25px !important;
    }
    
    .mt-mobile-15{
        margin-top: 15px !important;
    }
    
    .mt-mobile-10{
        margin-top: 10px !important;
    }
    
    .burger-icon {
        position: absolute;
        width: 24px;
        height: 20px;
        cursor: pointer;
        -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
        top: 20px;
        right: 20px;
        z-index: 999999;
    }
    
    
    .header {
      padding: 10px 0;
      float: left;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 999;
      background: #fff;
    }
    
    .title-header h3{
        font-size: 18px;
    }
    
    .f-22{
        font-size: 16px !important;
    }
    
    .box-head-single .container .our {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 12px;
    }
    
    .logo-page{
        height: 23px !important;
        width: 200px;
    }
    
    .logo-page-footer{
        height: 30px !important;
        width: 250px;
    }
    
    .block-signin .btn{
        font-size: 12px;
        padding: 8px 15px;
    }
    
    .clear-button{
        font-size:24px;
    }
    
    .box-s-earch .btn {
       font-family: "Inter", sans-serif;
       border-radius: 6px;
       padding: 10px 18px;
       font-size: 15px;
       line-height: 1;
       -webkit-transition: 0.2s;
       transition: 0.2s;
   }
    
  .tags-btn {
    display: contents;
  }
  .tags-toppadding{
    margin-top: 3px;
    margin-left: 5px !important;
   }
   
   .tags-toppadding.first{
    margin-top: 3px;
    margin-left: 10px !important;
   }
   
  .hover-up:hover .hover-btn{
      display: none;
    }

  .hover-btn{
        display: none;
    }
    
  .preview-sticky .list-recent-jobs .card-job-preview{
        display: none;
    }
    
  .preview-sticky .list-recent-jobs .button-submit{
        width: 100%;
        padding-bottom: 12px;
        padding-top: 12px;
        padding-right: 5px;
        padding-left: 5px;
    }
    
  .preview-sticky .button-submit .btn{
        font-size: 18px;
    }
    
  .box-sign {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        padding: 18px;
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
  }
  
  .box-sign h2{
    font-size: 18px;
    line-height: 24px;
    }
    
   .box-sign-up {
        width: 100%;
        max-width: 450px;
        border-radius: 12px;
        background: var(--input-background-color);
        border: 1px solid var(--bs-input);
        padding: 18px;
        display: table;
        text-align: center;
        margin-top: 60px;
        margin-bottom: 20px;
  }
  
  .box-sign-up h2{
    font-size: 18px;
    line-height: 24px;
    }
    
  div.kjxaQJ{
        margin-bottom: 100px;
        margin-right: 0px !important;
    }

  div.Window__WindowComponent-sc-1wwhwms-1{
        margin-bottom: 166px;
    }
    
  
}

.title-header{
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    position: relative;
    display: flex;
    flex-direction: column;
}

.title-header h3{
    text-align: center;
}

.logo-back{
    color: #fff;
    position: absolute;
    z-index: -1;
    height: 160px;
}

span.head{
    font-weight: 600;
    color: var(--global-text-color);
    display: block;
    margin-bottom: 0;
    margin-top: 25px;
    text-transform: uppercase;
    font-size: 16px;
}

span.head.smalled{
    font-size: 14px;
    margin-top: 0px !important;
    font-weight: 600;
}

span.info{
    vertical-align: middle;
    font-size: 11px;
    margin-left: 5px;
    color: #888;
    display: inline-block;
    margin-top: 8px;
}

span.info-value{
    vertical-align: middle;
    font-size: 13px;
    margin-left: 5px;
    color: #6c6c6c;
    display: inline-block;
    margin-top: 8px;
}

select.select_primary_tag{
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 7px;
    font-size: 16px;
    margin-top: 10px !important;
    margin-bottom: 10px;
    width: calc(100% - 28px);
}

input.input_forms{
    padding: 15px;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 5px;
    width: calc(100% - 28px);
}


span.select2-container{
    margin:0px;
}

span.select2-container--open .select2-dropdown--below{
    margin-top:0px;
}

div.group{
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    background: var(--input-background-color);
    border: 1px solid var(--bs-input);
    border-radius: 6px;
    padding: 25px;
    margin-left: 17px;
    margin-right: 17px;
    margin-bottom: 17px;
    margin-top: 25px;
    position: relative;
    border: none;
    box-shadow: 0 0 0 1px var(--bs-input),0 2px 4px 0 rgb(0 0 0/7%),0 1px 1.5px 0 rgb(0 0 0/5%)!important;
}


.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.logo-box{
    cursor: pointer;
    border: 1px solid var(--bs-input);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background: var(--input-background-color);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 14px;
    position: relative;
}

.logo-box input{
    cursor: pointer;
    appearance: none;
    width: 100%;
    height: 100%;
    font-size: 24px;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.logo-box p{
    position: absolute;
    text-align: center;
    display: block;
    background: #5234E2;
    border-radius: 6px;
    opacity: .9;
    padding: 5px;
    margin: 0;
    width: 80%;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.tel-header{
    font-size: 12px;
    border: 1px solid;
    padding: 2px 8px;
    margin-right: 8px;
    border-radius: 3px;
}

.fa-solid.fa-phone{
    color: #5234E2;
    margin-right: 5px;
}

.search-bar-st{
    box-shadow: 0px 7px 6px 3px rgb(0 0 0 / 4%) !important;
    border-radius: 28px !important;
}

.search-bar-st .ts-control{
    border-radius: 6px !important;
}

.title-header h3{
    font-weight: 500;
}

.chg{
    text-decoration:underline;
}

.grouped-avatars{
    height: 45px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.colored{
    color: #5234E2;
}

.colored.f-22{
    color: #5234E2;
    font-size: 22px;
}

.colored .f-22{
    font-size: 22px;
}

.colored.bolded{
    color: #5234E2;
    font-weight: bold;
}

.parent-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

select.select-background {
    padding: 7px;
    border: 1px solid var(--bs-input);
    border-radius: 6px;
    margin: 14px;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 14px;
    background: var(--global-background-color);
    width: calc(100% - 28px);
    box-shadow: 0 0 0 1px var(--bs-input),0 2px 4px 0 rgb(0 0 0/7%),0 1px 1.5px 0 rgb(0 0 0/5%);
}

.benefits_container div{
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 7px;
    padding-left: 14px;
    padding-right: 14px;
    filter: saturate(0);
    opacity: .75;
    cursor: pointer;
    background: var(--global-background-color);
    border: 1px solid var(--bs-input);
    margin: 3.5px;
    border-radius: 12px;
}

.benefits_container div:active{
        opacity: .75;
}

.benefits_container div.selected, .benefits_container div:hover{
    filter: none;
    background: #5234E2;
    color: #fff;
}

.benefits_container div:hover{
 opacity: 0.6;   
}


div.box-shadow-bdrd-15{
    background-color: #fff;
}
.btn .dropdown-toggle span, i{
    color: #434343;
}

.title-header h3{
    color:#434343;
}

input[type=checkbox]{
    width: 25px;
    height: 25px;
    font-size: 1em;
    background: var(--input-background-color);
    border-radius: 6px;
    border: 1px solid var(--bs-input);
    outline: none;
    margin-right: 10px;
    vertical-align: middle;
}

.group p{
    padding-left: 14px;
    padding-right: 14px;
}

.p_pay_later{
    margin-top: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.p_pay_later span{
    font-size: 16px;
}

input.honeypot{
    display: none!important;
}

div.group p.top-text{
    margin: 14px;
    padding: 14px;
    line-height: 2;
    text-align: center;
}

.div.group.group-preview .table_wrapper{
    box-shadow: inset 3px 3px 14px rgba(0,0,0,.1);
    padding: 14px;
    margin: 14px;
    border-radius: 6px;
    border: 1px solid var(--bs-input);
    position: relative;
    overflow: hidden;
}

div.group.group-preview .table_wrapper .watermark{
    font-size: 170px;
    color: #5234E2;
    transform: rotate(-28deg) translateX(-50%) translateY(-50%);
    position: absolute;
    z-index: 1;
    left: 52%;
    top: 10%;
    font-weight: 800;
    opacity: .05;
}

.card-job-top .card-job-top--image img{
    height: 40px;
    width: 40px;
    max-width: 40px;
    object-fit: contain;
}



.card-job-top--image figure {
  display: flex; /* Establece el elemento figure como un flex container */
  justify-content: center; /* Centra el contenido horizontalmente */
  align-items: center; /* Centra el contenido verticalmente */
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.badge{
    width: auto;
    align-self: center;
    text-transform: uppercase;
    background: #ff4742;
    color: var(--global-background-color);
    padding: 3.5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 12px;
    font-size: 8px;
    font-weight: 800;
    vertical-align: middle;
    margin-top: -2px;
    z-index: 99;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    line-height: 1;
    animation: tada-anim 3s ease-in-out infinite;
}

.today-badge{
    width: auto;
    align-self: center;
    text-transform: uppercase;
    background: #3262f7;
    color: var(--global-background-color);
    padding: 3.5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 12px;
    font-size: 8px;
    font-weight: 800;
    vertical-align: middle;
    margin-top: -2px;
    z-index: 99;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    line-height: 1;
    animation: pulse 5s ease-in-out infinite;
}

.no-wrap{
    flex-flow: nowrap;
}

.badge-custom{
  display: inline-block;
  padding: 5px 8px;
  border-radius: 50px;
  background-color: red;
  color: white;
  font-weight: bold;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 12px;
  position: absolute;
  z-index: 99;
  right: 0;
  top: 0;
}


@keyframes tada-anim {
  0% { transform: scale(1); }
  10%, 20% { transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% { transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% { transform: scale(1.1) rotate(-3deg); }
  100% { transform: scale(1) rotate(0); }
}

.preview-sticky{
    border-top: 1px solid var(--bs-input);
    background: var(--input-background-color);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 28px;
    padding: 24.5px;
    padding: 16.5px;
    z-index: 10;
}

div.preview-sticky .list-recent-jobs{
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.preview-sticky .list-recent-jobs .card-job{
    margin-bottom: 0px;
    width: 67%;
}

.button-submit{
    border-width: 0px;
    background-color: white;
    width: 33%;
    padding-bottom: 22px;
    padding-top: 22px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
}

.button-submit .btn{
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 24px;
}

div.empty-margin{
   margin-top: 300px; 
}

input.ts-hidden-accessible{
    clip: rect(0 0 0 0)!important;
    border: 0!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    white-space: nowrap!important;
    width: 1px!important;
}

.ts-wrapper.multi.has-items .ts-control{
    flex-wrap: nowrap;
}

.ts-control > div{
    flex: none;
}

.ts-dropdown{
    font-size: 15px !important;
}

.ts-dropdown .optgroup-header{
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #303030;
    background: var(--global-background-color);
}

/*# sourceMappingURL=main.css.map */

/* emails */

html.catch-emails-enabled .catch-emails{
    display: block;
    z-index: 1000;
}

.catch-emails input:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(50, 98, 247, 1),0 2px 4px 0 rgb(0 0 0/7%),0 1px 1.5px 0 rgb(0 0 0/5%)!important;
}

.catch-emails{
    padding: 7px;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
    background: var(--input-background-color);
    font-weight: 800;
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
    z-index: 1;
    border-top: 1px solid var(--bs-input);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    margin: 0;
    z-index: 10000;
    padding-bottom: max(0.75rem,env(safe-area-inset-bottom));
}

.catch-emails input{
    padding: 9px;
    background: var(--global-background-color);
    border-radius: 12px;
    font-weight: 700;
    width: 12em;
    position: relative;
    top: 1px;
    box-shadow: none;
    appearance: none;
    border: 1px solid var(--bs-input);
    border-radius: 6px;
    margin: 14px;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 14px;
    background: var(--input-background-color);
    border: none;
    box-shadow: 0 0 0 1px var(--bs-input),0 2px 4px 0 rgb(0 0 0/7%),0 1px 1.5px 0 rgb(0 0 0/5%);
    color: var(--global-text-color);
}

.action-close-catch-emails{
    font-size: 21px;
    float: right;
    cursor: pointer;
    top: 16px;
    z-index: 10;
    border-radius: 12px;
    line-height: .75;
    padding: 7px;
    position: relative;
}

.catch-emails p{
    font-weight: 400;
    vertical-align: middle;
    display: inline-block;
    margin: 0;
}

.catch-emails .button-subsc {
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #5234E2;
    color: #fff;
    padding: .5em;
    border-radius: 12px;
    border: 2px solid #5234E2;
    cursor: pointer;
    font-weight: 800;
    display: inline-block;
}

.button-subsc:hover {
    background: 0 0;
    color: #5234E2;
}

.action-close-catch-emails:hover {
    background: var(--input-hover-color);
}
span.verified {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75em;
    background: #36e67f;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 1.5px;
    padding-left: 4px;
    padding-right: 15px;
    width: auto !important;
}

span.verified.nobg{
    color:black;
    background:none;
}

span.verified-nobg {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75em;
    border-radius: 3px;
    color: #000;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 1.5px;
    padding-left: 0px;
    padding-right: 15px;
    width: auto !important;
}

span.verified-nobg.not-verified{
    color: #5c5c5c !important;
}

.negative-margin-4{
    margin-top: -4px;
}

.negative-margin-header{
    margin-left: -13px !important;
}

.negative-margin-4.premium-mg{
    margin-top: -4px;
    margin-left: -20px !important;
}

.negative-margin-header.premium-mg{
    margin-left: -13px !important;
}

span.verified.large {
    font-size: 16px;
    padding: 0px;
    padding-right: 10px;
    width: 135px !important;
    text-align: center;
    height: 40px;
    line-height: 2.5;
}

div.premium-job-offer{
    box-shadow: 3px 2px 3px 0px #00000026;
    background-color: #5234E2 !important;
}

div.premium-job-offer .card-job-top--info-heading a
{
    color: #fff !important;
}

div.premium-job-offer .hsei
{
    color: #fff !important;
}

div.premium-job-offer .card-job-top--info .verified-nobg{
    color: #fff !important;
}

div.premium-job-offer .btn.btn-default{
    color: #5234E2;
    background-color: #ffffff;
}

div.premium-job-offer .background-blue-light {
    background-color: #172D5F;
    color: #ffffff !important;
}

img.company-logo{
    padding: 4px;
    border-radius: 100%;
    border: 2px solid var(--bs-input);
    box-shadow: 1px 2px 4px rgba(0,0,0,.03);
    background-color: white;
}

img.company-logo-premium{
    background-color: white;
    padding: 4px;
    border-radius: 100%;
    border: 2px solid #83fcbb66;
    box-shadow: 2px 4px 6px 0px #83fcbb66;
}

.dropdown-menu.show{
    max-height: 250px;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 999;
}

/** TALENT! **/


.box-sign input {
    margin-top: 12px;
    margin-left:0;
    margin-right:0;
    width:100%;
}

.box-sign-up input {
    margin-top: 12px;
    margin-left:0;
    margin-right:0;
    width:100%;
}

.box-sign button.action-sign-up{
    width:100%;
    margin-top:7px;
}

.box-sign .underliying{
    font-weight:bold;
    text-decoration:underline;
}

.box-sign .creating-terms{
    font-size:12px;
    margin-top:14px;
}

.box-sign-up button.action-sign-up{
    width:100%;
    margin-top:7px;
}

.box-sign-up .underliying{
    font-weight:bold;
    text-decoration:underline;
}

.box-sign-up .creating-terms{
    font-size:12px;
    margin-top:14px;
}

.box-container-sign{
    background-color: #fff;
}

.job-tags.spacing-job{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

/** new preview features **/

.list-recent-jobs .card-job-preview {
    width: 67%;
}

.list-recent-jobs .card-job-preview:hover {
  -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(151, 119, 250, 0.5);
}

.list-recent-jobs .card-job-preview .card-job-description {
  color: #727272;
  display: inline-block;
  width: 100%;
}

.list-recent-jobs .card-job-preview .card-job-top--image {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-job-top{
  display: flex;
  align-items: center;
}


.list-recent-jobs .card-job-preview .card-job-top--info {
  display: block;
  padding-left: 25px;
}

.list-recent-jobs .card-job-preview .card-job-top--info-heading {
  font-weight: bold;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  padding-top: 2px;
  margin-bottom: 1px;
  width: auto !important;
}

.list-recent-jobs .card-job-preview .card-job-top--info-heading a {
  color: #1f2938;
}

.list-recent-jobs .card-job-preview .card-job-top--info-heading:hover a {
  color: #5234E2;
}

.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--company {
  color: #1f2938;
  font-size: 10px;
  padding-left: 0px !important;
}

.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--location,
.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--type-job,
.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--post-time {
  color: #88929b;
  font-size: 10px;
  display: inline-block;
  padding-right: 15px;
}

.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--location i,
.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--type-job i,
.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--post-time i,
.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--price i
{
  float: left;
  margin: 2px 3px 0px 0px;
}

.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--price {
  color: #5234E2;
  font-family: "Inter", sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding-right: 15px;
}

.list-recent-jobs .card-job-preview .card-job-top--info .card-job-top--price span {
  font-size: 12px;
  color: #434343;
  font-weight: 400;
}

.list-recent-jobs .card-job-preview .card-job-bottom .btn-urgent {
  background-color: #ffcfc5;
  border-radius: 6px;
  padding: 5px 15px;
  color: #434343;
  font-size: 14px;
}

.list-recent-jobs .card-job-preview .card-job-bottom .row .sticky-tags .btn-small {
    font-size: 12px;
}

.card-job-bottom a.btn {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.card-job-bottom a.btn:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.card-job-bottom a.color-muted:hover {
  color: #5234E2 !important;
}

span.error{
    display: none;
    font-size: 12px;
    margin-right: 25px;
    margin-left: 10px;
    color: #ff2e2e;
    font-weight: bold;
    text-align: start;
}


div.width-auto{
    width: auto;
}

.partners a {
    margin-right: 30px;
}

.slick-slider .slick-track {
    display:flex;
    align-items: center;
}

span.title {
    text-align: start;
    width:100%;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
    color: #434343;
    display: inline-block;
    margin-top: 8px;
}

div.iti{
    width:100%;
}

div.swal2-html-container{
    text-align: center;
}

.bg-light-only{
    padding: 40px;
}

.bg-light-only *{
    margin-top: 30px;
}

/** new search **/

.box-s-earch{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}

.box-s-earch .select_primary_tag {
    margin-right: 15px;
}

.btn.btn-default .search-icons{
   color: #FFF;
}


i.search-icons{
 rotate: 10deg;   
}

.box-s-earch .ts-control > input{
    font-size: 15px;
    height: 35px;
}

.btn.btn-default:hover > i{
   color: #5234E2 !important;
}

.box-s-earch .ts-control{
    padding: 4px 8px;
    border: 0.5px solid #d0d0d0;
}

.clear-button{
    font-size:35px;
}

.box-shadow-bdrd-8{
    border-radius: 15px;
    -webkit-box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 20px 60px -6px rgba(0, 0, 0, 0.04);
    background-color: #ffffff;
    padding: 8px;
    border: thin solid #ececec;
}

.reset-filters-btn{
    width: auto;
}

/** new in register **/

select.select_primary_tag.full{
    width: 100%;
}

.ts-wrapper.talent-selector{
    max-width: 400px;
}

.btn.btn-linkedin fa-linkedin{
    color: #000;
}

.talent-selector .ts-control input{
    height: 30px;
    font-size: 15px;
}

.box-form-sign .list-tags-sign a{
    display: inline-block;
    padding: 4px 25px 4px 12px;
    border-radius: 10px;
    background-color: #f1f7ff;
    text-decoration: none;
    position: relative;
}

.box-form-sign .list-tags-sign a .remove-tags-job {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    font-size: 13px;
}

.hidden {
    display: none !important;
}

/** New things **/
.font-weight-bold{
    font-weight: bold;
}

.with-love{
    color: #5234E2;
    font-weight: 500;
}

.prebanner{
    display: none;
}

.grecaptcha-badge{
    display: none;
}

/** more chiquito **/
.small-card-job .btn{
    width: auto;
    margin-left: auto;
    padding: 11px 18px;
    font-size: 13.5px;
}

.small-card-job .card-job-top--company{
    font-size: 16px;
}

.small-card-job .tags-job{
    padding: 8px 14px !important;
    font-size: 13px !important;
    border-radius: 12px !important;
}

.small-card-job .verified{
    height: 25px;
    align-self: center;
}

.small-card-job.card-job{
    padding: 9px 7px !important;
}
.small-card-job .fatherdiv{
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.pretty.p-icon{
    font-size: 16px;
}

.logo-holder-center{
    display: flex;
    justify-content: center;
    align-items: center;
}


/** SIDEBAR DASH **/

.fa-2x {
font-size: 2em;
}
.fa {
position: relative;
display: table-cell;
color: #fff;
width: 60px;
height: 36px;
text-align: center;
vertical-align: middle;
font-size:20px;
}

.arrow-icon {
  display: none;
  font-size: 13px;
}

.main-menu:hover .arrow-icon {
  display: table-cell;
}

.main-menu:hover,nav.main-menu.expanded {
width:250px;
overflow:visible;
}

.subnav.expanded-in{
    display: flex !important;
    flex-direction: column!important;
    align-items: center!important;
}

.main-menu li.sub-nav-btn{
    width: 220px !important;
}

.main-menu {
background:#212121;
border-right:1px solid #e5e5e5;
position:fixed;
top:0;
bottom:0;
height:100%;
left:0;
width:60px;
overflow:hidden;
-webkit-transition:width .05s linear;
transition:width .05s linear;
-webkit-transform:translateZ(0) scale(1,1);
z-index:1000;
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
position:relative;
display:block;
width:250px;
margin-bottom: 5px;
}

.main-menu li>a {
position:relative;
display:table;
border-collapse:collapse;
border-spacing:0;
color:#999;
font-size: 14px;
text-decoration:none;
-webkit-transform:translateZ(0) scale(1,1);
-webkit-transition:all .1s linear;
transition:all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;
font-family: "Inter", sans-serif;
}

.main-menu>ul.logout {
position:absolute;
left:0;
bottom:0;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}
nav ul,nav li {
outline:0;
margin:0;
padding:0;
}
.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#5234E2;
}

.create-post{
    color:#000;
    background-color:#fff;
}

.create-post:hover>a{
    color:#afafaf !important;
    background-color:#fff !important;
}

.create-post > a{
    color:#000 !important;
}

.create-post .fa{
    color:#000;
}

.create-post .fa:hover{
    color:#afafaf !important;
}

.disabled-option > *, .disabled-option:hover >*{
    color: #afafaf !important;
    background-color: #212121 !important;
}

.disabled-option .fa, .disabled-option .fa:hover{
    color:#afafaf !important;
}

.body-on-ds{
    margin-left: 0px;
    margin-right: 0px;
}

.body-parent{
    margin-left: 65px !important;
    margin-bottom: 45px !important;
    width: 95%;
    margin-top: 40px;
}

.title-pg{
    margin-left: 15px !important;
    font-size: 38px;
}

.area {
float: left;
background: #e2e2e2;
width: 100%;
height: 100%;
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium WebLight'), local('TitilliumWeb-Light'), url("https://themes.googleusercontent.com/static/fonts/titilliumweb/v2/anMUvcNT0H1YN4FII8wpr24bNCNEoFTpS2BTjF6FB5E.woff") format('woff');
}

.header.dshboard-header{
    padding-left: 45px;
    box-shadow: 0 1px 9px rgb(0 0 0 / 20%);
}

.img-pc .company-logo{
    padding: 1px;
    width: 35px;
    height: 35px;
}

.dshboard-header .burger-icon{
    top: 25px;
}

.dshboard-nav .mobile-header-wrapper-inner .mobile-header-top{
    margin-top: 0px;
}

span.info.bigger-info{
    font-size: 12px;
    margin-top: 3px;
}

/** ALERT **/
.alert {
    width: 100%;
    padding: 20px 16px;
    border-radius: 12px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 12px;
    font-size: 13px;
}

.alert.alert-success {
  background-color: rgba(227, 253, 235, 1);
  border-color: rgba(38, 179, 3, 1);
  color: rgba(60, 118, 61, 1);
}

.alert.alert-info {
  background-color: rgba(217, 237, 247, 1);
  color: rgba(49, 112, 143, 1);
  border-color: rgba(126, 182, 193, 1);
}


.alert.alert-warning {
    background-color: #FCFFDF;
    border-color: #7B7118;
    color: rgba(138, 109, 59, 1);
    display: flex;
    align-items: flex-start;
}

.alert.alert-danger {
  background-color: rgba(248, 215, 218, 1);
  border-color: rgba(220, 53, 69, 1);
  color: rgba(114, 28, 36,1);
}

.alert.alert-warning .fa-triangle-exclamation{
    color: #7B7118;
}

.yellow-icon{
    color: rgb(169 154 46);
}

.alert .font-weight-bold{
    vertical-align: middle;
}

.label-oncheck{
    display:flex !important;
    font-weight: bold !important;
}

span.check-enabled {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 800;
    font-size: .75em;
    background: #36e67f;
    border-radius: 3px;
    color: #000;
    display: flex;
    align-items: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 4px 15px;
    width: auto !important;
}

.search-pt .search-finder{
    font-size: 15px;
    height: 35px;
    border: none !important;
    padding-left: 0px !important;
}

/** NEW CARD **/
.hsei{
  padding-right: 0px !important;
  padding-left: 0px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 250px;
}

.dropdown-upper>li>a:hover{
    color: #5234E2;
    background-color: #fff !important;
}

.dropdown-upper>li>a.active:hover{
    color: #fff !important;
    background-color: #5234E2 !important;
}

/** LOGIN NEW **/
.container-logn {
	background-color: #fff;
	position: relative;
	overflow: hidden;
	max-width: 100%;
	min-height: 480px;
}

.form-container-logn {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
}

@keyframes hide {
	0% {
		opacity: 1;
		transform: translateX(0%);
	}
	
	100% {
		opacity: 0;
		transform: translateX(100%);
		display: none;
	}
}

.container-logn.right-panel-active .sign-in-container {
	animation: hide 0.6s forwards;
}

.container-logn.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
        display: block !important;
	z-index: 5;
	animation: show 0.6s;
}


@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

.container-logn.right-panel-active .overlay-container{
	transform: translateX(-100%);
}

.overlay {
	background: linear-gradient(to right, #5234E2, #274dc1);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF !important;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.white-text-big{
    font-size: 32px !important;
    color: #FFFFFF !important;
}

.container-logn.right-panel-active .overlay {
  	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

.container-logn.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

.container-logn.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	display: none;
	z-index: 1;
        padding: 28px;
}

.fa-next-on{
    vertical-align: middle;
    font-size: 20px;
}



.btn-white-hover > span{
    vertical-align: middle;
}


.btn-white-hover:hover > .fa-arrow-hover {
  animation: buzz 0.5s linear infinite;
}

.btn.btn-default.btn-white-hover:hover{
    background-color: #fff !important;
    color: #5234E2 !important;
}

.btn.btn-default.btn-white-hover{
    background-color: #fff !important;
    color: #000 !important;
    font-weight: bold;
}

@keyframes buzz {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-2px);
  }
  50% {
    transform: translateX(0);
  }
  75% {
    transform: translateX(2px);
  }
  100% {
    transform: translateX(0);
  }
}

.sign-in-container {
	left: 0;
	width: 50%;
        display: block;
	z-index: 1;
        padding: 28px;
}

.btn.btn-hover-up:hover {
    background: 0 0;
    color: #5234E2;
    border: 2px solid #5234E2;
    border-radius: 12px;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

/** BANNER INTERNSHIP **/
.card-job.card-banner-intership{
    background-color: #434343 !important;
}

.btn.btn-default.btn-apply-internship{
    color: #000 !important;
    background-color: #ffffff !important;
    font-weight: bold;
}

.list-recent-jobs .card-banner-intership .card-job-top--info-heading a {
    color: #fff !important;
}

.list-recent-jobs .card-banner-intership .card-job-top--info .card-job-top--company {
    color: #fff !important;
}

.heighto-35{
    height: 35px !important;
}

.list-recent-jobs .card-banner-intership .card-job-top--info .card-job-top--company.text-internship{
    font-size: 15px !important;
    font-weight: 400 !important;
}


.btn.btn-default.btn-apply-internship:hover {
  background: 0 0;
  color: #5234E2;
  border: 2px solid #fff;
  border-radius: 6px;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.card-banner-intership img.company-logo{
    border-radius: 30% !important;
}


.opacity-medium{
    opacity: 0.5 !important;
}

.height-0{
    height: 0 ! important;
}

.scroll-y-hidden{
    overflow-y: hidden !important;
}

.delete-item:hover {
  color: red !important;
  background-color: #ffe6e6 !important;
  transition: background-color 0.5s ease !important;
}

.badge-unpublished {
    width: auto;
    align-self: center;
    text-transform: uppercase;
    background: #626262;
    color: var(--global-background-color);
    padding: 3.5px;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 12px;
    font-size: 8px;
    z-index: 99;
    font-weight: 800;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 4px;
    margin-right: 4px;
    display: inline-block;
    line-height: 1;
}

.scnd-part{
    display: none;
}

.fa-pen-to-square{
    margin: 0px !important;
}

.btn-edit{
    align-self: center;
    font-size: 20px;
}

.btn-edit > *:hover{
    color:#5234E2;
}

.btn-edit .mouse{
    cursor:pointer;
    font-size: 22px !important;
}

.logo-box.profile{
    border-radius: 50% !important;
    height: 130px !important;
    width: 130px !important;
    margin: 0px !important;
    overflow: hidden;
}

.logo-box.profile p {
    position: absolute;
    text-align: center;
    display:none;
    background: #5234E2;
    border-radius: 6px;
    opacity: .9;
    padding: 5px;
    margin: 0;
    color: #fff;
    left: 50%; /* ajusta la posición para que esté en el centro */
    top: 50%;
    transform: translate(-50%, -50%); /* centra el contenido */
}

.logo-box.profile input{
    display:none;
}

.logo-box.profile:hover > *{
    display: block;
}


.font-size-15{
    font-size: 15px !important;
}

.form-sm{
    padding: 8px !important;
    height: 45px !important;
}

.swal2-styled.swal2-confirm{
    background-color: #5234E2 !important;
}

.content-single h1{
    font-size:36px;
}

.content-single h2{
    font-size:32px;
}

.content-single h3{
    font-size:28px;
}

.content-single h4{
    font-size:24px;
}

.content-single h5{
    font-size:20px;
}

.content-single h6{
    font-size:18px;
}

.box-sign.w450{
    max-width: 450px !important;
    padding: 20px !important;
}

.ellipsis-text{
    width: 140px;
    white-space: nowrap; /* Evita saltos de línea */
    overflow: hidden; /* Oculta el contenido que se sale del ancho del elemento */
    text-overflow: ellipsis; /* Muestra puntos suspensivos si el contenido es demasiado largo */
}

.state-text{
    width: 185px;
    margin-right: auto;
    align-items: center;
    margin-left: auto;
}

.public-state{
    width: 135px !important;
    font-weight: 600;
    background: none;
    background-color: rgb(0 242 213 / 25%);
    justify-content: center;
}

.under-state{
    font-weight: 600;
    background: none;
    background-color: rgb(50 98 247 / 19%);
    justify-content: center;
}

/** new candidate **/
div.scrollable-status {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Ocultar el scrollbar */
div.scrollable-status::-webkit-scrollbar {
  display: none;
}
div.scrollable-status > *{
    width: 19.5%;
}

.height-max{
    min-height: 800px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none; /* Para Microsoft Edge y Internet Explorer */
    overflow: -webkit-scrollbar; /* Para navegadores basados en webkit como Chrome y Safari */  
    -webkit-overflow-scrolling: touch; /* mejora la experiencia de desplazamiento en navegadores webkit */

}

.max-width-auto{
    width: auto !important;
    max-width: 100% !important;
}

.list-candidate{
    margin-left: 7px;
    padding: 7px;
    background-color: #DEE5FF;
}

.list-candidate .title-list{
    font-weight: 600;
    padding: 0px 3px;
    font-size: 16px;
}


.card-candidate{
    z-index: 0;
    margin-left: 10px !important;
    padding: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}



.card-candidate:hover{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12);
}

.card-candidate-heading {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.card-candidate-heading.blind-item{
    margin-top: 0px;
}

.card-candidate-heading.cform-heading{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.card-candidate-heading.cform-heading .d-flex.mt-5{
    width: 100%;
}

.card-candidate-heading .name-candidate {
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    font-size: 14px !important;
}

.card-candidate-heading.blind-item .name-candidate{
    margin-top: 2px;
}

.card-candidate-heading .info-candidate-top{
    margin-left: 7px;
    z-index: 0;
}

.info-candidate-top .small-info{
    font-size: 13px;
}

.candidate-avatar{
    height: 48px;
    width: 48px;
    object-fit: cover;
    border-radius: 50%;
}

i.location-light {
  background-image: url('/assets/imgs/theme/location-light.svg');
  background-size: contain;
  display: inline-block;
  margin-right: 3px;
  width: 12px;
  height: 12px;
}

i.briefcase-light {
  background-image: url('/assets/imgs/theme/briefcase-light.svg');
  background-size: contain;
  display: inline-block;
  width: 13px;
  margin-right: 3px;
  height: 13px;
}


.small-info .info-item{
    display:flex;
    align-items: center;
    white-space: nowrap;
}

.ml-7{
    margin-left: 7px;
}

.empty-status span{
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.empty-status{
    margin-top: 15px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-white-small{
    background: 0 0;
    color: #5234E2;
    border: 2px solid #5234E2;
    border-radius: 8px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.btn-white-small:hover{
    color: #ffffff;
    background-color: #5234E2;
}

.btn-list{
    display: flex!important;
    align-items: center;
}

.btn-small.btn-normal-text{
    text-transform: none;
    border-radius: 8px;
    font-size: 12px !important;
    padding: 5px 8px !important;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
}

.height-35{
    height: 35px !important;
}

.btn-small.dropdown-toggle::after{
  font-size: 14px !important;
  align-self: center;
}

.btn-small.btn-normal-text:hover{
    border-radius: 8px !important;
}

.lottie-favorite{
    height: 35px !important;
    margin-left: 8px;
}

.lottie-favorite:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
}

.badge-candid {
    height: min-content;
    align-self: end;
    border-radius: 5px;
    z-index: 0;
    padding: 1px 8px;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px;
    line-height: 1;
    position: absolute;
}

.badge-blind-info {
    height: min-content;
    line-height: 1;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 5px;
}

.badge-candid.new-applic{
    background-color: #F5702C;
    color: #fff;
}

.badge-candid.job-applic{
    background-color: #EDF1FB;
}

.blind-badge{
    background-color: #DCCFFF;
}

.plat-icon.icon-view-cv {
    background-size: contain;
    height: 18px;
    width: 18px;
    padding: 7px;
    background-image: url("/assets/imgs/theme/view.png");
}

.btn.btn-default:hover .plat-icon.icon-view-cv{
    background-image: url("/assets/imgs/theme/view_hover.png");
}

.reduce-title{
    font-size: 28px !important;
}

.full-more{
    width: 110% !important;
}

.sub-text{
    background: none;
    color: #1e1e1e;
    font-size: 12px;
    height: 20px !important;
    text-decoration: underline;
    padding: 0px;
    margin-top: -8px;
}

.sub-text.lineal-in{
    margin-top: 0px !important;
}

.sub-text:hover{
    color: #5234E2;
    text-decoration: underline;
    cursor:pointer;
}

/** search **/

.search-box {
    position: relative;
    display: flex;
    align-items: center;
}

.search-box input[type="text"] {
  padding-left: 30px; /* Espacio para el icono */
  background: white;
  height: 50px;
}

.search-box i {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #ccc;
}

.search-box input:focus + i {
  color: #5234E2 !important; /* Cambia el color del icono cuando el input está enfocado */
}

.avatar-company{
    display: flex;
    align-items: center;
    padding: 6px;
}

.avatar-company img{
    width: 60px;
    height: 54px;
    border-radius: 50%;
    border: 2px solid var(--bs-input);
    object-fit: contain;
}

.company-info{
    align-items: flex-start;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.company-info .txt-title{
    font-size: 16px !important;
    font-weight: 700;
}

.lottie-icon24{
    width: 24px;
    height: 24px;
}

.lottie-icon-small{
    width: 20px;
    height: 20px;
}

.btn-companies{
    color: #5234E2;
    height: 35px;
    padding: 1px 35px !important;
    align-self: center;
    font-size: 16px !important;
}

.btn-companies:hover{
    color: #5234E2;
    text-decoration: underline;
}

.btn-companies:active{
    color: #fff !important;
    background-color: #5234E2 !important;
}

.disabled-btn{
    height: 35px;
    padding: 1px 35px !important;
    align-self: center;
    font-size: 16px !important;
    color: #7a7a7a !important;
}

.disabled-btn:hover{
    text-decoration: line-through;
}
.disabled-btn:active{
    color: #7a7a7a !important;
    text-decoration: line-through;
}

.permissions.reject{
    color: #7a7a7a !important;
}

.permissions.pending{
    color: #c9ae2a !important;
    font-weight: 600;
}

.permissions.granted{
    font-weight: 600;
    color: #10af8f !important;
}

.search-btn.small{
    padding: 10px 25px;
    font-size:16px !important;
}

.btn-default.width-small{
    width: 200px;
}

.btn.revoke-perms{
    color: #ff4742 !important;
}

.btn.revoke-perms:hover{
    color: #5234E2;
    text-decoration: underline;
}

.add-recr.small{
    padding: 8px 25px;
    font-size:15px !important;
}

.add-recr{
    color: #fff;
    border-radius: 12px;
    align-self: center;
    background-color: #5234E2;
}

.add-recr:hover{
    color: #5234E2;
    background: none;
    text-decoration: underline;
    border: 1px solid #5234E2;
}

.add-recr:active{
    color: #5234E2 !important;
    background: none;
    border: 2px solid #5234E2;
    text-decoration: underline;
}

.verif-recr.small{
    padding: 8px 25px;
    font-size:15px !important;
}

.verif-recr{
    color: #fff;
    border-radius: 12px;
    align-self: center;
    background-color: #5234E2;
}

.verif-recr:hover{
    color: #5234E2;
    background: none;
    text-decoration: underline;
    border: 1px solid #5234E2;
}

.verif-recr:active{
    color: #5234E2 !important;
    background: none;
    border: 2px solid #5234E2;
    text-decoration: underline;
}

.add-company.small.widthed{
    width: 60%;
    font-size: 20px !important;
}

.add-company.small.widthed .fa{
    height: 22px !important;
    width: 40px;
}

.add-company.small.widthed:hover > .fa{
    color: #5234E2 !important;
}

.btn-centered{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-small{
    max-width: 400px !important;
}

.candidates-list{
    min-height: 100%;
}

.unverify-recruiter{
    color: #ff4742 !important;
}

.date-pick-er{
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border: 1px solid #ccc;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date-pick-er span{
    font-size: 13px;
    white-space: nowrap; 
}

.date-pick-er .fa{
    color: #5234E2 !important;
    font-size: 16px;
    justify-content: center;
    height: 24px !important;
    display: flex;
    align-items: center;
}

.invite-talent.small{
    padding: 8px 25px;
    font-size:15px !important;
}

.invite-talent{
    color: #fff;
    border-radius: 12px;
    align-self: center;
    background-color: #5234E2;
}

.invite-talent:hover{
    color: #5234E2;
    background: none;
    text-decoration: underline;
    border: 1px solid #5234E2;
}

.invite-talent:active{
    color: #5234E2 !important;
    background: none;
    border: 2px solid #5234E2;
    text-decoration: underline;
}

.btn-keepin{
    width: auto;
    color: #000000;
    background-color: #FBFBFD;
}

.btn-keepin:hover{
    color: #5234E2 !important;
    border-radius: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.mt-negative-20{
    margin-top: -20px !important;
}

.mb-negative-20{
    margin-bottom: -20px !important;
}

.preloader-body{
    z-index: 9999;
    position: absolute;
}

.premium-to-job{
    color: #bb9837;
}
.premium-to-job:hover{
    color: #fff !important;
}

.calendar-schedule{
    height: 600px;
    margin-top: 20px;
}

.container.container-calendar{
    max-width: 1440px !important;
}

/*select interview schelude */
.selector-ui{
    width: auto;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #E9EDF2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.list-dates{
    display: flex;
    align-items: center;
}

.width-100{
  width: 100%;
}

.date-selector {
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-selector button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 10px;
  font-size: 1rem;
  transition: color 0.3s;
}

.date-selector button:hover {
  color: #0d6efd;
}

.date-label {
  text-align: center;
}

.day-of-week {
  font-size: 0.8rem;
  background-color: #EFF4F7;
  padding: 6px 25px;
}

.date-number {
  font-weight: 600;
  font-size: 1.2rem;
}

.date-button .selectable{
    cursor: pointer;
    padding: 12px 25px;
}

.date-button .selectable.selected{
    background: #0d6efd !important;
    color: #fff !important;
}

.date-button .selectable.selected:hover{
    background: #0d6efd !important;
    color: #fff !important;
}

.direction-btns{
    cursor: pointer;
    background: white;
    padding: 5px 12px;
    border-radius: 10px;
    margin: 7px;
    border: 1px solid #E9EDF2;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
}

.direction-btns:hover > *{
    color: #0d6efd !important;
}

/* hours in schedule */
.hour-card {
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 12px 15px;
    border-radius: 4px;
    text-align: center;
    font-weight: bold;
    cursor:pointer;
}

.hour-list{
    margin-top: 25px !important;
}

.hour-item{
    width: 26%;
}

.hour-card.selected{
    background: #0d6efd !important;
    color: #fff !important;
}

.hour-card.selected:hover{
    background: #0d6efd !important;
    color: #fff !important;
}

.margin-negative-left-loading{
    margin-left: -13px !important;
}

.saving-status-candidate{
    display: flex;
    justify-content: flex-end!important;
    margin-top: -55px !important;
}

.btn-normal.small{
    padding: 5px 20px;
    font-size:14px !important;
}

.btn-normal.bigger{
    padding: 12px 45px;
    font-size: 18px !important;
}

.btn-normal{
    color: #fff;
    border-radius: 12px;
    align-self: center;
    background-color: #5234E2;
}

.btn-normal:hover{
    color: #5234E2;
    background: none;
    text-decoration: underline;
    border: 1px solid #5234E2;
}

.btn-normal i.fa-solid{
    color: #fff;
    margin-right: 10px;
    font-size: 17px;
}

.btn-normal.with-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-normal:hover i.fa-solid{
    color: #5234E2;
    font-size: 17px;
}

.btn-normal:active{
    color: #5234E2 !important;
    background: none;
    border: 2px solid #5234E2;
    text-decoration: underline;
}

.btn-normal.no-corners{
    border-radius: 0px !important;
}

.btn-normal.minus-corners{
    border-radius: 4px !important;
}

.btn-white-normal{
    color: #000000;
    background-color: #FBFBFD;
    font-weight: bold;
    border: 0px solid #00000094;
    border-radius: 12px;
}

.btn-white-normal:hover{
    border: 1px solid #5234E2 !important;
}

.btn-white-normal.small{
    padding: 4px 20px;
    font-size:15px !important;
    border-radius: 4px !important;
}

img.company-logo.admin{
    border: 2px solid #3262f754 !important;
}

.cursor-pointer{
    cursor: pointer;
}

.text-align-start{
    text-align: start;
}

.status-invertview-canceled{
    color: red;
}

.status-invertview-approved{
    color: green;
}

.header .main-menu li ul.subnav {
  padding: 10px 0;
}

/** CALENDAR **/

.fc {
    font-family: 'Nunito', sans-serif;
    background: white;
    margin-top: 25px;
    }

    .fc-toolbar {
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
    }

    .fc-toolbar h2 {
        font-size: 1.5rem;
        font-weight: 500;
    }

    .fc-button {
        background-color: #007bff;
        border-color: #007bff;
        color: white;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        cursor: pointer;
        margin-right: 5px;
    }

    .fc-button:last-child {
        margin-right: 0;
    }

    .fc-button:hover {
        background-color: #0056b3;
        border-color: #0056b3;
    }

    .fc-button:focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }
    
    .fc .fc-daygrid-day.fc-day-today{
        background-color:#3262f71a !important;
    }
    
    /** Dia css **/
    
    .fc-daygrid-day {
        font-size: 14px;
        padding: 2px;
    }

    /* Ajusta la altura y el espaciado de las filas */
    .fc-daygrid-day-top {
        height: 50px; /* ajusta este valor para cambiar la altura de las celdas */
        padding-bottom: 2px;
    }
    
    
    .fc .fc-daygrid-event-harness{
        margin: 0px 5px;
        cursor: pointer;
    }
    
    .date-on-interview{
        font-size: 17px;
        color: #5234E2;
        font-weight: bold;
    }
    
    .modal-dialog.small-modal{
        max-width: 550px !important;
    }
    
    .fc .fc-daygrid-event{
        padding: 2px 4px;
    }
    
    .fc .event-today{
        background-color: #1c3ea5;
        color: white;
    }
    
    .fc .event-not-today{
        background-color: white;
        color: #5234E2;
    }
    
    .fc .event-older{
        background-color: white;
        color: #5234E2;
        text-decoration: line-through;
    }
    
    .img-icon-28{
        height: 28px;
        margin-right: 15px;
    }
    
    .btn-small .img-icon-28{
        height: 22px !important;
        width: 22px;
        margin-right: 7px;
        background-size: cover;
        background-position: center;
        transition: background-image 0.3s ease-in-out;
    }
    
    
    .img-icon-28{
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        transition: background-image 0.3s ease-in-out;    
    }
    
    .img-icon-28.google{
        background-image: url('/assets/imgs/theme/google_ic.png');
    }
    
    .img-icon-28.size-contain{
        background-size: contain;
    }
    
    .img-icon-28.same-width{
        width: 28px;
    }
    
    .btn-default:hover > .hovering-icon.google{
        background-image: url('/assets/imgs/theme/google_ic_hovered.png');
    }
    
    .btn-with-icon{
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .fc.fc-media-screen .fc-daygrid-body tr{
        height: 70px !important;
    }
    
    .blur-text {
        color: transparent !important;
        text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    }
    
    .upgrade-sub{
        color: #b19c08 !important;
    }
    
    .upgrade-sub:hover{
        color: #000 !important;
    }
    
    .blurred-img{
        filter: blur(3px);
    }
    
    .btn-holder-dflex{
        align-items: end;
        display: flex;
        padding-right: 20px;
        flex-direction: column;
    }
    
    .btn-holder-dflex .btn{
        width: 250px;
    }
    
    .text-loading{
        font-size: 20px;
        font-weight: bold;
    }
    
    .logo-center{
        height: 50px;
    }
    
    .description-blind h1 {
  font-size: 2em;
}
.description-blind h2 {
  font-size: 1.5em;
}
.description-blind h3 {
  font-size: 1.17em;
}
.description-blind h4 {
  font-size: 1em;
}
.description-blind h5 {
  font-size: 0.83em;
}
.description-blind h6 {
  font-size: 0.67em;
}
.description-blind p, .description-blind span {
  font-size: 1em;
}
.share-option{
    color: #3262f7;
}

.group .description-blind p{
    padding:0px;
}

div.group.content-html{
    background: #FAFAFA;
    padding: 25px 50px;
}

.share-option:hover{
    color: #fff !important;
    background-color: #3262f7;
}

.btn.create-testing{
    color: #fff;
    background-color: #5234E2;
    font-size: 15px;
    padding: 10px 20px;
}

.btn.create-testing:hover{
    color: #5234E2;
    background-color: #fff;
}

.btn.create-blind-profile-drop{
    color: #fff;
    background-color: #5234E2;
    font-size: 15px;
    padding: 10px 20px;
}

.btn.create-blind-profile-drop:hover{
    color: #5234E2;
    background-color: #fff;
}

.dropdown-create-blind img {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}

.dropdown-create-blind .dropdown-item{
    display: flex;
    align-items: center;
    flex-direction: row;
}

.dropdown-create-blind{
    width: max-content;
}

.btn-dropdown.small{
    padding: 2px 7px;
    font-size: 13px;
    color: #fff;
    background-color: #5234E2;
}

btn-dropdown.small:hover{
    color: #5234E2;
    background-color: #fff;
}

.blind-list{
    
}

.card-candidate.adjust-height{
    height: 70px;
}

.card-candidate.auto-height{
    height: auto;
}

.img-icon-28.copy{
        background-image: url('/assets/imgs/theme/copy.png');
}

.img-icon-28.copy:hover{
        background-image: url('/assets/imgs/theme/copy_selected.png');
}

.img-icon-28.copy:active{
        background-image: url('/assets/imgs/theme/coppied.png');
}

.copy{
    cursor:pointer;
}

.result-anim{
    width: 200px;
    height: 200px;
}

.disabled-input{
    height: 35px;
}

.modal-medium{
    max-width: 600px !important;
}

.loading-sized-anim{
    width: 120px;
    height: 120px;
}

.loading-minimized-anim{
    width: 70px;
    height: 70px;
}

.watermark-img {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    height: 70%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
}

.confidential-warning {
    margin-top: 10px;
    background-color: #FFF2CC;
    line-height: normal;
    font-weight: 600;
    font-size: 12px;
}

.warng-icon{
    height: 12px;
}

/* NOTES */
.notes-layout{
    padding: 15px;
}

.input-for-notes{
    margin-top: 15px;
}

.complete-input{
    margin-top: 15px;
}

.owner-photo{
    height: 40px;
}

.note-title{
    font-weight: bold;
    font-size: 15px;
}

.note-content{
    margin-top: 2px;
}

.time-ago-note{
    font-size: 12px;
    display: flex;
    align-items: center;
}

.blind-my-list{
    display: flex;
    align-items: center;
    overflow-x: scroll;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none;  /* For Internet Explorer and Edge */
}

.blind-my-list::-webkit-scrollbar { 
    display: none; /* For Safari and Chrome */
}

.btn-white-normal.no-border:hover {
    border: none !important;
}

.creation-layout{
    display: flex;
    flex-direction: column;
}

.questions-group{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.questions-layout{
    display: flex;
    flex-direction: column;
}

.handle {
    color: black;
    height: 26px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.div_question{
    display:flex;
    align-items: center;
}

.dragging-item {
    opacity: 0.8;
}

.handle:hover, .handle:active{
    color: #5234E2;
}

.dragging-item .handle{
    color: #5234E2;
}

.no-select {
    font-size:13px;
    font-weight: 600;
    user-select: none;
    -webkit-user-select: none;
}

.check-required{
    width: 18px !important;
    height: 18px !important;
    margin-right: 4px !important;
}

.btn.create-company-form{
    color: #fff;
    background-color: #5234E2;
    font-size: 15px;
    padding: 10px 20px;
}

.btn.create-company-form:hover{
    color: #5234E2;
    background-color: #fff;
}

.fa.delete-btn{
    color: black;
    height: 22px;
    font-size: 22px;
}

.delete-btn:hover, .delete-btn:active {
    color: red;
}

.btn.create-r-interview{
    color: #fff;
    background-color: #5234E2;
    font-size: 15px;
    padding: 10px 20px;
}

.btn.create-r-interview:hover{
    color: #5234E2;
    background-color: #fff;
}

/* RECORD VIDEOS */

.basic-job-information{
    display: flex;
    flex-direction: column;
}

.basic-job-information .input-inline-edit{
    font-size: 2.625rem;
    font-weight: 600;
    width: 100%;
}

.input-inline-edit {
    background: transparent;
    border: none;
    padding: 0;
}

.is-hidden {
    display: none!important;
}

.inline-editable {
    border: 1px solid transparent;
    border-radius: 6px;
    left: -.25rem;
    padding: .25rem;
    position: relative;
    top: -.25rem;
}

.hf-h1{
    font-size: 34px;
}

h3[contenteditable="true"].hf-h1:focus {
    border: 1.5px solid #5234E2;
}

div.content-record-div{
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 45px -5px rgba(0,0,0,.1),0 5px 40px -20px rgba(0,0,0,.05);
    color: #4f4f4f;
    padding: 1.5rem 2.75rem 3.75rem;
}

.interview-thumbnail {
    background-color: #fafafa;
    background-image: url(/assets/imgs/theme/play_button.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    border-radius: .75rem;
    display: block;
    min-height: 17rem;
    width: 100%;
}

.interview-thumbnail-play {
    background-color: #fafafa;
    background-image: url(/assets/imgs/theme/play_button.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 50px;
    border-radius: .75rem;
    display: block;
    min-height: 100%;
    width: 100%;
}

.interview-thumbnail-play:hover{
    background-color: #3262f7;
}

.info-record-video{
    line-break: auto;
    line-height: 1.2;
    margin-top: 5px;
}

.width-half{
    width: 50%;
}

.btn.btn-default.width-half{
    width: 70%;
}

.row.half-height{
    height: 50%;
}

.dropdown-layout{
    display:flex;
    align-items: center;
    flex-direction: row-reverse;
}

div.hint-dropdown{
    color: rgba(37,38,50,.5);
    font-size: .6rem;
    font-weight: 600;
    margin-top: .2rem;
    max-width: 7rem;
    text-align: right;
    text-transform: uppercase;
}

.dropdown-layout .dropdown-divider {
    background-color: #fafafa;
    border: none;
    display: block;
    height: 1px;
    margin: .5rem 0;
}

.dropdown-layout .dropdown-item {
    color: #252632;
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    padding: .375rem 1rem;
    position: relative;
    padding-right: 3rem;
    text-align: inherit;
    white-space: nowrap;
    width: 100%;
}

.dropdown .dropdown-menu.show .dropdown-item.personalized-item{
    font-size: 10px;
    color: rgb(170, 170, 170);
    padding: 5px 15px;
    font-weight: 600;
    pointer-events: none;
    text-transform: uppercase; 
}

.field.has-addons {
    display: flex;
    justify-content: flex-start;
}

.button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    box-shadow: none;
    color: rgba(37,38,50,.5);
    pointer-events: none;
}

.field.has-addons .control:not(:last-child) {
    margin-right: -1px;
}

.control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.control input{
    width: 70px;
    border-radius: 4px;
    height: 36px;
    padding: calc(.5em - 1px) calc(.75em - 1px);
}

.control button{
    border: none;
    height: 36px;
}

.button {
    background-color: #fff;
    border-color: #dbdbdb;
    border-width: 1px;
    color: #363636;
    cursor: pointer;
    justify-content: center;
    padding: calc(.5em - 1px) 1em;
    text-align: center;
    white-space: nowrap;
}

.field.has-addons .control:first-child:not(:only-child) .button, .field.has-addons .control:first-child:not(:only-child) .input, .field.has-addons .control:first-child:not(:only-child) .select select {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item.unique:hover{
    color: #636477 !important;
    background-color: transparent !important;
}

.dropdown-item.unique:focus{
    color: #636477 !important;
    background-color: transparent !important;
}

.basic-job-information .dropdown .btn {
    width: auto;
    margin-left: 15px;
    padding: 8px 18px;
    font-size: 12px;
    background-color: white;
    color: #5234E2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease-in-out;
    border: none;
    font-weight: 600;
}

.basic-job-information .dropdown .btn:hover{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2) !important;
}

.fa.bigger{
    font-size: 28px;
    height: 24px !important;
}



.back-to{
    height: 24px;
    font-size: 28px;
    margin-left: 15px !important;
}

.back-to .fa.bigger{
    color: #646464 !important;
}

.back-to .fa.bigger:hover{
    color: #5234E2 !important;
}

.back-to a{
    height: 24px !important;
    display: block;
}

.title-pg.with-back{
    margin-left: 0px !important;
}

.btn-small.widthed-max{
    width: 15vh;
}

.background-gray{
    background-color: #f5f5f5!important;
}

.fa-large-icon{
    font-size: 70px;
}

.error-record-devices{
    text-align: center;
    padding: 70px 55px;
}

.record-online{
    cursor:pointer;
    height: 22rem;
    width: 100%;
}

.drag-file-here:hover{
    background-color: #f9f9f9;
}

.drag-file-here:hover > * {
    color: #5234E2;
}

.drag-file-here{
    align-items: center;
    flex-direction: column;
    display: flex;
    cursor:pointer;
    width: 100%;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 15px;
}

.drag-over{
    background-color: #f9f9f9;
}

.drag-over > * {
    color: #5234E2;
}

.record-layout{
    padding: 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.record-presentation{
    padding: 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.recorded-presentation{
    padding: 20px;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.grab-video-element{
    height: 100%;
    width: 100%;
    border-radius: 20px;
}

.play-video-element{
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.play-video-element video{
    border-radius: 20px;
    width: 100%;
}

.stop-btn{
    background-color: #ff475e !important;
}

.stop-btn:hover{
    color: white !important;
}

.start-recording{
    color: #ffffff;
    background-color: #5234E2;
}

.start-recording:hover{
    color: #5234E2;
    background-color: #dddddd;
}

.btn-record-again{
    background: #fff;
    border: 1px solid #dedede;
}

.btn-record-again:hover{
    background: #f5f5f5;
}

btn.btn-medium{
    border-radius: 6px;
    padding: 12px 25px;
    font-size: 16px;
}

.timing-record{
    z-index: 99;
    padding: 12px;
    text-align: start;
    position: absolute;
    color: white;
    text-shadow: -0.5px -0.5px 0 black, 0.5px -0.5px 0 black, -0.5px 0.5px 0 black, 0.5px 0.5px 0 black;
}

.no-interact{
    cursor: not-allowed !important;
    opacity: 0.5 !important;
}

.btn-add-question-r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    color: #25263280;
    border: 2px dashed #dedede;
    cursor: pointer;
}

.display-add-q{
    padding: 0px 35px;
}

.btn-add-question-r:hover{
    border: 2px dashed #5234E2;
    color: #5234E2;
}

div.relative{
    position:relative;
}

.fade-overlay-vid {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: white;
    animation: fade-in 0.5s ease-in-out forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fade-overlay-vid.fade-out {
  animation: fade-out 0.9s ease-in-out forwards;
}

@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}


/** QUESTIONS **/

.question {
    background:white;
    padding: 25px 5px;
}

.list-questions{
    padding: 0px 50px;
}

.first-column{
    width: 3.5%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.question .move-question {
    bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 74px;
}

.first-column .tag {
    font-size: 1.3rem;
    font-weight: 300;
}

.first-column .move-question .grab-handle {
    cursor: grab;
    touch-action: none;
    user-select: none;
}

.first-column .move-question i {
    font-size: 1.4rem;
}

.grab-handle i{
    color: #25263280;
}

.grab-handle i:hover{
    color:black;
}

.second-column{
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
}

.placeholder-vid{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: white;
    padding: 20px 80px;
    border-radius: 10px;
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    color: #25263280;
    border: 2px dashed #dedede;
    cursor: pointer;
}

@font-face {
  font-family: 'video-font';
  src: url('/assets/fonts/video/fonts/video-add.eot');
  src: url('/assets/fonts/video/fonts/video-add.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/video/fonts/video-add.woff') format('woff'),
       url('/assets/fonts/video/fonts/video-add.ttf') format('truetype'),
       url('/assets/fonts/video/fonts/video-add.svg#video-add') format('svg');
  font-weight: normal;
  font-style: normal;
}

.video-add-icon::before {
  content: "\e900";
  font-family: 'video-font';
  font-size: 42px;
  color: #25263280;
}

.display-icon{
    display: flex;
    height: 42px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.placeholder-vid h5{
    margin-top: 5px;
    color: #25263280;
}

.placeholder-vid small{
    font-size: 13px;
    margin-top: 5px;
}

.placeholder-vid:hover{
    border: 2px dashed #5234E2;
}

.placeholder-vid:hover > * {
    color: #5234E2;
}

.placeholder-vid:hover > .video-add-icon:before {
    color: #5234E2;
}

input.input-title{
    font-size: 20px;
}

textarea.description-question{
    border: 1px solid #ececec;
    border-radius: 10px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 10px 10px 20px;
    margin-top: 10px;
    font-size: 16px;
    width: 100%;
    min-height: 80px;
    max-height: 250px;
}

.four-column{
    width: 4%;
}

.four-column .fa-solid{
    margin-top: 5px;
    font-size: 24px;
}

.btn-delete-question{
    cursor:pointer;
}

.four-column .btn-delete-question:hover > .fa-solid{
    color: red;
}


.list-questions.dragging {
  cursor: grabbing;
}

.list-questions .question {
  transition: transform 0.3s cubic-bezier(0.2, 0, 0, 1);
}

.list-questions.dragging .question {
  transform: scale(1.05);
}

.interview-icon{
    color: #25263280;
}

@font-face {
  font-family: 'archive-font';
  src: url('/assets/fonts/archive/fonts/archive.eot');
  src: url('/assets/fonts/archive/fonts/archive.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/archive/fonts/archive.woff') format('woff'),
       url('/assets/fonts/archive/fonts/archive.ttf') format('truetype'),
       url('/assets/fonts/archive/fonts/archive.svg#archive') format('svg');
  font-weight: normal;
  font-style: normal;
}

.archive-icon::before {
  content: "\e900";
  font-family: 'archive-font';
  font-size: 18px;
  color: #25263280;
}

.interview-name{
    width: 70%;   
}

div.card-candidate.card-interview-record{
    padding: 10px;
}

.card-interview-record .fa-solid{
    font-size: 16px;
}

.card-interview-record .fa-solid:hover{
    color: #5234E2;
    cursor:pointer;
}

.archive-icon:hover::before {
    cursor:pointer;
    color: #5234E2;
}

.interview-name span.limit-span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
}

.playing-video-element{
    width: 100%;
    max-height: 320px;
    min-height: 300px;
}

.playing-video-element video{
    width: 100%;
    height: 100%;
}


.question-video-element{
    width: 100%;
    max-height: 180px;
}

.question-video-element video{
    width: 100%;
    height: 100%;
}

.video-js.vjs-theme-city .vjs-play-progress{
    background-color: #5234E2;
}


.btn-white-default{
    width: auto;
    padding: 8px 18px;
    font-size: 14px;
    background-color: white;
    color: #5234E2;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
    transition: box-shadow 0.3s ease-in-out;
    border: none;
    font-weight: 600;
}

.input-class input{
    height: 36px;
    border-radius: 4px;
}

.loading-txt-margin{
    margin-top: -25px;
}

.delete-candidate-icon{
    font-size: 18px;
}

div.icondiv{
    height: 18px;
}

.copy-candidate-link{
    font-size: 18px;
}

.delete-candidate-icon:hover{
    color:red;
    cursor:pointer;
}

.copy-candidate-link:hover{
    color:green;
    cursor:pointer;
}

.watch-candidate-interview{
    font-size: 18px;
}

.watch-candidate-interview:hover{
    color: #5234E2;
    cursor:pointer;
}

.minus-30-top{
    margin-top: -30px;
}

.display-actions{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* candidate css interview */

.info-initial {
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-initial .card-container h3{
    text-align: center;
}

.question-container{
    display: flex;
}

.question-container-child {
    width: 100%;
    padding: 25px 5px;
    box-shadow: 0px 1px 3px 3px rgba(0,0,0,.1), 0 5px 10px 0px rgba(0,0,0,.05);
    z-index: 1001;
    background: white;
}

.suggestion-txt p{
    font-size: 1rem;
    text-align: justify;
}


.mic.progress::-webkit-progress-value {
  background: #5234E2;
}

.mic.progress::-moz-progress-bar {
  background: #5234E2;
}

.mic.progress::-ms-fill {
  background: #5234E2;
}

.mic.progress{
    transition: all 0.5s ease;
    margin-top: 8px;
    width: 100%;
}

.mic-layout h6{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.mic-layout .fa-solid.fa-microphone{
    font-size: 1.2rem;
}

progress::-webkit-progress-bar {
    background-color: #e9ecef;
}

.card-container{
    background: white;
    display: flex;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
    padding: 40px 10px;
}

.obscured-background{
    background: #fbfbfb;
}

.icons-text{
    font-size: 2.5rem!important;
}

.preview-video-record{
    height: auto;
    width: 100%;
}

.record-answer{
    align-items: center;
    flex-direction: column;
    display: flex;
}

.firm{
    font-size: 0.8rem !important;
    color: gray;
}

.question-container-child .grab-video-element{
    object-fit: cover;
}

.stop-now-btn{
    background: red !important;
    color: white !important;
}

.stop-now-btn:hover{
    border: 2px solid white !important;
}
 
.invited-users i{
    font-size: 12px;
    margin-right: 5px;
}

.invited-users:hover i{
    color: #5234E2;
}

.invited-users:hover{
    cursor:pointer;
}

.invited-users span{
    font-size: 12px;
}

.card-interview-record .completed-users i {
    font-size: 16px;
    color: #6aad6a;
    margin-right: 5px;
}

.card-interview-record .completed-users:hover{
    cursor:pointer;
}

.card-interview-record .completed-users:hover i{
    color: #5234E2;
}

.completed-users span{
    font-size: 11px;
}

div.header-title-interview{
    height: 24px;
}

div.header-title-interview span{
    font-size: 15px;
    font-weight: bold;
}

.interview-status {
    display: inline-block;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 11px;
    color: #fff;
    margin-left:6px;
}

.small.dropdown-item{
    font-size: 0.7rem;
    padding: 0rem 0.5rem;
}

.interview-status:hover{
    color:white;
}

.interview-status.invited {
    background-color: gray;
}

.interview-status.completed {
    background-color: green;
}

.interview-status.rejected {
    background-color: red;
}

.interview-status.reviewed {
    background-color: #5234E2;
}

.interview-status.selected {
    background-color: #6495ED;
}

.answer-video-preview{
    width: 100%;
}

.btn-invite-candidates .fa-user-plus{
    color: #5234E2
}

.btn-invite-candidates:hover > .fa-user-plus{
    color:black;
}


.btn-sync-job .fa-repeat{
    color: #5234E2
}

.btn-sync-job:hover > .fa-repeat{
    color:black;
}

.small-card-job.mt-15{
    border-radius: 15px;
}

.ml-minus-25{
    margin-left: -25px;
}

.loading-txt-big{
    font-size: 16px;
}

.job-offer-linked{
    display: flex;
    align-items: center;
    font-size: 12px !important;
}

.job-offer-linked i{
    font-size: 13px !important;
}

.job-offer-linked span{
    display: inline-block;
    overflow: hidden;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.toast.fixed-background{
    background-color: rgba(255,255,255,1);
}

.default-selector{
    background: hsl(0deg,0%,100%);
    display: flex;
    padding: 8px;
    align-items: center;
    border-color: #9b9b9b6e;
    border: 1px solid #9b9b9b47;
    cursor:pointer;
    z-index: 2;
    position: relative;
    justify-content: space-between;
}

.round-style{
    border-color: #9b9b9b6e;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.round-style.showing{
    border-bottom-width: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.round-option{
    border-color: #9b9b9b6e;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
}

.last-round-option{
    border-color: #9b9b9b6e;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
}

.default-selector:hover{
    background: #f1f1f1;
}

.default-selector .fa-arrow-down{
    font-size: 16px;
    color: #5234E2;
}

.default-selector h5 {
    font-weight: bold;
    white-space: nowrap;
    width: 100%;
    overflow-x: hidden;
    text-overflow: ellipsis;
}

.default-selector .selector-text-display{
    display: flex;
    width: 90%;
    flex-direction: column;
    margin-right: 10px;
}

.dropdown-fixed{
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    position:absolute;
    width: 100%;
    z-index: 99;
    margin-top: -5px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.dropdown-fixed.open {
  opacity: 1;
  visibility: visible;
}

.option-selector{
    width: 100%;
    background: hsl(0deg,0%,100%);
    display: flex;
    padding: 8px;
    align-items: center;
    cursor:pointer;
    margin: 0px 0px;
}

.option-selector:hover{
    background: #f1f1f1;
}

.option-selector h5{
    font-weight: bold;
}

.option-selector.selected{
    background: #5234E2;
}

.option-selector.selected:hover{
    background: #2142a7;
}

.option-selector.selected span {
    color: white;
}

.option-selector.selected h5 {
    color: white;
}

.btn-access{
    cursor: pointer;
    background: white;
    align-items: center;
    font-size: 13px;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 1px 4px 4px 0px rgb(0 0 0 / 8%);
    border-radius: 8px;
}

.btn-access div.next-icon i{
    font-size: 15px;
    margin-left: 7px;
}

.btn-access div.prev-icon i{
    font-size: 15px;
    margin-right: 7px;
}

.btn-access .text-btn-access {
    line-height: 1.3;
    font-weight: bold;
}

.btn-access:hover{
    background: #f1f1f1;
}

.btn-access.no-interact:hover{
    background: white;
}

/* new watch answers */

.name-candidate-interview{
    font-weight: bold;
    font-size: 1.2rem;
    width: 100%;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.padded-horizontal{
    padding: 0px 25px;
}

.content-description{
    padding: 6px 10px;
}

.btn-layout-parent{
    padding: 15px 15px;
}

.thumb-img{
    object-fit: cover;
    height: 250px;
    width: 100%;
}


@font-face {
  font-family: 'play-video';
  src: url('/assets/fonts/play/fonts/play_video.eot');
  src: url('/assets/fonts/play/fonts/play_video.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/play/fonts/play_video.woff') format('woff'),
       url('/assets/fonts/play/fonts/play_video.ttf') format('truetype'),
       url('/assets/fonts/play/fonts/play_video.svg#video-add') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'play-video-hold';
  src: url('/assets/fonts/play-hold/fonts/play_video_hold.eot');
  src: url('/assets/fonts/play-hold/fonts/play_video_hold.eot?#iefix') format('embedded-opentype'),
       url('/assets/fonts/play-hold/fonts/play_video_hold.woff') format('woff'),
       url('/assets/fonts/play-hold/fonts/play_video_hold.ttf') format('truetype'),
       url('/assets/fonts/play-hold/fonts/play_video_hold.svg#video-add') format('svg');
  font-weight: normal;
  font-style: normal;
}

.play-icon::before {
  content: "\e900";
  font-family: 'play-video';
  font-size: 60px;
  color:white;
}

.play-icon.smalled::before {
  content: "\e900";
  font-family: 'play-video';
  font-size: 45px;
  color: #E4E4E4;
}

.play-icon-container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    cursor:pointer;
}

div.container-img{
    width: 40px;
    padding: 0px;
}

.icon-img-avatar{
    display: flex;
    align-items: center;
    align-self: center;
}

.icon-img-avatar img{
    height: 30px;
    object-fit: cover;
    width: 30px;
}

.play-icon-container:hover .play-icon:before {
    content: "\e900";
    font-family: 'play-video-hold';
    font-size: 60px;
    color: #5234E2;
    background-color: #ffffff; /* Fondo blanco */
    border-radius: 50%; /* Para hacerlo circular */
    padding: 0px; /* Opcional: para ajustar el tamaño del fondo */
}

.text-description-candidate {
    position: relative;
    height: 13em;
    max-height: 13em;
    overflow: hidden;
}

.text-description-candidate:after{
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 5em;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
}

div[contenteditable="true"].auth-on-text:focus {
    border: 1.5px solid #5234E2;
}

.name-interview{
    font-weight: bold;
    font-size: 1rem;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-options-link-holder{
    cursor:pointer;
    background: #5234E2;
    color: white;
    padding: 9px 12px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-options-link-holder:hover{
    background: #283a72;
    color:white;
}

.btn-links-list li a:hover{
    color:white !important;
}

.btn-simple.btn-cancel-pass{
    background:#e73737;
}

.btn-simple.btn-cancel-pass:hover{
    background: #831b1b;
}

.password-input-link{
    height: 40px;
}

.btn-activate-link{
    cursor:pointer;
    background: #5234E2;
    color: white;
    font-weight: bold;
    padding: 5px 12px;
    border-radius: 10px;
}

.btn-w .fa-link-slash{
    color:white;
}

.btn-w .fa-link{
    color:white;
}

.btn-activate-link:hover{
    background: #283a72;
}

.btn-deactivate-link{
    cursor:pointer;
    background: red;
    font-weight: bold;
    color: white;
    padding: 5px 12px;
    border-radius: 10px;
}

.btn-deactivate-link:hover{
    background: #951212;
}

.card-style{
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.font-style-italic{
    font-style: italic;
}

.font-size-10{
    font-size: 10px;
}

.font-size-12{
    font-size: 12px;
}

.btn-company-selection {
    display: flex;
    align-items: center;
    border: 0.5px solid #3262f77d;
    border-radius: 10px;
    padding: 4px 20px;
}

.btn-company-selection:hover{
    border: 0.5px solid #3262f7;
}

.btn-company-selection.dropdown-toggle::after{
    font-size: 16px;
}

.company-text {
    margin: 0px 8px;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: clip;
}

.company-text.option {
    max-width: 100%;
}

.company-logo-small {
    object-fit: contain;
    padding: 1px;
    height: 30px;
    width: 30px;
    border-radius: 100%;
    border: 1px solid var(--bs-input);
    box-shadow: 1px 2px 4px rgba(0,0,0,.03);
    background-color: white;
}

/* Cambia el color de .dropdown-toggle::after cuando .btn-company-selection está en hover */
.btn-company-selection:hover.dropdown-toggle::after {
  color: #3262f7; /* Color que deseas cuando el botón está en hover */
}

.dropdown-menu.cmp-drop.show{
    width: 280px;
    box-shadow: none;
}

.item-company{
    display: flex;
    align-items: center;
}

.dropdown-item.item-company.not-slc:hover{
    color: #fff;
    background-color: #5234E2;
}

.dropdown-item.item-company.active{
    background-color: #3262f7bd;
    border-radius: 0px;
    color: white;
}

.dropdown-item.item-company:hover{
    color: #fff;
    background-color: #3262f77d;
}

.title-on-email-personalized{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

/* UPLOAD CV */


.btn.btn-linkedin.btn-default{
    font-size: 0.95rem;
}

.btn-upload{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    background-color: #FBFBFD;
    box-shadow: 0px 3px 4px rgb(22 22 22 / 31%);
    font-weight: bold;
    font-size: 0.95rem;
    padding: 10px 25px;
    border-radius: 6px;
    cursor:pointer;
}

.btn-upload i.fa-upload{
    font-size: 15px;
    margin-right: 5px;
}

.btn-upload:hover{
    color: #ffffff;
    background-color: #5234E2;
}

.btn-upload:hover i.fa-upload{
    color: #ffffff;
}

.font-weight-100{
    font-weight: 100;
}

.box-item-stats {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 15px;
    padding: 10px 8px;
    box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 11%);
}

.box-item-stats div{
    font-weight: bold;
    font-size: 12px;
}

.number-landing{
    color: #5234E2;
    font-size: 2rem;
}

.warn-div {
    position: relative;
    background-color: #FFF3B2;
    padding: 15px 8px;
    box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 9%);
}

.warn-div-text{
    color: #684700;
    font-weight: 600;
    font-size: 15px;
}

.warn-div-text .fa-triangle-exclamation{
    color: #684700;
    margin-right: 5px;
}

.cna-item{
    padding: 5px;
}

.cand-item .header-text{
    font-size: 20px;
    font-weight: bold;
}

.cand-item .thumb-img{
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.cand-item{
    background-color: white;
    padding: 0px;
    border: 1px solid #0000002e;
    border-radius: 15px;
    position: relative;
}

.header-item{
    display:flex;
    align-items: center;
}

.status-answer{
    margin-left: 10px;
    border-radius: 10px;
}

.to-review-status{
    background-color: #45D9A9;
    color: white;
    padding: 5px 15px;
    font-size: 16px;
}

.btn-options{
    padding: 5px 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}

.btn-watch-info{
    background-color:white;
    color:#5234E2;
    border: 1px solid #5234E2;
}

.btn-watch-info:hover{
    background-color: white;
}

.btn-reject-candidate{
    background-color: #EE3B3B;
    color:white;
}

.btn-reject-candidate:hover{
    background-color: #832121;
}

.date-ago-interview{
    display: flex;
    align-items: center;
    font-weight: 500;
}

.date-ago-interview .fa-calendar{
    margin-right: 5px;
    font-size: 18px;
    color: #3B65EE;
}

.affinity-text{
    display: flex;
    align-items: center;
    font-weight: 500;
}

.affinity-text .fa-star{
    margin-right: 5px;
    font-size: 18px;
    color: #3B65EE;
}


.rejected-status::after {
  content: attr(data-text); /* Obtiene el valor del atributo data-text y lo muestra como contenido */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: not-allowed !important;
  background-color: white;
  opacity: 0.5 !important;
  z-index: 999; /* Ajusta el z-index según sea necesario */
  pointer-events: auto; /* Esto permitirá que el elemento capture eventos de clic y evite interacciones con el contenido subyacente */
  display: flex;
  align-items: center;
  justify-content: center;
  color: red; /* Cambia el color del texto según tus preferencias */
  font-size: 40px; /* Cambia el tamaño de fuente según tus preferencias */
  font-weight: bold; /* Cambia el peso de fuente según tus preferencias */
  border-radius: 15px;
}

.rejected-status {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
}

div.info-warn {
    vertical-align: middle;
    font-size: 12px;
    margin-left: 5px;
    color: #888;
    display: inline-block;
    margin-top: 8px;
}

.img-recruiter{
    border-radius: 100%;
    height: 100px;
}

.recruiter-type{
    margin-top: 5px;
    color: #656565;
}

.recruiter-info-parent{
    background-color: white;
    color: black;
    padding: 20px 80px;
    font-size: 16px;
    border: 1px solid #5234E2;
    box-shadow: 0px 5px 4px 0px rgb(0 0 0 / 35%);
    border-radius: 20px;
    justify-content: center;
    align-items: center;
}

.btn-full-report-recruiter{
    display: flex;
    font-weight: 500;
    background-color: #3B65EE;
    color: white;
    cursor: pointer;
    font-size: 0.88rem;
    border-radius: 8px;
    text-align: center;
    padding: 4px 5px;
    margin-top: 8px;
    align-items: center;
    justify-content: center;
}

.btn-full-report-recruiter:hover{
    background-color: #112152;
    color: white;
}

.message-box {
    background-color: #5234E2;
    border-radius: 12px;
    color: white;
    text-align: justify;
    padding: 15px;
}

.btn-re-integrate{
    z-index: 1000;
    font-weight: 700;
    background-color: #45D9A9;
    color: white;
    cursor:pointer;
    border-radius: 8px;
    text-align: center;
    padding: 7px 30px;
}

.btn-re-integrate:hover{
    background-color: #1b5743;
}

.status-answer.interview-note{
    background-color: #5234E2;
    color: white;
    padding: 5px 15px;
    font-size: 16px;
    cursor:pointer;
}

.status-answer.interview-note:hover{
    background-color: #13265f;
}

.info-sent{
    vertical-align: middle;
    font-size: 13px;
    color: #888;
    display: inline-block;
}

.fs-part{
    display: flex;
    flex-direction: column;
}

a.introjs-button.introjs-nextbutton{
    background-color: #5234E2;
    color: white;
    text-shadow:none;
}

a.introjs-button.introjs-nextbutton:hover{
    background-color: #152a6b;
}

.introjs-bullets ul li a.active{
    background: #5234E2 !important;
}

/* onboarding */

.main-menu .nav-text.padded{
    padding-bottom: 4px;
}

.guide-nav-btn .guide-layout-progress{
    display: flex;
    align-items: center;
}

.guide-layout-progress .text-on-progress{
    margin-right: 5px;
    font-size: 0.75rem;
    animation: pulse-text 1s infinite;
}

.guide-nav-btn.nav-btn.guide-initial{
    margin-bottom: 5px;
}

.guide.progress::-webkit-progress-value {
  background: #5234E2;
}

.guide.progress::-moz-progress-bar {
  background: #5234E2;
}

.guide.progress::-ms-fill {
  background: #5234E2;
}

.guide.progress{
    height: 0.5rem;
    transition: all 0.5s ease;
}

.icon-container-red {
  position: relative;
}

.icon-container-red::before {
    content: "";
    position: absolute;
    top: 4%;
    right: 20%;
    width: 7px;
    height: 7px;
    background-color: red;
    border-radius: 50%;
    animation: pulse 1s infinite; /* Agrega la animación */
}


.guide-nav-btn.nav-btn.guide-initial:hover .guide.progress::-moz-progress-bar{
    background:#2042ab;
}

.guide-nav-btn.nav-btn.guide-initial:hover .guide.progress::-ms-fill{
    background:#2042ab;
}

.guide-nav-btn.nav-btn.guide-initial:hover .guide.progress::-webkit-progress-value{
    background:#2042ab;
}

.welcome-onb-title{
    font-size: 1.5rem;
    font-weight: bold;
}

.welcome-onb-description{
    font-size: 0.8rem;
}

.btn-skip-onb{
    background: #5234E2;
    color: white;
    padding: 5px 15px;
    border-radius: 10px;
    cursor: pointer;
    font-weight: bold;
}

.btn-skip-onb:hover{
    background:#2042ab;
}

.section-guide{
    background: white;
    border-radius: 10px;
    padding: 20px 15px;
}

.guides-list{
    margin-top:20px;
}

.loading-onboarding .text-loading-onb{
    font-weight: bold;
    font-size: 18px;
}

.guide-item {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 12px;
    margin-top: 15px;
    padding: 10px 25px;
}

.step-item{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 4px;
    margin-top: 10px;
    padding: 5px 5px;
}

.guide-icon{
    display:flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 3.5%;
    padding:0px;
}

.guide-icon .icon-holder{
    border: 0.5px solid #3262f74f;
    border-radius: 100%;
    height: 32px;
    width: 32px;
    padding: 4px;
    display:flex;
    justify-content: center;
    align-items: center;
}

.guide-icon i{
    font-size: 18px;
}

.guide-title{
    font-size: 1.1rem;
    font-weight: bold;
}

.guide-description{
    font-size: 0.75rem;
}

.guide-item .steps-left{
    font-size: 0.9rem;
    height: 26px;
    background: #edeff1;
    border-radius: 8px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
}

.guide-item .steps-left.completed{
    background: #70cd5e;
    color: white;
}


.guide-onboarding.progress::-webkit-progress-value {
  background: #5234E2;
}

.guide-onboarding.progress::-moz-progress-bar {
  background: #5234E2;
}

.guide-onboarding.progress::-ms-fill {
  background: #5234E2;
}

.guide-onboarding.progress{
    height: 0.5rem;
    transition: all 0.5s ease;
}

.text-on-progress.onboarding{
    margin-right: 5px;
}

.guide-item .down-btn{
    background: #edeff1;
    border-radius: 8px;
    padding: 4px 10px;
    display: flex;
    align-items: center;
    height: 26px;
    cursor:pointer;
}

.step-icon{
    display:flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 3.5%;
    padding:0px;
}

.step-icon .icon-holder {
    border: 0.5px solid #3262f714;
    border-radius: 100%;
    height: 24px;
    width: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-icon i{
    font-size: 12px;
}

.cta-step{
    padding: 3px 25px;
    background: #5234E2;
    color: white;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cta-step:hover{
    background: #1f41ad;
}

.guide-content{
    display:none;
}

.guide-content.opened{
    display:flex;
}

.step-item.completed{
    background: #f9f9f9;
}

.step-item.completed .step-title{
    text-decoration: line-through;
}

.btn-job-off{
    background: #5234E2;
    display: flex;
    color: white;
    padding: 5px 25px;
    border-radius: 8px;
    align-items: center;
}

.btn-job-off:hover{
    background: #1f41ad;
}

.btn-job-off .fa-briefcase{
    color:white;
    margin-right: 10px;
}

.job-selector.dropdown .dropdown-menu.show{
    box-shadow: 0px 1px 4px 0px rgb(31 31 51 / 2%);
}

.body-dashboard{
    min-height: 450px;
    background: white;
    padding: 10px;
    box-shadow: 0px 3px 9px rgb(0 0 0 / 8%);
}

.drop-select-joff {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    position: relative;
}
.drop-select-joff.empty-joff{
    text-decoration: line-through;
}

.dropdown-menu .dropdown-item.drop-select-joff:hover{
    background: #f9f9f9;
}

.drop-select-joff.selected::before {
    content: "";
    position: absolute;
    top: 40%;
    left: 2.5%;
    width: 7px;
    height: 7px;
    background-color: #0043ff;
    border-radius: 50%;
    animation: pulse 1s infinite;
}

.stat-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px;
    box-shadow: 1px 2px 9px rgb(0 0 0 / 8%);
    padding: 10px;
}

.big-stat-container{
    display: flex;
    flex-direction: column;
    box-shadow: 1px 2px 9px rgb(0 0 0 / 8%);
    padding: 10px;
    margin: 0px 10px;
}

.pipeline-container{
    min-height: 300px;
}

.big-stat-container:hover{
    box-shadow: -1px 3px 9px rgb(0 0 0 / 20%);
}


.stat-container:hover{
    box-shadow: -1px 3px 9px rgb(0 0 0 / 20%);
}

.stat-container:hover > h6 {
    color: #5234E2;
}

.col-holder{
    width: 12.6666666667%;
}

.btn-default-with-icon i{
    margin-right: 10px;
    color:white;
}

.empty-layout{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-layout{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loading-layout .text-loading{
    font-size: 1rem;
    font-weight: 600;
}

.avatar-container-candidate{
    padding: 1px;
    border-radius: 100%;
    border: 2px solid var(--bs-input);
    box-shadow: 1px 2px 4px rgba(0,0,0,.03);
    background-color: white;
}

.status-app{
    width: 100%;
    display:flex;
    margin-top: 10px;
}

.status-app .date{
    align-self: baseline;
    font-size: 0.7rem;
    text-wrap: nowrap;
    white-space: nowrap;
    text-overflow: ellipsis;
    align-items: center;
}

.status-app .status{
    display: flex;
    justify-content: end;
    font-size: 0.7rem;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #5234E2;
}

.status-app .status i{
    color: #5234E2;
}

.card-status-candidate{
    flex: 0 0 auto;
    width: 46%;
    display: flex;
    align-items: center;
    flex-direction: column;
    border: 1px solid #e0e1e34f;
    border-radius: 15px;
    margin: 5px 10px;
    padding: 8px;
}

.card-status-candidate:hover .avatar-container-candidate{
    border: 2px solid #8caff4;
}

.card-status-candidate:hover .referer-on .edit-icon{
    display:block;
}

.edit-icon {
      padding: 7px;
      cursor: pointer;
      display:none;
}

.edit-icon .fa-edit{
    font-size: 13px;
}

.edit-icon .fa-edit:hover{
    color: #5234E2;
}

.avatar .avatar-container-candidate{
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.name-on{
    font-size:1rem;
    font-weight: 700;
}

.btn-simple{
    background: #5234E2;
    display: flex;
    color: white;
    padding: 5px 25px;
    border-radius: 8px;
    align-items: center;
    cursor:pointer;
    justify-content: center;
    text-align: center;
}

.btn-simple.small-simple{
    padding: 3px 15px;
    font-size: 0.85rem;
}

.btn-simple:hover{
    background: #1f41ad;
}

.btn-invite-to-interview i{
    color: white;
    margin-right: 5px;
    font-size: 0.8rem;
}

.row.options{
    width:100%;
}

.card-candidate-instats{
    padding: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.answer-status{
    padding: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.header-answer{
    display:flex;
}

.interview-status-time{
    display:flex;
    justify-content: flex-end;
}

.btn-watch-answers{
    
}

.options-answer{
    display:flex;
    margin-top: 8px;
    justify-content: flex-end;
}

.interview-status-time .badge-candid.job-applic{
    margin-bottom: 0px;
}

.back-btn-dash .d-flex i{
    font-size:1.4rem;
    color:white;
}

.back-btn-dash a{
    color:white;
}

.back-btn-dash a:hover{
    color:white;
}

.back-btn-dash{
    font-size: 1rem;
    display:flex;
    align-items: center;
}

.item-company-select{
    cursor:pointer;
}

.item-selection-select{
    cursor:pointer;
}

.answered-item{
    color:green;
    margin-right: 10px;
}

.info-corner{
    position: absolute;
    right: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.info-corner .badge-candid.job-applic{
    position: relative;
}

.sub-info-bottom{
    display:flex;
    align-items: center;
    max-width: 40%;
}

.sub-info-bottom span{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media screen and (min-width: 1366px) {
    .only-on-small-screen{
        display:none;
    }
}

@media screen and (max-width: 1366px) {
    .only-on-big-screen{
        display:none;
    }
    .only-on-small-screen{
        display:block;
    }
    
    .ml-small-10{
        margin-left: 10px;
    }
    
    .sub-info-bottom{
        max-width: 30%;
    }
  /* Agrega estilos adicionales específicos para pantallas pequeñas aquí */
}

.card-language{
    padding: 6px;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    position: relative;
    display: flex;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    align-items: center;
    margin-top: 10px;
}

.lang-icon img{
    width: 30px;
}

.selector-lang img{
    width: 30px;
}

.lang-icon{
    align-items: center;
    height: 40px;
    padding: 4px 12px;
    border-bottom: 1px solid #00000014;
}

.lang-icon:hover{
    background-color: #3262f77d;
}

.lang-icon:hover > div{
    color: #fff;
}

.lang-icon div{
    color: black;
    margin-left: 8px;
}

.lang-name{
    font-size: 1.2rem;
    font-weight: 600;
    width: 70%;
}

.lang-icon.selected{
    background-color: #3262f7bd;
}

.lang-icon.selected div{
    color: #fff;
}

.company-logo-home{
    padding: 1px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 2px solid var(--bs-input);
    box-shadow: 1px 2px 4px rgba(0,0,0,.03);
    background-color: white;
}

.selector-lang{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.selector-lang.simple{
    border: 1px solid #3262f74a;
    border-radius: 5px;
    padding: 5px;
}

.dropdown .dropdown-menu.no-scroll{
    overflow-y: visible;
}


.simple div .fa-globe{
    color: #3262f7;
}

.selection-affinity{
    width: auto;
    border: 1px solid #ececec;
}

.title-of-stats{
    font-size: 1.4rem;
    font-weight: 700;
}

.up-list{
    display:flex;
    align-items: center;
}

.job-offer-btn-holder{
    margin: 0px 15px;
}

.info-about-empty{
    font-weight: bold;
    font-size: 1.4rem;
}

.info-display-empty{
    padding: 40px 0px;
    align-items: center;
    display:flex;
    flex-direction: column;
}

.select_salary_min .ts-control input{
    height: 30px;
}

.select_salary_max .ts-control input{
    height: 30px;
}

.btn-underlined-reject{
    text-decoration: underline;
    color: #5234E2;
    cursor: pointer;
}

.warn-div .fa-xmark {
    font-size: 18px;
    position: absolute;
    right: 0.5%;
    top: 4%;
    cursor: pointer;
    color: #684700;
}

.warn-div .fa-xmark:hover{
    color:#5234E2;
}

.play-icon-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centrar vertical y horizontalmente */
  width: 50px; /* Ancho del ícono, ajusta según sea necesario */
  height: 50px; /* Alto del ícono, ajusta según sea necesario */
  background: url('/assets/imgs/theme/play_button.png') no-repeat; /* Ruta de la imagen del ícono */
  background-size: cover; /* Ajustar la imagen al tamaño del contenedor */
  cursor: pointer; /* Cambiar el cursor al pasar por encima del ícono */
  z-index: 1; /* Colocar el ícono encima de la imagen */
}

.relative-thumb{
    position: relative;
    max-height: 300px;
}

.thumb-present{
    object-fit: cover;
    height: 300px;
}

.thumb-present.fit-width{
    width: 100%;
}

.relative-thumb.preview-video-interview{
    height:400px;
    background:#fbfbfb;
}

.progress-uplding{
    width: 100%;
}

.progress-uplding::-webkit-progress-value {
  background: #5234E2;
}

.progress-uplding::-moz-progress-bar {
  background: #5234E2;
}

.progress-uplding::-ms-fill {
  background: #5234E2;
}

.scoring-result-layout{
    background: white;
    box-shadow: 1px 4px 9px rgb(0 0 0 / 6%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:10px;
}

.selectors-ai-blind.centered{
    justify-content: center;
}

.of-text-scoring{
    font-size: 0.8rem;
    color: gray;
}

.head-title{
    font-size: 0.9rem;
    text-align: center;
    border-bottom: 0.5px solid #00000021;
}

.btn-upload-now{
    cursor:pointer;
    background:blue;
    color:white;
}

.title-transcript{
    font-weight: bold;
    margin-top: 20px;
    padding-left: 10px;
}

input.pdf-file{
    border:none;
    border-radius:0px;
    padding-left:0px;
    height: auto;
}

.btn-participants{
    padding: 10px;
    background: #5234E2;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    cursor:pointer;
}

.btn-participants:hover{
    background: #2347b5;
}

.btn-participants .fa-user-group{
    color:white;
    margin-right: 5px;
}

.btn-holder-dflex-withloading{
    align-items: end;
    display: flex;
    padding-right: 20px;
    flex-direction: row;
    justify-content: flex-end;
}

.loading-txt-normal{
    font-size: 13px;
    margin-top: 5px;
}

.participant-item {
    box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);
    margin-top: 12px;
    border-radius: 2px;
    padding: 10px;
}

.upper-participant{
    display: flex;
}

.name-participant{
    width: 80%;
    font-weight: bold;
}

.btn-invite-participant{
    background: #5234E2;
    color: white;
    padding: 1px 10px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.btn-invite-participant:hover{
    background:#1b3893;
}

.btn-invite-participant i{
    color:white;
}

.btn-watch-participant{
    background: #5234E2;
    color: white;
    padding: .375rem .75rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    cursor:pointer;
}

.btn-watch-participant:hover{
    background:#7258ed;
}

.btn-watch-participant i {
    color: white;
    margin-right: 10px !important;
    font-size: 20px;
}

.status-participant{
    color: gray;
    font-size: 0.8rem;
}


.options-box{
    box-shadow: 0px 4px 5px rgb(0 0 0 / 5%);
    padding: 10px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    max-width: max-content;
}

.upper-options-test {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.time-to-answer{
    font-weight: bold;
}

.btn-pdf-download {
    background: #5234E2;
    color: white;
    border-radius: 4px;
    padding: 1px 5px;
    cursor: pointer;
}

.btn-pdf-download:hover{
    background:#1b3893;
    color:white;
}

.pdf-explain{
    padding: 0px 15px;
}

.extra-explain{
    margin-top: 25px;
}

.title-explain{
    font-weight: bold;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.footer-btn-shows{
    margin-top: 15px;
}

.color-white{
    color:white;
}

.vid-grid{
    margin-top: 20px;
    padding: 10px;
    display:flex;
    justify-content: center;
}

.answer-content{
    margin-top: 15px;
}

.answer-content p{
    padding:0px;
}

.video-item-grid {
    width: 45%;
    padding: 0px 15px;
    min-height: 300px;
    height: 300px;
}

.title-answer{
    font-size: 1.1rem;
    font-weight: bold;
}

.play-image-container {
  position: relative;
}

.play-image-container::before {
    content: '\25B6'; /* Código Unicode para el triángulo "play" */
    font-size: 2em; /* Tamaño del icono, puedes ajustarlo según tus necesidades */
    color: #fff; /* Color del triángulo */
    background-color: #5234E2; /* Color del fondo circular */
    border-radius: 50%; /* Asegura que el fondo sea circular */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; /* Asegura que el icono esté sobre la imagen */
    cursor: pointer; /* Agrega un cursor de puntero para indicar que es interactivo */
    padding: 10px; /* Ajusta el relleno según tus necesidades */
}

.video-item-on{
    width:100%;
    height:100%;
}

.subtitle-video{
    font-size: 0.9rem;
    font-weight: 600;
}

.status-test-score {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.status-test-score .row{
    width: 100%;
}

.score-input{
    height: 40px;
}

.actual-status {
    font-size: 0.8rem;
    font-weight: 100;
    font-style: italic;
}

.timeto-format{
    font-size: 0.95rem;
    font-weight: 400;
    margin-top: 15px;
}

.kpi-item {
    border: 2px solid white;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: max-content;
    padding: 10px;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 5%);
}

.kpi-item.kpi-selectable{
    padding: 10px 0px 0px 0px;
}

.kpi-item.kpi-selectable.selected-kpi {
    padding: 10px;
    border: 2px solid #5234E2;
}

.kpi-item.kpi-selectable .kpi-below{
    margin-left: 10px;
    margin-right: 10px;
}

.tag-upline {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7vw;
    line-height: 1.2;
    color: white;
    background: #5234E2;
    padding: 4px;
    border-bottom-left-radius: 7px;
}

.tag-upline i{
    color:white;
}

.btn-selectable-kpi {
    cursor: pointer;
    background: #5234E2;
    color: white;
    padding: 2px 15px;
    font-size: 0.9vw;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-selectable-kpi .fa-chart-simple{
    color:white;
    margin-right: 5px;
}

.kpi-data{
    font-size: 1.4rem;
    font-weight: bold;
}

.kpi-display{
    padding: 10px 0px;
}

.kpi-below{
    margin-top: 5px;
}

.job-item-kpi {
    margin-top: 10px;
    display: flex;
    padding: 10px 10px;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 5%);
    align-items: center;
}

.job-item-kpi .fa-briefcase {
    margin-right: 15px;
    font-size: 20px;
}

.job-item-kpi .name-holder{
    margin-right: 15px;
    font-size: 0.9rem;
    width: 75%;
}

.job-item-kpi .count-kpi{
    font-weight: bold;
}

.job-list-kpi{
    margin-top: 15px;
    display:flex;
    flex-direction: column;
    padding: 0px 20%;
}

.talent-list-kpi {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    padding: 0px 10%;
}

.name-holder{
    display:flex;
    flex-direction: column;
}

.name-holder .company-name{
    font-size: 0.75rem;
}

.type-user-post{
    margin-left: 7px;
    font-size: 12px;
}

.published-by{
    display:flex;
    align-items: center;
    box-shadow: 1px 2px 7px rgb(0 0 0 / 5%);
    padding: 10px 10px;
}

.published-by span{
    
}

.explain-icons{
    margin-top: 15px;
    margin-bottom: 15px;
    display:flex;
    align-items: center;
    justify-content: center;
}

.btn-dashview{
    cursor:pointer;
    color: blue;
}

.name-holder .name-container {
    display: flex;
    align-items: center;
}

.back-btn-holder .fa-arrow-left{
    cursor: pointer;
    font-size: 25px;
}

.back-btn-holder .fa-arrow-left:hover{
    color:#5234E2;
}

.referer-on{
    font-size: 0.7rem;
}

.referer-on.empty-referer{
    display:flex;
    align-items: center;
}

.selector-filter-kpi .ts-control input{
    height: 40px;
}

.selector-recruiter-kpi .ts-control input {
    height: 28px;
}


.candidate-title-count{
    font-size: 0.7vw;
    font-weight: bold;
}

.btn-watch-pdf {
    margin-bottom: 10px;
    padding: 5px 15px;
    background: #5234E2;
    color: white;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    cursor: pointer;
}

.btn-watch-pdf:hover {
    background: #2347b5;
}

.btn-watch-pdf .fa-file-pdf {
    color: white;
    font-size: 1rem;
    margin-right: 5px;
}

.title-viewer{
    padding: 0px 100px;
    margin-bottom: 20px;
    text-align: center;
}

/** DETAIL JOB NEW CSS **/

.theme-background{
    background: #E9E9E9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 65%;
}

.head-job-detail{
    position: relative;
}

.logo-job-detail img{
    object-fit: contain;
    background-color: white;
    border-radius: 100%;
    box-shadow: 2px 4px 6px 0px #83fcbb66;
}

.title-job-detail {
    display: -webkit-box;
    color: black;
    font-size: 37px;
    line-height: 1.1;
    height: min-content;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.date-job-detail{
    color:black;
}

.badge-util {
    padding: 6px 12px;
    background: #E7F0FA;
    border-radius: 7px;
    display: flex;
    align-items: center;
}

.badge-apply {
    padding: 6px 12px;
    background: #5234E2;
    border: 1px solid #5234E2;
    border-radius: 7px;
    display: flex;
    cursor:pointer;
    align-items: center;
}

.badge-apply .fa-star{
    color:  white;
}

.badge-apply div{
    color:  white;
    margin-left: 5px;
}

.badge-apply:hover > *{
    color: #5234E2;
}

.badge-apply:hover{
    background:white;
    border: 1px solid #5234E2;
}

.badge-apply-parent{
    display:flex;
}

.width-80-desktop{
    max-width: 80%;
}

.badge-util .fa-bookmark{
    font-size: 16px;
    color: #5234E2;
}

.recruiter-type-job-detail {
    color: black;
}

.recruiter-name-job-detail{
    color:black;
    font-weight: bold;
    font-size: 0.89rem;
}

.managed-by-text{
    color:black;
    font-weight: bold;
    margin-right: 10px;
    font-size: .9rem;
}

.title-explain-login{
    margin-bottom: 10px;
    font-size: 1rem;
    font-weight: bold;
}

.description-box-job{
    position: relative;
    margin-top: 25px;
}

.over-background{
    z-index: 10;
    position:relative;
}

.description-job-offer .photo-job img{
    height: auto;
    object-fit: cover;
}

.photo-job{
    width: 20%;
}

.description-job-offer {
    display: flex;
    border-radius: 8px;
    background: white;
    padding: 12px;
}

.description-layout{
    margin-top: 15px;
    padding: 10px 26px;
    display:flex;
    flex-direction: column;
    max-width: 100%;
}

.description-text-on-job{
    margin-top: 20px;
}

.shadow-bottom{
    box-shadow: 0 2px 2px 0 rgba(33, 37, 41, 0.25);
}

.features-job {
    background: #1F2938;
    padding: 25px 25px;
    height: 100%;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.features-title{
    color: white;
    text-align: center;
    font-weight: 400;
    font-size: 1.25vw;
}

.card-feature {
    background: #0FAF8F;
    border-radius: 10px;
    display: flex;
    padding: 3px;
    overflow: hidden;
}

.text-card-holder {
    background: #D9FFF7;
    display: flex;
    width: 75%;
    flex-direction: column;
    padding: 4px 14px;
    border-radius: 0px 8px 8px 0px;
}

.text-title-card{
    font-size: 1vw;
    font-weight: bold;
    white-space: nowrap;
    color: #0FAF8F;
}

.text-value-card {
    font-size: 0.9vw;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Limita el texto a 2 líneas */
    color: #0FAF8F;
    text-overflow: ellipsis;
    overflow: hidden;
}

.symbol-card-holder {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.symbol-card-holder img {
    height: 1.5vw;
}

.tags-job-offer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.tag-item-job-offer{
    display:flex;
    background: #F1F7FF;
    padding: 5px 15px;
    border-radius: 20px;
    align-items: center;
    margin-right: 8px;
    margin-top: 10px;
}

.tag-text-job-offer{
    color: #434343 !important;
}

.tag-close-job-offer{
    height: 16px;
    margin-right: 7.5px;
}

.tag-close-job-offer img{
    height: 16px;
}

.more-tag-job-offer{
    background: #5234E2;
    padding: 4px 16px;
    display: flex;
    color: white;
    align-items: center;
    margin-top: 10px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    justify-content: center;
}

.section-company{
    display:flex;
    margin-top: 50px;
    flex-wrap: nowrap;
}

.company-extra-info {
    display: flex;
    background: #E7F0FA;
    padding: 15px 20px;
    width: fit-content;
    max-width: 33%;
    border-radius: 8px;
    border: 1px solid #5234E2;
    flex-direction: row;
    flex-wrap: wrap;
}

.company-extra-item{
    flex-basis:min-content;
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: flex-start;
    max-width: 100%; 
    box-sizing: border-box;
}

.company-extra-icon{
    background: #5234E2;
    padding: 8px;
    display: flex;
    border-radius: 10px;
}

.company-extra-icon img {
    height: 30px;
    width: 30px;
}


.company-extra-text .name-extra{
    font-weight: bold;
    color: #5234E2;
    overflow: hidden; /* Oculta cualquier contenido que se desborde */
    text-overflow: ellipsis; /* Muestra puntos suspensivos (...) cuando el contenido es demasiado largo para caber */
    white-space: nowrap; /* Evita que el texto se ajuste automáticamente a la siguiente línea */
    font-size: 0.86rem;
    width: 150px;
}

.company-extra-text .value-extra{
    line-height: 1.2;
}

.company-main-info {
    display: flex;
    flex-direction: column;
    padding: 12px 35px;
    background: #F6F5F4;
    max-width: 65%;
    min-width: auto;
    border-radius: 8px;
}

.company-main-info h4{
    margin-top: 20px;
}



.company-description{
    margin-top: 20px;
}

.what-to-do-section{
    display:flex;
    width: 100%;
}

.to-do-in{
    padding: 20px;
    display: flex;
    flex-direction: column;
    background: #F6F5F4;
    border-radius: 16px;
}

.little-icon-job-offer {
    height: 16px;
}

.to-do-in h4{
    margin-top: 30px;
    color: #5234E2;
    font-weight: 100;
    font-size: 32px;
}


.to-do-list {
    margin-top:15px;
    list-style-type: none; /* Quitamos los marcadores predeterminados */
}

.to-do-list li {
    padding-left: 30px; /* Espacio para el texto */
    position: relative; /* Establecemos la posición relativa */
    line-height: 24px; /* Alineamos verticalmente el texto */
    margin-top: 10px;
}

.to-do-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url('/assets/imgs/theme/check_what_do_icon.svg');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    content: "";
}

.explain-company-exist{
    margin-top: 15px;
    font-size: 0.7vw;
}

.interview-status-time .badge-candid.job-applic span{
    line-height: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.uploading-loading-layout {
    display: flex;
    flex-direction: row;
    padding: 4px 10px;
    align-items: center;
    width: fit-content;
    background: #ffffff8f;
    border-radius: 16px;
    margin: auto;
    transition: background 1s ease-in-out;
    animation: tiltianim 2s linear infinite;
}

.uploading-parent-fixed {
    position: fixed;
    bottom: 1%;
    width: 100%;
    z-index: 1001;
    background: #0000;
}

@keyframes tiltianim {
  0% {
    background: #ffffff8f;
  }
  50% {
    background: #ffffff;
  }
  100% {
    background: #ffffff8f;
  }
}


.loading-text-on{
    text-align: center;
    font-size: 0.9vw;
    line-height: 1.3;
    color: #000000;
}

/** new in interview video **/

.card-container{
    z-index: 1001;
}

.background-recording{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    background: #0000009c;
    right: 0;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
}

.background-recording.in-recording{
    opacity: 1;
}

.notify-dash-pop-up {
    position: fixed;
    bottom: 2%;
    right: 2%;
    background: white;
    padding: 10px 15px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.notify-dash-pop-up .title-notify {
    font-size: 16px;
    font-weight: bold;
}

.notify-animation{
    height: 38px;
    width: 38px;
    margin-right: 10px;
}

.desc-notify{
    line-height: 1.1;
    margin-top: 5px;
    font-size: 14px;
}

.close-x-mark {
    position: absolute;
    right: 3%;
    top: 1.5%;
}

.close-x-mark .fa-xmark{
    font-size: 18px;
    cursor:pointer;
}

.display-btn-icon{
    display:flex;
    align-items: center;
}

.display-btn-icon i{
    color:white;
    font-size: 16px;
    margin-right: 5px;
}

.preview-layout{
    z-index: 10;
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.preview-layout .preview-text{
    font-size: 28px;
    color: #0000007a;
}

.shimmer-wrapper-rt {
    
}

.shimmer-rt {
    background: linear-gradient(90deg, rgba(200, 200, 200, 0.1) 25%, rgba(200, 200, 200, 0.3) 50%, rgba(200, 200, 200, 0.1) 75%);
    background-size: 200% 100%;
    animation: shimmer-anim 1.5s infinite;
}

.basic-dialog{
    background: #FCFFDF;
    border: 1.5px solid #7B7118;
    color: #7B7118;
    border-radius: 16px;
    padding: 15px 25px;
}

.basic-dialog .title-with-icon{
    display: flex;
    align-items: center;
}

.basic-dialog .title-with-icon .icon-title{
    margin-right: 7px;
    font-size: 18px;
    color: #7B7118;
}

.basic-dialog .title-with-icon .title-in{
    color: #7B7118;
    font-weight: 700;
}

.basic-dialog .description-dialog{
    line-height: 1.3;
    margin-top: 12px;
}

.manage-protected-links{
    display:flex;
    flex-direction: column;
}

.manage-protected-links .title-protected-links{
    display:flex;
    flex-direction: row;
    align-items: center;
}

.title-protected-links .back-in-create{
    font-size: 20px;
    margin-right: 12px;
    cursor: pointer;
}

.title-protected-links .back-in-create:hover{
    color: #5234E2;
}

.title-protected-links h5{
    margin-right: 15px;
}

/* Switch Container */
.switch-link {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 32px;
    margin-bottom: 0px;
}

/* Hide default HTML checkbox */
.switch-link input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* Slider */
.slider-link {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

/* Slider before (knob) */
.slider-link:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 6px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

/* Checked state */
input:checked + .slider-link {
    background-color: #5234E2;
}

/* Move the knob when checked */
input:checked + .slider-link:before {
    transform: translateX(23px);
}

/* Optional: Adding shadow */
.slider-link:before {
    box-shadow: 0 0 1px #2196F3;
}

.protected-links-list{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.protected-link-item {
    margin-top: 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #FAFAFA;
    padding: 15px 20px;
    border: 1.2px solid #A9A8AA;
    border-radius: 8px;
}

.protected-link-item .name-layout {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 75%;
}

.protected-link-item .btns-layout-bottom {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    margin-left: 25px;
}

.protected-link-item .name-layout .btns-layout-bottom .btn-underlined-share:first-child{
    margin-right: 8px;
}

.protected-link-item .name-layout .name-link {
    font-size: 16px;
    font-weight: bold;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.enable-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
}


.enable-layout div.delete-link-protected:hover i{
    color: #F52828;
}

.btns-layout-bottom div:hover i{
    color: #5234E2;
}

.btns-layout-bottom div{
    cursor:pointer;
    margin-right: 12px;
    width: 20px;
    height: 20px;
}

.btns-layout-bottom div img{
    height: 20px;
    width: 20px;
}

.btns-layout-bottom div:last-child{
    margin-right: 0px;
}

.btns-layout-bottom .checkbox-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.btns-layout-bottom .toggle-checkbox-visibility{
    opacity: 0;
    display:none;
}

.btns-layout-bottom .toggle-label {
    cursor: pointer;
    height: 24px;
    width: 24px;
    position: relative;
    margin-bottom: 0px;
}

.btns-layout-bottom .toggle-label i {
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    transition: opacity 0.3s ease;
}

.btns-layout-bottom .toggle-label.disabled i{
    color:gray;
}

.btns-layout-bottom .toggle-label .fa-eye-slash {
    opacity: 1; /* Ocultar el ícono de ojo con barra por defecto */
}

.btns-layout-bottom .toggle-checkbox-visibility:checked + .toggle-label .fa-eye {
    opacity: 1; /* Ocultar el ícono de ojo cuando el checkbox está marcado */
}

.btns-layout-bottom .toggle-checkbox-visibility:checked + .toggle-label .fa-eye-slash {
    opacity: 0; /* Mostrar el ícono de ojo con barra cuando el checkbox está marcado */
}

.blind-inform-layout{
    padding: 10px 50px;
    display: flex;
    flex-direction: column;
}

.box-inform{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    padding: 20px 40px;
    background: #FAFAFA;
    border-radius: 12px;
    box-shadow: 2px 4px 7px 2px rgb(0 0 0 / 10%);
}

.display-buttons-interview{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.display-buttons-interview .btn-access{
    display: flex;
    align-items: center;
    padding: 20px 10px;
    
}

.display-buttons-interview .next-btn{
    margin-left: 10px;
}

.display-buttons-interview .prev-btn{
    margin-right: 10px;
}

#dynamic-content-interv .into-answers .card-answer-video{
    margin-bottom: 30px;
}

.title-empty-protected-links {
    margin-top: 20px;
    text-align: start;
    font-style: italic;
    color: gray;
}

.modal-header{
    border-bottom: none;
}

.modal .modal-content{
    background-color: white;
}

.normal-layout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.display-links-bottom {
    width: 100%;
    display: flex;
    margin-top: 25px;
    margin-bottom: 20px;
}

.display-links-bottom .button-link-layout {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.btn-normal.small.btn-links-popup{
    margin-top: 10px;
    width: 100%;
}

.temporal-display-link-input{
   width: 100%;
   display:flex;
   margin-top: 10px;
   align-items: center;
}

.display-temporal-parent{
    display:flex;
    width: 100%;
    align-items: start;
    flex-direction: column;
}

.display-temporal-parent .info-link{
    margin-top: 5px;
    color: #5234E2;
    font-size: 15px;
    margin-left: 10px;
}

.temporal-display-link-input .img-icon-28{
    margin-right: 0px;
}

.display-temporal-parent .disabled-input{
    height: 50px;
    padding-left: 10px;
    padding-right: 10px;
}

div.btn.btn-simple-lila{
    padding: 12px 0px;
    background: #5234E2;
    border-radius: 100px;
}

div.btn.btn-simple-lila:hover{
    background: white;
    color: #5234E2;
    border: 1px solid #5234E2;
}

div.btn.btn-simple-lila:hover i{
    color: #5234E2;
}

div.warning-repo-insert{
    background: #FCFFDF;
    color: #7B7118;
}

.ck.ck-editor__main>.ck-editor__editable {
    min-height: 400px;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw{
    border-color: #5234E2 !important;
}

#CookiebotWidget .CookiebotWidget-consent-details button{
    color: #5234E2 !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #5234E2 !important;
    border-color: #5234E2 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
    fill: #5234E2 !important;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-consents-list li.CookiebotWidget-approved svg{
    fill: #5234E2 !important;
}

.shimmer-rt.shimmer-company-job-selection {
    height: 50px;
    width: 300px;
    border-radius: 30px;
}

.shimmer-rt.large-loading-shimmer-input{
    height: 55px;
    width: 25%;
    border-radius: 10px;
}

.shimmer-rt.small-loading-shimmer-input{
    height: 55px;
    width: 15%;
    border-radius: 10px;
}

.filter-loading-shimmer{
    display: flex;
    margin-top: 15px;
    gap: 10px;
}

input:focus{
    background:white !important;
}

.hidden-on-desktop{
    display:none;
}

/** scrollbar in web **/

.ts-wrapper .ts-control {
  border-radius: 28px;
  background: #F4F4F4;
}

.ts-wrapper.dropdown-active .ts-control {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-color: #00000042 !important;
    box-shadow: none;
}

.ts-wrapper .ts-dropdown {
    margin-top: -12px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    overflow: hidden;
    border-top-color: #0000006b;
    background: #fdfdfd;
}

.ts-wrapper .ts-dropdown .optgroup-header{
    background: #fdfdfd;
}

.ts-wrapper .ts-dropdown .active{
    background-color: #E8DEF8;
}

.ts-dropdown-content::-webkit-scrollbar {
    width: 6px; /* Ancho del scrollbar vertical */
    height: 12px; /* Altura del scrollbar horizontal */
}

.ts-dropdown-content::-webkit-scrollbar-thumb {
    background-color: #7A7A7A; /* Color del scrollbar */
    border-radius: 100px;
}

.ts-dropdown-content::-webkit-scrollbar-track {
    background: #fdfdfd; /* Color del track (fondo del scrollbar) */
}

/* Chrome, Safari y Edge */
.dropdown-menu.show::-webkit-scrollbar {
    width: 6px; /* Ancho del scrollbar vertical */
    height: 12px; /* Altura del scrollbar horizontal */
}

.dropdown-menu.show::-webkit-scrollbar-thumb {
    background-color: #7A7A7A; /* Color del scrollbar */
    border-radius: 100px;
}

.dropdown-menu.show::-webkit-scrollbar-track {
    background: #fdfdfd; /* Color del track (fondo del scrollbar) */
}

.display-options-mobile{
    display:flex;
    align-items: center;
    gap: 10px;
}

#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton{
    border: 2px solid #3262f7;
    background-color: #3262f7;
}

.pssword{
    height: 45px;
}

.flex-child-nofill{
    flex: 0 0 auto;
}

.flex-child-fill{
    flex: 1;
}

.flex-card-profile-2 .flex-child-gaped{
    display:flex;
    align-items: center;
    gap: 5px;
}

.flex-align-center{
    display: flex !important;
    align-items: center;
}

.flex-card-profile-2 .profile-name{
    font-size: 22px;
}

@keyframes shimmer-anim {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

/** ================ **/

@media (max-width: 600px){
    
    .basic-dialog.marged-in-mobile{
        margin: 10px 0px;
    }
    
    .job-list-kpi{
        padding: 0px 0px !important;
    }
    
    .talent-list-kpi {padding: 0px 0px !important;}
    
    .job-item-kpi .fa-briefcase {
        margin-right: 10px;
        font-size: 14px;
    }

    .job-item-kpi .count-kpi{
        font-size: 0.7rem;
    }
    
    .job-item-kpi .name{
        margin-right: 10px;
        font-size: 0.8rem;
    }
}

@keyframes pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes pulse-text {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 600px){
    
    .container-job-applications .list-recent-jobs{
        margin-top: 15px;
    }
    
    .hidden-on-desktop{
        display:block;
    }
    
    .shimmer-rt.large-loading-shimmer-input{
        height: 50px;
        width: 100%;
    }

    .shimmer-rt.small-loading-shimmer-input{
        margin-top: 10px;
        height: 50px;
        width: 100%;
    }
    
    .pdf-explain.modal-viewer{
        height: 550px; max-width: 56rem; width: 100%;
    }
    
    .company-extra-info{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .thumb-present{
        height: 200px;
    }
    
    .relative-thumb{
        position: relative;
        max-height: 200px;
    }

    
    .video-item-grid{
        min-height: 200px;
        height: 200px;
    }
    
    .box-item-stats div{
        font-size: 12px;
        text-align: center;
        line-height: 14px;
    }
    
    h4.title-n{
        font-size: 18px;
        line-height: 24px;
    }
    
    .ml-10-pc{
        margin-left: 0px;
    }
    
    .mt-onlyonmobile-10{
        margin-top:10px;
    }
    
    .ml-5-onlymobile{
        margin-left: 5px !important;
    }
    
    .warn-div-text{
        text-align: center;
        margin-top: 7px;
        font-size: 13px !important;
    }
    
    .warn-div .fa-xmark{
        right: 1%;
    }
    
    .p-mobile-10{
        padding: 0px 10px;
    }
    
    .ml-only-pc.ml-5-onlymobile{
        margin-left: 5px !important;
    }
    
    .ml-only-pc.ml-5-onlymobile.no-mt{
        margin-top: 0px !important;
    }
    
    .btn-options{
        padding: 5px 10px;
        font-size: 12px;
    }
    
    .name-candidate-interview{
        margin-left:0px;
    }
    
    .selector-parent-mg {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
        margin-top: 15px;
    }
    
    .recruiter-info-parent{
        padding: 30px 10px;
        border: 1px solid white;
    }
    
    .img-recruiter{
        height: 100px;
    }
    
    .message-box{
        margin-top: 20px;
        padding: 10px !important;
    }
    
    .ml-100{
        margin-left: 0px !important;
    }
    
    mr-only-pc{
        margin-right: 0px;
        margin-bottom: 0px;
    }
    
    .ml-only-pc{
        margin-left: 0px;
        margin-top: 10px;
    }
    
    .thumb-container{
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .thumb-img{
        height: auto;
        width: 100%;
    }
    
    .play-icon-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1;
        cursor: pointer;
    }
    
    .title-pg{
        font-size: 18px;
    }
    
    .back-to {
        height: 22px;
        font-size: 22px;
        margin-left: 2px !important;
    }
    
    .answer-vid{
        width: 100%;
        height: 300px;
    }
    
    .card-answer-video{
        width: 100%;
        padding: 0px;
    }
    
    .card-container{
        width: 100%;
    }
    
    .relative.big{
        height: 240px;
    }
    
    .answer-video-preview{
        height: 300px;
    }
    
    .info-initial{
        padding-top: 20px;
    }
    
    .question-container{
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .card-container img{
        height: 30px;
    }
    
    .info-display-question{
        display:flex;
        margin-top: 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .fade-overlay-vid{
        font-size: 18px;
    }
    
    .question-container-child .presentation-video-preview{
            height: 180px;
            width: 100%;
    }
    
    .container.container-dash{
        margin-left: 0px !important;
    }
    
    .cm-selection{
        margin-right: 10px;
    }
    
    .preloader .preloader-anim{
        height: 220px;
        width: 220px;
    }
}

@media (min-width: 601px) and (max-width: 990px){
    
    .what-to-do-section {
        padding-top: 30px;
        padding-right: 60px;
        padding-bottom: 30px;
        padding-left: 60px;
    }
    
    .pdf-explain.modal-viewer{
        height: 550px; max-width: 56rem; width: 100%;
    }
    
    .company-extra-info{
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .ml-10-pc{
        margin-left: 5px;
    }
    
    .selector-parent-mg{
        margin-left: 10px;
        margin-right: 10px;
         width: 100%;
    }
    
    mr-only-pc{
        margin-right: 15px;
        margin-bottom: 0px;
    }
    
    .ml-only-pc{
        margin-left: 20px;
    }
    
    .thumb-container{
        position: relative;
    }
    
    .answer-vid{
        width: 100%;
        height: 400px;
    }
    
    .card-answer-video{
        width: 650px;
        padding: 20px;
    }
    
    .card-container{
        width: 650px;
    }
    .info-initial{
        padding-top: 30px;
    }
    
    .relative.big{
        height: 310px;
    }
    
    .answer-video-preview{
        height: 350px;
    }
    
    .question-container{
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .card-container img{
        height: 35px;
    }
    
    .info-display-question{
        display:flex;
        margin-top: 20px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .fade-overlay-vid{
        font-size: 25px;
    }
    
    .question-container-child .presentation-video-preview{
        height: 300px;
        width: 100%;
    }
    
    .container.container-dash{
        margin-left: 30px !important;
    }
}

@media (min-width: 991px){
    
    .what-to-do-section {
        padding-top: 30px;
        padding-right: 60px;
        padding-bottom: 30px;
        padding-left: 60px;
    }
    
    .pdf-explain.modal-viewer{
        height: 550px;
        max-width: 100%;
        width: 100%;
    }
    
    .modal-dialog.viewer-pdf {
        max-width: 1000px !important;
    }
    
    .company-extra-info{
        margin-right: 25px;
    }
    
    .ml-10-pc{
        margin-left: 10px;
    }
    
    .selector-parent-mg{
        margin-left: 10px;
        margin-right: 10px;
         width: 40%;
    }
    
    mr-only-pc{
        margin-right: 15px;
        margin-bottom: 0px;
    }
    
    .ml-only-pc{
        margin-left: 20px;
    }
    
    .thumb-container{
        position: relative;
    }
    
    .answer-vid{
        width: 100%;
        height: 450px;
    }
    
    .card-answer-video{
        width: 840px;
        padding: 20px;
    }
    
    .info-display-question{
        display:flex;
        flex-direction: column;
        justify-content: start;
    }
    
    .relative.big{
        height: 410px;
    }

    .answer-video-preview{
        height: 400px;
        width: 100%;
    }
    
    .card-container{
        width: 800px;
    }
    
    .info-initial{
        padding-top: 50px;
    }
    
    .question-container{
        padding-top: 50px;
        padding-left: 75px;
        padding-right: 75px;
    }
    
    .card-container img{
        height: 40px;
    }
    
    .question-container-child .presentation-video-preview{
        height: 400px;
        width: 100%;
    }
    
    .fade-overlay-vid{
        font-size: 28px;
    }
    
    .title-question{
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .question-info{
        padding-top: 3px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    
    .container.container-dash{
        margin-left: 40px !important;
    }
}

@media (min-width: 1600px){
    
    .title-activities{
        font-size: 38px;
    }
    
    .six-months {
        width: 28vw;
        height: 30vw;
    }
    
    .box-ability h5{
        font-size: 20px;
    }
    
    .to-do-in h4{
        font-size: 38px;
    }
    
    .title-job-detail {
        font-size: 45px;
    }
    
    .description-layout h4:first-child{
        font-size: 38px;
    }
    
    .company-main-info h4{
        font-size: 38px;
    }
    
    .title-primary{
        font-size: 38px;
    }
    
    .contract-layout h5 {
        font-size: 20px;
    }
    
    .cta-layout-offer h4 {
        font-size: 38px;
    }
    
    .cta-layout-offer .explain-cta{
        font-size: 17px;
    }
    
    .what-to-do-section {
        padding-top: 30px;
        padding-right: 100px;
        padding-bottom: 30px;
        padding-left: 100px;
    }
    
    .pdf-explain.modal-viewer{
        height: 700px;
        max-width: 100%;
        width: 100%;
    }
    
    .modal-dialog.viewer-pdf {
            
        max-width: 1400px !important;
    }
    
    .company-extra-info{
        margin-right: 25px;
    }
    
    .theme-background{
        height: 50%;
    }
    
    .selector-parent-mg{
         width: 30%;
    }
    
    .container-detail-job{
        padding: 30px 100px !important;
    }
    
}

.btn-simple i{
    color: white;
    margin-right: 8px;
}

a.btn-simple:hover{
    color:white;
}

/**  **/