/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/
:root {
  --opus-color: #5231ff;
  --opus-color-light: #6346ff;
  --opus-purple: #9a69fa;
  --opus-purple-light: #a77cfc;
  --section-background-light: #fdfcff;
  --section-background-dark: #f9f9f9;
  --button-main: var(--opus-purple);
  --button-main-box-shadow: rgba(167, 124, 252, 0.23);
  --button-alert: #dc3545;
  --button-alert-box-shadow: rgba(220, 53, 69, 0.23);
  --text-normal: #444444;
  --text-dark: #333333;
  --text-light: #777777;
  --text-white: #ffffff;
  --text-alert: #dc3545;
  --light-gray: #999999;
  --medium-gray: #777777;
  --box-background: #fff;
  --box-background-highlight: #f0f0f0;
  --box-background-blue: rgba(28, 105, 250, 0.125);
  --box-highlight: #f5f5f5;
  --box-border: #505050;
  --box-border-gray: rgba(0, 0, 0, .125);
  --header-background: #fff;
  --navbar-background: #f9f9f9;
  --footer-background: #ffd101;
  --indicator-level1-bg: #52b963;
  --indicator-level2-bg: #309df0;
  --indicator-level3-bg: #9a61c8;
  --indicator-level4-bg: #f8be38;
  --indicator-good-bg: #52b963;
  --indicator-bad-bg: #dc3545;
  --indicator-neutral-bg: #f8be38;
  --importance-level-0-bg: #999999;
  --importance-level-1-bg: #309df0;
  --importance-level-2-bg: #9a61c8;
  --importance-level-3-bg: #f8be38;
  --importance-level-85-bg: #f88800;
  --importance-level-99-bg: #52b963;
  --match-status-progress: #309df0;
  --match-status-hired: #52b963;
  --match-status-rejected: #dc3545;
  --job-interested: #ffd101;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--text-normal);
  background-color: var(--section-background-dark);
}

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

a:hover {
  color: var(--opus-purple);
  text-decoration: none;
  transition: 0.2s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: var(--text-dark);
}

h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 44px;
}

h3 {
  font-size: 20px;
  font-weight: 700;
}

h4 {
  font-size: 18px;
  font-weight: 500;
}

h5 {
  font-size: 16px;
  font-weight: 400;
}

h6 {
  font-size: 14px;
  font-weight: 400;
}

main {
  min-height: calc(100vh - 188px);
  /*  viewport - footer */
  padding-top: 90px;
  font-size: 14px;
}

.text-break {
  white-space: break-spaces;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-bottom: 30px;
  overflow: hidden;
}

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

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

