.nv-button {
  display: block; }

.custom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  margin-bottom: 30px; }

.nv-login__content__header {
  padding-top: 30px;
  padding-bottom: 30px; }
  .nv-login__content__header .novo {
    padding-right: 13px;
    border-right: 1px solid #CED4DA; }
  .nv-login__content__header .eis {
    margin-left: 10px;
    height: 50px; }

.nv-logo {
  display: flex; }
  .nv-logo .novo {
    padding-right: 13px;
    border-right: 1px solid #CED4DA; }
  .nv-logo .eis {
    margin-left: 10px;
    height: 50px; }

.custom-card-header {
  padding: 30px; }
  .custom-card-header h4 {
    margin-bottom: 0; }
  .custom-card-header.--with-button {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.custom-card-body {
  padding: 30px; }

.custom-card-header ~ .custom-card-body {
  padding-top: 0; }

.custom-card-footer {
  padding: 30px; }

.custom-card-body ~ .custom-card-footer {
  padding-top: 10px; }

.summary-info-list {
  border: 1px solid #CED4DA;
  border-radius: 5px;
  display: flex;
  margin-bottom: 30px; }
  .summary-info-list .summary-info-item {
    padding: 30px;
    text-align: left;
    border-right: 1px solid #CED4DA;
    width: 100%; }
    .summary-info-list .summary-info-item h2, .summary-info-list .summary-info-item h5 {
      font-weight: 700;
      color: #008EC8;
      text-transform: uppercase;
      margin-bottom: 0; }
    .summary-info-list .summary-info-item span {
      color: #6C757D;
      display: block;
      font-size: 18px; }
    .summary-info-list .summary-info-item label {
      color: #6C757D;
      pointer-events: none;
      font-weight: 600; }
    .summary-info-list .summary-info-item:last-child {
      border-right-color: transparent; }
    .summary-info-list .summary-info-item:hover, .summary-info-list .summary-info-item:focus {
      background: rgba(0, 142, 200, 0.2); }
    .summary-info-list .summary-info-item.--icon span {
      font-size: 44px;
      display: block;
      color: #008EC8;
      margin-bottom: 4px; }
  .summary-info-list.--row {
    flex-direction: column; }
    .summary-info-list.--row .summary-info-item {
      border-right: 0;
      border-bottom: 1px solid #CED4DA;
      text-align: left;
      padding-top: 16px;
      padding-bottom: 16px; }
      .summary-info-list.--row .summary-info-item h5 {
        margin-bottom: 0;
        margin-top: 10px; }
      .summary-info-list.--row .summary-info-item:last-child {
        border-bottom: 0; }
      .summary-info-list.--row .summary-info-item:hover, .summary-info-list.--row .summary-info-item:focus {
        background-color: transparent; }

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center; }
  .btn-icon .material-symbols-outlined {
    margin-right: 5px; }
  .btn-icon:hover .material-symbols-outlined {
    animation: heartBeat;
    animation-duration: 1000ms; }

.btn-circle {
  padding: 5px;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  color: #FFF; }
  .btn-circle span {
    font-size: 16px; }
  .btn-circle:hover, .btn-circle:focus {
    color: #FFF; }
  .btn-circle.--danger {
    background: #DC3545; }
    .btn-circle.--danger:hover, .btn-circle.--danger:focus {
      background: #bd2130; }
  .btn-circle.--secondary {
    color: #000;
    background-color: rgba(0, 0, 0, 0.2); }

.icon-number {
  padding: 0 12px 0 0;
  background: rgba(0, 142, 200, 0.2);
  display: inline-flex;
  align-items: center;
  border-radius: 5rem; }
  .icon-number .icon-content {
    padding: 5px;
    border-radius: 50%;
    background: #008EC8;
    margin-right: 5px;
    line-height: 0;
    cursor: pointer; }
    .icon-number .icon-content span {
      color: #FFF; }
  .icon-number label {
    margin-bottom: 0;
    color: #008EC8;
    font-size: 16px; }

.nv-button {
  white-space: nowrap; }
  .nv-button .material-symbols-outlined {
    font-size: 24px;
    line-height: 0; }
  .nv-button ~ .nv-button {
    margin-left: 10px; }

.nv-headshot {
  cursor: pointer; }

.nv-login .container {
  z-index: 1; }

.status-list {
  list-style: none;
  padding: 0;
  margin-top: 2rem;
  border-radius: 12px;
  position: relative; }
  .status-list .status-item {
    padding-bottom: 1.5rem;
    border-left: 2px solid #CED4DA;
    position: relative;
    padding-left: 35px;
    margin-left: 10px; }
    .status-list .status-item:last-child {
      border: 0px;
      padding-bottom: 0; }
    .status-list .status-item:first-child:before {
      background: #008EC8; }
    .status-list .status-item:before {
      content: '';
      width: 31px;
      height: 31px;
      background: #CED4DA;
      border-radius: 50%;
      position: absolute;
      left: -17px;
      top: 0px; }

.status-title {
  color: #000; }

.status-time {
  color: #6C757D; }

.time-divider {
  display: block;
  width: 100%;
  position: relative;
  height: 1px;
  background-color: #CED4DA;
  margin: 30px 0; }
  .time-divider span {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF; }

.remark-item {
  padding: 30px;
  border-radius: 5px;
  background: #E8E8E8;
  margin-bottom: 20px; }
  .remark-item .remark-footer {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .remark-item .remark-footer label, .remark-item .remark-footer span {
      margin-bottom: 0;
      color: #6C757D; }
  .remark-item.--primary {
    background: #008EC8;
    color: #FFF; }
    .remark-item.--primary .remark-footer .avatar {
      color: #008EC8 !important;
      background: rgba(255, 255, 255, 0.5); }
    .remark-item.--primary .remark-footer label, .remark-item.--primary .remark-footer span {
      color: rgba(255, 255, 255, 0.5); }

.remark-form {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.remark-height {
  height: 40vh;
  overflow: auto; }

.avatar-list {
  display: flex;
  align-items: center; }
  .avatar-list .avatar {
    margin-left: -12px;
    border: 1px solid #FFF; }
    .avatar-list .avatar:first-child {
      margin-left: 0; }

.avatar {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: #008EC8;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto; }
  .avatar.-sm {
    width: 32px;
    height: 32px;
    font-size: 14px; }

.line-height-0 {
  line-height: 0; }

.card-border {
  border: 1px solid #CED4DA;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px; }

.icon-circle {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-content: center;
  justify-content: center;
  background: #28A745; }
  .icon-circle span {
    color: #FFF;
    margin-bottom: auto;
    margin-top: auto; }
  .icon-circle.--danger {
    background: #DC3545; }

code {
  background: rgba(220, 53, 69, 0.3);
  color: #DC3545;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 90%; }

a[aria-expanded="true"] .material-symbols-outlined {
  transform: rotate(180deg); }

.show-more {
  display: flex;
  align-items: center; }
  .show-more label {
    cursor: pointer; }

.accordion-button .material-symbols-outlined {
  font-size: 32px; }
.accordion-button[aria-expanded="true"] {
  background: rgba(0, 142, 200, 0.05);
  color: #008EC8; }
.accordion-button.--warning h5 {
  color: #eb8e0b; }
.accordion-button.--warning[aria-expanded="true"] {
  background: rgba(235, 142, 11, 0.1);
  color: #eb8e0b; }
.accordion-button.--danger h5 {
  color: #DC3545; }
.accordion-button.--danger[aria-expanded="true"] {
  background: rgba(220, 53, 69, 0.1);
  color: #DC3545; }

.accordion-body ul {
  margin-bottom: 0; }
  .accordion-body ul li {
    margin-bottom: 8px; }

.text-warning {
  color: #eb8e0b !important; }

.bg-warning {
  background: #eb8e0b !important; }

.bg-solutions {
  background: #008EC8; }

.job-post-content p, .job-post-content label, .job-post-content ul {
  font-size: 18px; }

.nav-underline {
  border-bottom: 1px solid #CED4DA; }
  .nav-underline .nav-link {
    border: none;
    background: transparent;
    color: #6C757D;
    display: flex;
    align-items: center;
    padding: 14px 18px; }
    .nav-underline .nav-link label {
      margin-bottom: 0;
      margin-right: 5px;
      cursor: pointer; }
    .nav-underline .nav-link .badge {
      line-height: 1.3;
      padding: 3px 5px; }
    .nav-underline .nav-link:hover {
      background: rgba(206, 212, 218, 0.2); }
    .nav-underline .nav-link.active {
      color: #000;
      border-bottom: 4px solid #008EC8; }

.badge {
  text-transform: uppercase; }

.custom-nav {
  margin-bottom: 20px;
  border-bottom-width: 2px; }
  .custom-nav .nav-link {
    padding: 20px 30px;
    border-width: 2px; }
    .custom-nav .nav-link h5 {
      font-weight: bold;
      color: #6C757D;
      margin-bottom: 0; }
    .custom-nav .nav-link.active {
      border-color: #CED4DA #CED4DA #FFF; }
      .custom-nav .nav-link.active h5 {
        color: #008EC8; }

.empty-bg {
  background-image: url("../img/empty-remarks.png");
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }

.custom-sub-nav .nv-side-nav__link {
  padding-left: 50px; }
.custom-sub-nav .custom-sub-nav .nv-side-nav__link {
  padding-left: 90px; }

.nv-switch label {
  font-size: 14px; }

.page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0; }
  .page-header h3 {
    margin-bottom: 0; }

.filter-toolbar {
  display: flex; }
  .filter-toolbar .form-floating {
    margin-right: 10px;
    width: 100%; }

.full-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  z-index: 100;
  background: #FFF;
  display: none; }
  .full-page-loader.--show {
    display: flex; }

.nv-table th {
  font-weight: 500;
  color: #6C757D; }
.nv-table .badge {
  font-size: 14px;
  font-weight: 500; }

.table-bordered td, .table-bordered th {
  vertical-align: middle; }

.table-action {
  display: flex; }
  .table-action a {
    width: 100%;
    text-align: center; }

.or-line {
  display: block;
  width: 100%;
  position: relative;
  height: 2px;
  background-color: #CED4DA;
  margin: 30px 0; }
  .or-line span {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF; }

.custom-radio-btn {
  padding: 16px 20px;
  border-radius: 5px;
  background: #CED4DA; }

.alert p {
  margin-bottom: 0; }
.alert.alert-icon {
  display: flex;
  align-items: center; }
  .alert.alert-icon span {
    margin-right: 5px; }

.custom-selectize {
  border: 1px solid #CED4DA;
  padding: 0.3rem .75rem;
  border-radius: 5px; }
  .custom-selectize label {
    font-size: 14px;
    color: #6C757D; }
  .custom-selectize .selectize-input {
    border-color: transparent;
    padding: 0;
    min-height: auto; }
    .custom-selectize .selectize-input.focus {
      box-shadow: none; }
    .custom-selectize .selectize-input.has-items {
      padding: 0; }

.nav-tabs .nav-link {
  padding: 12px 16px;
  border-color: #CED4DA; }
  .nav-tabs .nav-link h5 {
    margin-bottom: 0;
    color: #6C757D;
    font-size: 18px;
    text-align: left; }
  .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #CED4DA; }
  .nav-tabs .nav-link.active {
    background-color: #008EC8;
    border-color: #008EC8; }
    .nav-tabs .nav-link.active h5 {
      color: #FFF;
      font-weight: 600; }
.nav-tabs.nav-scroll {
  flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
  position: relative; }
  .nav-tabs.nav-scroll .nav-link h5 {
    white-space: nowrap; }
  .nav-tabs.nav-scroll::-webkit-scrollbar {
    height: 16px !important;
    margin-top: 3px; }
  .nav-tabs.nav-scroll::-webkit-scrollbar-track {
    box-shadow: none;
    background: rgba(206, 212, 218, 0.3); }
  .nav-tabs.nav-scroll::-webkit-scrollbar-thumb {
    border-radius: 5rem;
    background-color: #CED4DA; }
.nav-tabs.flex-column .nav-link {
  border-radius: 0; }
  .nav-tabs.flex-column .nav-link:first-child {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px; }
  .nav-tabs.flex-column .nav-link:last-child {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px; }

.tab-content {
  padding-top: 1rem; }
  .tab-content .nv-title {
    font-size: 24px;
    color: #008EC8;
    margin-bottom: 24px; }

.form-group-icon {
  position: relative;
  margin-bottom: 20px; }
  .form-group-icon .form-control {
    padding-left: 40px; }
  .form-group-icon span {
    position: absolute;
    top: 7px;
    left: 9px; }

.status-switch {
  padding-top: 6px;
  padding-bottom: 6px; }
  .status-switch .form-check-input {
    background-color: #DC3545;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }
    .status-switch .form-check-input:checked {
      background-color: #28A745;
      border-color: #28A745; }

.custom-list-group {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 330px;
  overflow: auto; }

.custom-list-item {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #CED4DA;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  margin: 10px 0; }
  .custom-list-item:first-child {
    margin-top: 0; }
  .custom-list-item:last-child {
    margin-bottom: 0; }

.card-alt {
  margin: 20px 0; }
  .card-alt .card-alt-header {
    padding: 12px 16px;
    background: rgba(0, 142, 200, 0.2);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: 600; }
  .card-alt .card-alt-body {
    padding: 16px;
    background: rgba(0, 142, 200, 0.05); }
    .card-alt .card-alt-body .custom-list-group {
      max-height: 290px; }

.list-group-item {
  position: relative;
  border-bottom: 1px solid #CED4DA !important; }
  .list-group-item h5 {
    color: #000 !important;
    font-size: 16px !important;
    margin-bottom: 5px; }
  .list-group-item p {
    margin-bottom: 0; }
  .list-group-item.--unread {
    background: rgba(0, 142, 200, 0.05);
    color: #008EC8;
    border-bottom-color: rgba(0, 142, 200, 0.1) !important; }
    .list-group-item.--unread h5 {
      color: #008EC8; }
    .list-group-item.--unread small {
      color: #008EC8; }
    .list-group-item.--unread:after {
      position: absolute;
      left: 6px;
      top: 14px;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #DC3545; }
    .list-group-item.--unread:hover, .list-group-item.--unread:focus {
      background: rgba(0, 142, 200, 0.1); }

.notif-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .notif-list .notif-item .notif-link {
    padding: 12px 30px;
    border-bottom: 1px solid #CED4DA;
    display: block;
    color: #000; }
    .notif-list .notif-item .notif-link h5 {
      margin-bottom: 5px; }
    .notif-list .notif-item .notif-link p {
      margin-bottom: 0; }
    .notif-list .notif-item .notif-link small {
      color: #6C757D; }
    .notif-list .notif-item .notif-link:hover, .notif-list .notif-item .notif-link:focus {
      background: rgba(0, 0, 0, 0.05); }
  .notif-list .notif-item:first-child .notif-link {
    border-top: 1px solid #CED4DA; }
  .notif-list .notif-item:last-child .notif-link {
    border-bottom-color: transparent; }

.custom-height-accordion .accordion-body {
  max-height: 320px;
  overflow: auto;
  padding-bottom: 0;
  padding-top: 0; }

.wrap-text {
    white-space: normal !important;
}

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