.section-title {
  text-align: center;
  padding-bottom: 15px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.section-title p {
  margin-bottom: 0;
}

.section-title i {
  font-size: 40px;
  position: relative;
  top: 8px;
  right: 6px;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
.img-tiny img {
  width: 50px;
  height: 50px;
  padding: 6px;
  border-radius: 6px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.img-small img {
  width: 70px;
  height: 70px;
  padding: 8px;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.img-normal img {
  width: 120px;
  height: 120px;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.img-large img {
  width: 180px;
  height: 180px;
  padding: 16px;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/*--------------------------------------------------------------
# Alerts
--------------------------------------------------------------*/
.alert-opus {
  color: var(--text-dark);
  background-color: var(--footer-background);
  border-color: var(--importance-level-3-bg);
  font-size: 15px;
}

.alert-opus a {
  font-size: 16px;
  font-weight: 800;
}

.alert-opus i {
  position: relative;
  top: 10px;
  right: 4px;
  font-size: 32px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-main p {
  font-size: 14px;
  margin-bottom: 0;
  padding: 6px 16px;
}

.form-main .form-group {
  padding: 10px 10px;
}

.form-main .form-group .form-select {
  padding: 12px 10px;
}

.form-main .form-row {
  display: flex;
}

.form-main input {
  font-size: 14px;
  height: 50px;
}

.form-floating .form-control {
  padding-left: 2.3rem;
  height: 50px;
}

.form-floating.small-padding textarea {
  padding-left: 12px;
}

.form-floating.small-padding label {
  padding-left: 24px;
}

.form-floating label {
  font-size: 14px;
  top: 10px;
  padding-left: 3.3rem;
  color: var(--text-light);
  opacity: 0.75;
}

.form-main input:focus {
  border-color: var(--opus-purple);
  box-shadow: 0 0 0 0.25rem rgba(167, 124, 252, 0.25);
}

.form-main textarea {
  font-size: 14px;
}

.form-main textarea:focus {
  border-color: var(--opus-purple);
  box-shadow: 0 0 0 0.25rem rgba(167, 124, 252, 0.25);
}

textarea.form-control {
  min-height: 10rem;
}

.form-main .form-checkbox {
  position: relative;
  display: flex;
  padding: 10px 16px;
}

.form-main .form-checkbox input {
  position: relative;
  top: 2px;
  height: 17px;
  width: 34px;
  accent-color: var(--opus-purple);
}

.form-main .form-checkbox label {
  font-size: 13px;
  padding-left: 10px;
}

.form-main .form-radio {
  position: relative;
}

.form-main .form-radio .form-check {
  padding-right: 1.5em;
}

.form-main .form-radio input {
  height: 20px;
  width: 20px;
}

.form-main .form-radio :checked {
  background-color: var(--opus-purple);
  border-color: var(--opus-purple);
}

.form-main .form-radio label {
  position: relative;
  top: 4px;
  padding-left: 4px;
}

.form-main .form-check {
  display: flex;
}

.form-main .form-check input {
  height: 32px;
  width: 66px;
}

.form-main .form-check input:hover {
  cursor: pointer;
}

.form-main .form-check input:focus {
  border-color: var(--opus-purple-light);
  box-shadow: 0 0 0 0.25rem rgba(28, 105, 250, 0.25);
}

.form-main .form-check-input:checked {
  background-color: var(--opus-purple);
  border-color: var(--opus-purple-light);
}

.form-main .form-check .square {
  margin-top: 10px;
  height: 50px;
  width: 50px;
}

.form-main .datepicker:hover {
  cursor: pointer;
}

.form-icon {
  position: relative;
}

.form-icon i {
  position: absolute;
  font-size: 26px;
  padding: 10px;
  color: var(--text-light);
}

.form-icon-left {
  pointer-events: none;
  left: 6px;
  top: 14px;
}

.form-icon-left.upload {
  font-size: 26px;
  padding: 0px 10px 5px 5px;
}

.form-icon-right {
  pointer-events: visible;
  cursor: pointer;
  right: 10px;
}

.form-icon-right.download {
  font-size: 26px;
  padding: 0px 5px 5px 10px;
}

.form-icon input {
  padding-left: 40px;
}

span.field-validation-valid {
  display: none !important;
}

.form-validation span {
  display: block;
  position: absolute;
  max-width: 20rem;
  top: 59px;
  left: 36px;
  background-color: var(--box-background);
  color: var(--text-alert);
  font-size: 13px;
  text-align: center;
  padding: 6px 12px;
  box-shadow: 2px 2px 2px 1px rgba(220, 53, 69, 0.12);
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  z-index: 999;
}

.form-validation span:before,
.form-validation span:after {
  border: solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  pointer-events: none;
  width: 0;
  bottom: 100%;
}

.form-validation span:before {
  border-bottom-color: var(--text-alert);
  left: 40px;
  margin-left: -8px;
  border-width: 8px;
}

.form-validation span:after {
  border-bottom-color: var(--box-background);
  left: 40px;
  margin-left: -7px;
  border-width: 7px;
}

.validation-position span {
  top: 3rem;
  left: 0rem;
}

.form-validation-alert ul {
  margin-bottom: 0;
  padding-left: 0;
}

.form-validation-alert li {
  list-style-type: none;
  text-align: center;
}

.textarea-validation span {
  position: relative;
  top: 7px;
  left: 10px;
}

@media (max-width: 768px) {
  .form-floating .form-control {
    padding-left: 2.65rem;
  }

  .form-floating label {
    padding-left: 3.75rem;
  }

  .form-main .form-check input {
    height: 28px;
    width: 60px;
  }
}

@media (max-width: 575px) {
  .form-main .form-group {
    padding: 10px 4px;
  }

  .form-floating .form-control {
    padding-left: 3.05rem;
  }

  .form-main .form-row {
    display: block;
  }

  .form-icon-left {
    left: 4px;
  }

  .form-icon-right {
    right: 4px;
  }
}

.custom-file-button {
  font-family: "Poppins", sans-serif;

  input[type="file"] {
    margin-left: -2px !important;

    &::-webkit-file-upload-button {
      display: none;
    }

    &::file-selector-button {
      display: none;
    }
  }

  &:hover {
    label {
      background-color: #dde0e3;
      cursor: pointer;
    }
  }
}

.form-file-upload {
  padding-left: 20px;
  padding-top: 15px;
}

/*--------------------------------------------------------------
# Notification
--------------------------------------------------------------*/
.notification h4 {
  align-items: end;
  display: flex;
}

.dark-link a:hover {
  color: var(--text-dark);
}

.notification i {
  font-size: 24px;
  margin-right: 6px;
}

.notification p {
  font-size: 1.00rem;
}

.notification span {
  font-size: 0.85rem;
}

.notification-dot {
  position: absolute;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 2px solid var(--text-white);
  background-color: var(--text-alert);
  display: none;
}

.notification-dot.dropdown {
  left: 26px;
  top: 3px;
}

.notification-dot.mobile {
  left: 10px;
  top: 14px;
}

.notification-dot.menu {
  right: 13px;
  top: 5px;
}

/*--------------------------------------------------------------
# Referral
--------------------------------------------------------------*/
.ol-list-referral,
.ul-list-referral {
  text-align: left;
}

.user-select-all {
  font-weight: 600;
  padding: 8px 28px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 1rem;
}

.btn-main {
  vertical-align: middle;
}

/*--------------------------------------------------------------
# Information Dialogs
--------------------------------------------------------------*/
.header-text {
  font-weight: bold;
}

.dialog-list {
  text-align: left;
  list-style-type: none;
  padding-left: 0;
}

.happy-icon {
  font-size: 6rem;
  color: #ffcc00;
}

.party-icon {
  font-size: 6rem;
  background: linear-gradient(red, rgb(246, 245, 12));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.list-icon {
  margin-right: 0.5rem;
  font-size: 2rem;
}

.list-item {
  display: flex;
  align-items: flex-start;
}

.list-item i {
  flex-shrink: 0;
}

.job-release-notice {
  font-style: italic;
  font-weight: bold;
}

.dialog-container {
  padding: 1.2rem;
}

.initial-note {
  font-weight: bold;
  font-size: 1.5rem;
}

.celebration-note {
  font-weight: bold;
  font-size: 1.5rem;
}

/*--------------------------------------------------------------
# Modals
--------------------------------------------------------------*/
.modal-dialog {
  max-width: 960px;
}

.modal-header {
  padding: 1rem 2rem;
}

.modal-header i {
  font-size: 38px;
  padding-right: 10px;
}

.modal-footer {
  padding: 1rem 2rem;
}

/*--------------------------------------------------------------
# Autocomplete
--------------------------------------------------------------*/
.ui-autocomplete {
  position: absolute;
  font-size: 14px;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  max-height: 360px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  text-align: left;
  background-color: var(--box-background);
  border: 1px solid var(--box-border);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  overflow-y: auto;
  overflow-x: hidden;
}

.ui-autocomplete>li>div {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: var(--text-light);
  white-space: nowrap;
}

.ui-state-hover,
.ui-state-active,
.ui-state-focus {
  text-decoration: none;
  background-color: var(--box-highlight);
  cursor: pointer;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*--------------------------------------------------------------
# International Telephone Input
--------------------------------------------------------------*/
.iti {
  width: 100%;
}

.iti--show-selected-dial-code .iti__selected-flag {
  background-color: var(--box-background);
  font-size: 14px;
}

/*--------------------------------------------------------------
# UI Feedback
--------------------------------------------------------------*/

.loading-spinner img {
  display: none;
}

.partial-message {
  max-width: 380px;
  text-wrap: pretty;
}

.partial-message i {
  font-size: 80px;
}

.partial-message-lg {
  max-width: 680px;
}

/*--------------------------------------------------------------
# Box
--------------------------------------------------------------*/
.box-item {
  padding: 10px 24px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--box-background);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.box-item-header {
  background-color: var(--section-background-dark);
}

.box-item h2 i {
  position: relative;
  font-size: 36px;
  margin-right: 4px;
  top: 4px;
}

/*--------------------------------------------------------------
# Multi Item
--------------------------------------------------------------*/
.multi-item {
  min-height: 52px;
  padding-left: 8px;
  padding-right: 8px;
}

.multi-item .multi-item-entry {
  font-size: 14px;
  color: var(--text-normal);
  background-color: var(--box-background);
  border: 1px solid var(--box-border-gray);
  border-radius: 0.3rem;
  margin: 6px;
  padding: 4px 6px;
}

.form-multi-item {
  min-height: 76px;
}

.form-multi-item .multi-item-entry span {
  position: relative;
  top: 4px;
}

.multi-item .multi-item-entry i {
  font-size: 30px;
  color: var(--text-light);
  opacity: 0.88;
  transition: 0.15s ease-in;
  position: relative;
  padding-left: 4px;
}

.multi-item-entry i:hover {
  color: var(--opus-purple);
  cursor: pointer;
  opacity: 1;
  transition: 0.15s ease-in;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn-main {
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 28px;
  border-radius: 3px;
  color: #fff;
  background: linear-gradient(#0000, rgb(0 0 0/12%)) top/100% 800%;
  background-color: var(--opus-purple);
  border-color: var(--opus-purple);
  transition: 0.2s ease-in;
}

.btn-main:hover {
  background-position: bottom;
  color: #fff;
}

.btn-main:focus {
  border-color: var(--opus-purple);
  box-shadow: 0 0 0 0.25rem var(--button-main-box-shadow);
}

.btn-main span.spinner-hide {
  display: none;
}

.btn-main span.spinner-show {
  display: inline-block;
}

.btn.btn-main i  {
  font-size: 1.5em;
  vertical-align: middle;
}

.btn-secondary {
  font-weight: 600;
  letter-spacing: 1px;
  padding: 8px 28px;
  border-radius: 3px;
  transition: 0.2s ease-in;
}

.btn-alert {
  background-color: var(--button-alert);
  border-color: var(--button-alert);
}

.btn-alert:focus {
  border-color: var(--button-alert);
  box-shadow: 0 0 0 0.25rem var(--button-alert-box-shadow);
}

.btn-wide {
  width: 94%;
}

button.display-none {
  display: none;
}

.btn-icon i {
  font-size: 36px;
  color: var(--text-light);
  opacity: 0.88;
  transition: 0.15s ease-in;
}

.btn-icon.large i {
  font-size: 54px;
}

.btn-icon i:hover {
  color: var(--opus-purple);
  cursor: pointer;
  opacity: 1;
  transition: 0.15s ease-in;
}

.img-tiny[role="button"] {
  cursor: pointer;
  padding: .01rem .01rem;
  transition: background-color 0.2s;
  transition: scale 0.2s;
}

.img-tiny[role="button"]:hover,
.img-tiny[role="button"]:focus {
  background-color: var(--box-background-blue);
  scale: 1.03;
}

/*--------------------------------------------------------------
# Popover Information
--------------------------------------------------------------*/
.popover-info {
  position: absolute;
  font-size: 28px;
  color: var(--text-light);
  padding-top: 10px;
  padding-left: 14px;
}

.section-title .popover-info {
  padding-top: 0px;
  margin-top: -10px;
}

.h3 .popover-info {
  font-size: 25px !important;
  padding-top: 0px;
}

.popover-info i:hover {
  cursor: pointer;
}

.popover-info:hover {
  color: var(--opus-color) !important;
}

.popover-info:active {
  color: var(--opus-purple-light);
}

/*--------------------------------------------------------------
# Stepper
--------------------------------------------------------------*/
.step-circle i {
  font-size: 40px;
  background: linear-gradient(#0000, rgb(0 0 0/12%)) top/100% 800%;
  background: var(--light-gray);
  color: var(--text-white);
  width: 64px;
  height: 64px;
  line-height: 0;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in;
  border-color: var(--opus-purple);
}

.step-circle i:hover {
  background-color: var(--medium-gray);
  background-position: bottom;
  color: #fff;
}

.active .step-circle i {
  background: var(--opus-purple) linear-gradient(#0000, rgb(0 0 0/14%)) top/100% 800%;
}

.active .step-circle i:hover {
  background-color: var(--opus-purple);
  background-position: bottom;
  color: #fff;
}

.step-line {
  min-height: 2px;
  margin: auto 10px auto 10px;
  border-radius: 6px;
  background: var(--light-gray);
  flex-grow: 1;
}

@media (max-width: 575px) {
  .step-circle i {
    font-size: 30px;
    width: 48px;
    height: 48px;
  }
}

.small-steps {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.small-steps .step-circle i {
  font-size: 30px;
  width: 32px;
  height: 32px;
}

/*--------------------------------------------------------------
# Items
--------------------------------------------------------------*/
.profile-details .item {
  margin-bottom: 20px;
  padding: 20px 20px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--box-background);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.item-info {
  padding: 20px 20px;
}

.item-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  color: var(--text-light);
}

.item-info p {
  font-size: 14px;
  margin-bottom: 8px;
  white-space: break-spaces;
  line-height: 1.2rem;
}

.item-info ul {
  position: relative;
  right: 12px;
  margin-bottom: 0;
}

.item-info li {
  font-size: 15px;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Popover
--------------------------------------------------------------*/
.popover {
  max-width: 560px;
}

.h2 .popover-standalone-info {
  padding-top: 2px;
  padding-left: 12px;
}

.h3 .popover-standalone-info {
  padding-left: 28px;
}

.popover.popover-info-data,
.popover.popover-standalone-info-data {
  position: relative;
  border: none !important;
}

@media (max-width: 768px) {
  .popover {
    max-width: 440px;
  }
}

@media (max-width: 575px) {
  .popover {
    max-width: 360px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: none;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo img {
  max-height: 50px;
  justify-content: center;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 26px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--opus-purple);
  transition: 0.2s ease-in;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  right: calc(100% - 120px);
  top: calc(100% + 10px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 160px;
  display: flex;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 18px;
  text-transform: none;
  font-weight: 500;
}

.navbar .dropdown ul a span {
  /*width: 50px;*/
  display: flex;
  justify-content: center;
}

.navbar .dropdown ul a i {
  font-size: 30px;
  padding-right: 10px;
}

.navbar .dropdown .center-icon {
  margin-right: 6px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--opus-purple);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
.nav-mobile {
  display: none;
}

.mobile-nav-open {
  color: var(--text-dark);
  font-size: 44px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-open.bi-x {
  color: var(--box-background);
}

@media (max-width: 992px) {
  .mobile-nav-open {
    display: block;
  }

  .nav-mobile {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.mobile-nav-close {
  position: absolute;
  font-size: 48px;
  top: 15px;
  right: 15px;
  display: none;
}

.navbar-mobile .dropdown {
  display: none;
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 90px;
  right: 0;
  left: 0;
  padding: 16px 0;
  background-color: var(--navbar-background);
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 30px;
  font-size: 18px;
  color: var(--text-dark);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--opus-purple);
}

/*--------------------------------------------------------------
# Content Tabs
--------------------------------------------------------------*/
.content-tab {
  border: none;
}

.content-tab .nav-link {
  border: none;
}

.content-tab button {
  color: var(--text-dark);
  font-size: 15px;
  font-weight: 400;
}

.content-tab button:hover,
.content-tab button:hover i {
  color: var(--opus-purple);
  cursor: pointer;
  opacity: 1;
  transition: 0.15s ease-in;
}

.content-tab button.active {
  color: var(--opus-purple) !important;
  background-color: var(--section-background-dark) !important;
}

.content-tab i {
  position: relative;
  top: 7px;
  color: var(--text-dark);
  font-weight: 400;
}

.content-tab button.active i {
  color: var(--opus-purple) !important;
}

@media (max-width:1400px) {
  .content-tab button span {
    display: none;
  }

  .content-tab i {
    font-size: 40px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  padding: 0 0 6px 0;
  color: var(--text-normal);
  font-size: 14px;
  background: var(--footer-background);
}

#footer .footer-top {
  padding: 30px 0 20px 0;
}

#footer .footer-top .footer-contact h2 {
  font-weight: 600;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: var(--text-light);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: var(--text-dark);
  position: relative;
  padding-bottom: 4px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: var(--text-dark);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--text-light);
}

#footer .footer-top .social-links a {
  font-size: 22px;
  display: inline-block;
  background: linear-gradient(var(--text-dark), rgb(0 0 0/100%)) top/100% 800%;
  background-color: var(--text-dark);
  transition: 0.2s ease-in;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin: 2px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
}

#footer .footer-top .social-links a:hover {
  background-position: bottom;
}

#footer .copyright {
  float: left;
  color: var(--text-dark);
}

@media (max-width: 768px) {
  #footer .footer-contact h2 {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
  }
}

/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/
.account h2 {
  text-align: center;
}

.account label {
  text-align: left;
  text-wrap: pretty;
}

@media (max-width: 991px) {
  .account {
    text-align: center;
  }

  .account .account-img img {
    width: 70%;
  }

  .account .container {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .account .container {
    min-height: auto;
    margin-top: 20px;
  }

  .account .account-img img {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Account - Login
--------------------------------------------------------------*/
#login .box-item {
  width: 400px;
}

@media (max-width: 575px) {
  #login .box-item {
    width: 380px;
  }
}

/*--------------------------------------------------------------
# Account - Register
--------------------------------------------------------------*/
#register .box-item {
  width: 440px;
}

#register .form-main .form-checkbox {
  padding: 0.9em 2em;
}

@media (max-width: 575px) {
  #register .box-item {
    width: 380px;
  }
}

/*--------------------------------------------------------------
# Account - Settings
--------------------------------------------------------------*/
.account-settings-section {
  overflow: visible;
  overflow-y: visible;
}

section .account-settings {
  overflow: visible;
  overflow-y: visible;
}

.account-settings .item {
  margin-bottom: 20px;
  padding: 20px 20px;
  overflow: visible;
  border-radius: 5px;
  background: var(--box-background);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.account-settings .item .item-box {
  min-width: 300px;
}

.account-settings .item .item-box span {
  font-size: 14px;
  height: 80px;
}


/*--------------------------------------------------------------
# Profile - About
--------------------------------------------------------------*/
#profile-about p {
  font-size: 15px;
  margin: 14px 0 0 0;
  white-space: break-spaces;
  line-height: 1.2rem;
}

#profile-about span {
  font-size: 16px;
  margin: 14px 0 0 0;
}

#profile-about .profile-picture img {
  width: 320px;
  height: 320px;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.icon-info {
  font-weight: 500;
  align-items: center;
}

.icon-info i {
  font-size: 26px;
  color: var(--text-dark);
  float: left;
  width: 34px;
  display: flex;
}

.icon-info.download {
  display: inline-block;
}

.icon-info.download a {
  text-decoration: none;
}

.icon-info.download a:hover,
.icon-info.download a:hover #fileDownload,
.icon-info.download a:hover i {
  color: blue;
}

@media (max-width: 575px) {
  #profile-about h1 {
    font-size: 26px;
  }

  #profile-about p {
    font-size: 15px;
  }

  #profile-about .profile-picture img {
    width: 280px;
    height: 280px;
  }
}

/*--------------------------------------------------------------
# Profile - Details
--------------------------------------------------------------*/
.profile-details .item {
  margin-bottom: 20px;
  padding: 20px 20px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--box-background);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.profile-details .item .item-box {
  min-width: 300px;
}

.profile-details .item .item-box span {
  font-size: 14px;
  height: 80px;
}

.profile-details .skills-proficiency {
  min-height: 130px;
  text-align: center;
  padding: 20px 20px 10px 20px;
}

.profile-details .skills-proficiency h3 {
  min-height: 38px;
  font-size: 15px;
  padding: 0 10px;
}

.profile-details .skills-proficiency span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  color: var(--text-normal);
}

.profile-details .card-actions {
  margin-top: 14px;
  font-size: 24px;
  color: var(--text-light);
}

.profile-details .skills-proficiency i:hover {
  color: var(--opus-purple);
  transition: 0.2s ease-in;
}

.profile-details .skills-proficiency .level-1 {
  background-color: var(--indicator-level1-bg);
}

.profile-details .skills-proficiency .level-2 {
  background-color: var(--indicator-level2-bg);
}

.profile-details .skills-proficiency .level-3 {
  background-color: var(--indicator-level3-bg);
}

.profile-details .skills-proficiency .level-4 {
  background-color: var(--indicator-level4-bg);
}

.profile-details .skills-proficiency .level-5 {
  background-color: var(--indicator-level5-bg);
}

/*--------------------------------------------------------------
# Profile - Snoozed
--------------------------------------------------------------*/
main.snoozed,
main.snoozed h1,
main.snoozed h2,
main.snoozed h3,
main.snoozed h4,
main.snoozed h5,
main.snoozed h6,
main.snoozed .icon-info i,
main.snoozed .content-tab i,
main.snoozed .content-tab button,
main.snoozed a {
  color: var(--text-light);
}

main.snoozed .content-tab button.active {
  color: var(--opus-purple-light);
}

.profile-name span {
  font-size: 32px !important;
}

main.snoozed .profile-name:hover {
  color: var(--opus-purple);
  cursor: pointer;
  opacity: 1;
  transition: 0.15s ease-in;
}

main.snoozed .profile-name span {
  vertical-align: bottom;
}

main.snoozed .profile-name img {
  vertical-align: top;
  padding-top: 5px;
  padding-right: 10px;
}

main.snoozed .profile-name:hover img {
  filter: invert(30%) sepia(50%) saturate(500%) hue-rotate(180deg) brightness(0.95);
}




/*--------------------------------------------------------------
# Card Component
--------------------------------------------------------------*/
.card-body {
  min-height: 220px;
}

.card-text {
  text-align: center;
  padding-top: 8px;
  min-height: 88px;
}

.card-text i {
  font-size: 32px;
}

.card-text .icon {
  font-size: 44px;
}

.card-text .tall {
  min-height: 55px;
}

.card-text > h4 {
  min-height: 3em;
}

.card-actions {
  text-align: center;
}

.card-actions i {
  font-size: 36px;
  color: var(--text-light);
  text-align: center;
  opacity: 0.88;
  transition: 0.15s ease-in;
}

.card-actions.large i {
  font-size: 64px;
}

.card-actions i:hover {
  color: var(--opus-purple);
  cursor: pointer;
  opacity: 1;
  transition: 0.15s ease-in;
}

.card-label {
  display: block;
  align-self: center;
  max-width: fit-content;
  color: var(--text-white);
  font-size: 15px;
  font-weight: 600;
  padding: 6px 10px;
}

.card-label.level-1 {
  background-color: var(--importance-level-1-bg);
}

.card-body.auto {
  min-height: fit-content;
}

.card-body.dark {
  background-color: var(--box-highlight);
}

.card-label.level-2 {
  background-color: var(--importance-level-2-bg);
}

.card-label.level-3 {
  background-color: var(--importance-level-3-bg);
}

.card-label.level-0 {
  background-color: var(--importance-level-0-bg);
}

.card-label.level-85 {
  background-color: var(--importance-level-85-bg);
}

.card-label.level-99 {
  background-color: var(--importance-level-99-bg);
}

.job-list-card {
  min-height: 366px;
}

/*--------------------------------------------------------------
# Profile - Level indicator
--------------------------------------------------------------*/

.indicator .level-1 {
  background-color: var(--indicator-level1-bg);
}

.indicator .level-2 {
  background-color: var(--indicator-level2-bg);
}

.indicator .level-3 {
  background-color: var(--indicator-level3-bg);
}

.indicator .level-4 {
  background-color: var(--indicator-level4-bg);
}

.indicator .level-5 {
  background-color: var(--indicator-level5-bg);
}

.indicator {
  display: flex;
  vertical-align: middle;
  min-width: 50px;
  gap: 2px;
}

.indicator>div {
  flex: 1 1 auto;
}

.indicator>.fill {
  border: 1px solid rgba(0, 0, 0, 0);
}

.indicator>.empty {
  border: 1px solid #f0f0f0;
}

.indicator.indicator-slim {
  height: 100%;
}

.indicator.indicator-slim>div {
  height: 50%;
  align-self: center;
}

/*--------------------------------------------------------------
# Profile - Legend popover
--------------------------------------------------------------*/

.legend {
  min-width: fit-content;
}

.legend .popover-header {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  border: none;
  background-color: #fff;
  padding-top: 0.5em;
}

.legend .indicator {
  width: 80px;
  height: 10px;
  margin-right: 10px;
}

.legend table {
  min-width: 250px;
}

.legend table td:first-child {
  width: 25%;
}

/*--------------------------------------------------------------
# Basic Preferences
--------------------------------------------------------------*/
.basic-preferences .card-body {
  min-height: 175px;
}

.basic-preferences .card-text {
  min-height: 35px;
  text-align: center;
  padding-top: 8px;
}

/*--------------------------------------------------------------
# Box Component
--------------------------------------------------------------*/
.box-item {
  padding: 10px 24px;
  overflow: hidden;
  border-radius: 5px;
  background: var(--box-background);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.info-box {
  margin: 16px 6px;
  padding-top: 76px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--box-background);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.info-box i {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 26px;
  background: var(--light-gray);
  color: var(--text-white);
  width: 48px;
  height: 48px;
  line-height: 0;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info-box span {
  font-size: 24px;
  font-weight: 600;
  color: var(--text-dark);
}

.info-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 64px;
  padding-right: 44px;
  margin: 20px 0;
}

.info-item i {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 32px;
  background: var(--light-gray);
  color: var(--text-white);
  width: 48px;
  height: 48px;
  line-height: 0;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info-item i.active {
  background: var(--opus-purple);
}

.info-item p {
  font-size: 16px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Profile - Media
--------------------------------------------------------------*/

@media (max-width: 991px) {
  .profile-details .container {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Workplace
--------------------------------------------------------------*/
.workplace .description {
  font-size: 14px;
  white-space: break-spaces;
}

.workplace-perks-card {
  min-height: 142px;
}

.workplace-perks-card i {
  font-size: 36px;
  color: var(--text-normal);
}

.workplace-links a {
  font-size: 18px;
  display: inline-block;
  background: linear-gradient(#0000, rgb(0 0 0/14%)) top/100% 800%;
  background-color: var(--opus-purple);
  transition: 0.2s ease-in;
  color: var(--text-white);
  line-height: 1;
  padding: 6px 0;
  margin: 0 4px;
  border-radius: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
}

.workplace-links a:hover {
  background-position: bottom;
}

.workplace.card:hover {
  background-color: var(--box-background-blue);
  cursor: pointer;
}

.view-workplace {
  cursor: pointer;
  padding: .01rem .01rem;
  transition: background-color 0.2s;
  transition: scale 0.2s;
}

.btn.view-workplace:hover,
.btn.view-workplace:focus {
  color: var(--opus-color);
  scale: 1.03;
}

.view-workplace:hover .workplace-name,
.view-workplace:focus .workplace-name {
  color: var(--opus-color-light);
}

/*--------------------------------------------------------------
# Job
--------------------------------------------------------------*/
.job-tags {
  padding: 16px;
}

.job-tags span {
  display: inline-flex;
  font-size: 14px;
  color: var(--text-normal);
  background-color: var(--box-background);
  border: 1px solid var(--box-border-gray);
  border-radius: 0.3rem;
  margin: 6px;
  padding: 6px;
}

.job-tags i {
  font-size: 18px;
  color: var(--text-normal);
  position: relative;
  top: 1px;
  left: -3px;
  padding-right: 0px;
}

.job-matching-date {
  height: 40px;
  width: 100px;
  padding: 6px;
  color: var(--text-normal);
  background-color: var(--box-background);
  border: 1px solid var(--box-border-gray);
  border-radius: 0.3rem;
}

.job-matching-date i {
  font-size: 22px;
  color: var(--text-normal);
  position: relative;
  top: 3px;
  left: -3px;
  padding-right: 0px;
}

.job-matching-status {
  font-weight: 200;
  padding: 0.2rem 1rem;
  margin-bottom: 1.0rem;
}

.job-matching-status i {
  font-size: 28px;
  position: relative;
  top: 6px;
  left: -3px;
  padding-right: 0px;
}

.match-status {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-white);
  height: 40px;
  padding: 6px;
  background-color: var(--box-background);
  border: 1px solid var(--box-border-gray);
  border-radius: 0.3rem;
}

.job-detail {
  font-size: 14px;
}

.job-detail p {
  font-size: 14px;
}

.job-detail li {
  font-size: 14px;
}

.job-detail h3 i {
  font-size: 30px;
  padding-right: 4px;
  top: 5px;
  position: relative;
}

.job-interested-icon {
  font-size: 40px;
  color: var(--job-interested) !important;
  padding-left: 7px;
  padding-top: 7px;
}

.countdown-timer,
.countdown-timer-modal {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-dark)
}

.job-description {
  text-wrap: pretty;
}

/*--------------------------------------------------------------
# Match
--------------------------------------------------------------*/
.match-status.progress {
  background-color: var(--match-status-progress);
}

.match-status.hired {
  background-color: var(--match-status-hired);
}

.match-status.rejected {
  background-color: var(--match-status-rejected);
}

.match-status-icon {
  font-size: 55px;
}

.match-status-icon.initial {
  color: var(--match-status-progress);
}

.match-status-icon.hired {
  color: var(--match-status-hired);
}

.match-status-icon.cancelled {
  color: var(--match-status-rejected);
}

/*--------------------------------------------------------------
# Message
--------------------------------------------------------------*/

#MessagesListRender {
  height: 64vh;
}

.message-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0%;
  margin: 0%;
}

.message-content {
  flex-grow: 1;
  overflow-y: auto;
  margin-top: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.message-content .sender {
  color: var(--text-dark);
  background-color: var(--box-background-blue);
  padding: 13px;
  font-size: smaller;
  white-space: break-spaces;
}

.message-content .receiver {
  color: var(--text-dark);
  background-color: var(--box-highlight);
  padding: 13px;
  font-size: smaller;
  white-space: break-spaces;
}

.message-content .sender,
.message-content .receiver {
  display: inline-block;
  word-wrap: break-word;
  border-radius: 14px
}

.message-button {
  padding: 10px;
}

.message-button i {
  font-size: 26px;
}

@media (max-width: 768px) {

  .message-content .sender,
  .message-content .receiver {
    font-size: 12px;
    padding: 0% 5%;
  }

  .message-container {
    height: 70vh;
  }
}

@media (max-width: 1200) {
  .message-content {
    max-width: 100% !important;
  }
}

#MessageContents {
  --num-lines: 1;
  min-height: calc(1lh + 2rem);
  overflow-y: visible;
  height: calc(var(--num-lines) * 1lh + 1rem);
}

/*--------------------------------------------------------------
# Assessments
--------------------------------------------------------------*/

.assessment-info {
  padding: 20px 20px;
}

.assessment-info p {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.2rem;
}

/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/

.text-opus {
  color: var(--opus-purple) !important
}

/*--------------------------------------------------------------
# Match details - color for personality assessment categories
--------------------------------------------------------------*/
.assessment-factor .active.bx-right-arrow {
  background-color: gold;
}

.assessment-factor .active.bx-conversation {
  background-color: green;
}

.assessment-factor .active.bx-user-voice {
  background-color: darkorange;
}

.assessment-factor .active.bx-analyse {
  background-color: indigo;
}

.assessment-factor .active.bx-book-reader {
  background-color: mediumpurple;
}

.assessment-factor .active.bx-network-chart {
  background-color: saddlebrown;
}

.assessment-factor .active.bx-coffee {
  background-color: teal;
}

.assessment-factor .active.bx-task {
  background-color: crimson;
}

.info-item.assessment-factor.assessment-factor-sm {
  padding-left: 30px;
  margin: 0;
}

.info-item.assessment-factor a {
  width: fit-content;
}

.info-item.assessment-factor.assessment-factor-sm i {
  height: 24px;
  width: 24px;
  font-size: 1.2rem !important;
}

.info-item.assessment-factor.assessment-factor-sm p {
  font-size: 14px;
  font-weight: 400;
}

.indicator-opq .level-1 {
  background-color: var(--indicator-neutral-bg);
}

.indicator-opq .level-2 {
  background-color: var(--indicator-neutral-bg);
}

.indicator-opq .level-3 {
  background-color: var(--indicator-neutral-bg);
}

.indicator-opq .level-4 {
  background-color: var(--indicator-good-bg);
}

.indicator-opq .level-5 {
  background-color: var(--indicator-good-bg);
}

/*--------------------------------------------------------------
# Language selector
--------------------------------------------------------------*/

#language-selector {
  &:not(:first-child) {
    margin-left: 15px;
  }

  &:not(:last-child) {
    margin-right: 15px;
  }

  & button {
    border-color: var(--light-gray);
  }

  & button:not(:focus) {
    color: var(--text-light)
  }

  & a {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 0.5rem;
  }
}
