.text-red {
  color: #a43131;
}
.text-orange {
  color: #ab7722;
}
.text-green {
  color: #107d29;
}
.text-eor {
  color: #FF4958;
}
.text-green {
  color: #60a381;
}
.bg-alt {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #fee7d6;
  border-color: #f2b990;
  color: #646464;
}
.bg-navy {
  background-color: #354766;
}
.bg-eor {
  background-color: #fee7d6;
  border-color: #f2b990;
  color: #646464;
}
.bg-eor-primary {
  background-color: #FF4958;
  color: #fff;
}
.bg-purple {
  background-color: #ec81c1;
}
.bg-secondary {
  background: #9f9f9f !important;
}
.alert-eor {
  background-color: #fee7d6;
  border-color: #f2b990;
  color: #646464;
}
.dot-red {
  background-color: #a43131;
}
.dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: -3px;
}
#app-container,
#page-container {
  min-height: 100vh;
}
#page-container {
  min-height: 100vh;
}
#page.main {
  background-color: #fff;
  border-radius: 15px;
  padding: 1.8em;
  overflow-x: scroll;
}
#page.sidebar-open {
  left: 250px;
  position: relative;
}
#sidebar {
  width: 250px;
  overscroll-behavior: contain;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 1.4em 1em;
  z-index: 10000;
}
#sidebar-cover {
  z-index: 9999;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  cursor: pointer;
}
#page-container {
  margin-right: 0;
  margin-left: 0;
  position: relative;
}
#page-container.sidebar {
  margin-left: 250px;
  margin-right: 0.8em;
}
#page-container.sidebar #page-title {
  display: block;
}
#page-container #page-title {
  display: none;
}
#page-container .content-container {
  padding-right: 1em;
  padding-left: 1em;
}
#page-container.sidebar .content-container {
  padding-right: 2em;
  padding-left: 2em;
}
#page-container .modal {
  padding-left: 0;
}
#page-container.sidebar .modal {
  padding-left: 270px;
}
#page-container.sidebar #message-container {
  left: 270px;
}
body {
  height: 100%;
}
body.modal-open .modal-alert.show {
  display: flex !important;
  height: 100%;
  align-items: center;
  justify-content: center;
}
body.modal-open .modal-alert.show .modal-dialog {
  margin: auto 1em;
  width: 100%;
}
#home-feed {
  max-width: 600px;
}
body.bottom-bar {
  padding-bottom: 40px;
}
#bottom-buttons {
  background: #111010;
  border-top: 1px solid #1b1a1a;
}
body#full-height #bg {
  display: none;
}
body#full-page #bg {
  background-image: none;
}
.full-height {
  height: 100vh;
  min-height: 100%;
}
#page-loader {
  display: block;
  position: absolute;
  right: 0.8em;
  bottom: 0.8em;
  left: 0.8em;
  top: 0.8em;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(9px);
  opacity: 0;
  z-index: -1;
}
#page-loader.htmx-request {
  opacity: 1;
  z-index: 9999999;
}
#page-loader .fa-spin {
  animation-duration: 0.9s;
}
#sidebar {
  background-color: #354766;
}
#sidebar .profile-name {
  color: #fff !important;
}
.btn {
  font-weight: bold;
  border-radius: 30px;
  padding: 0.4em 1.3em;
}
.bg-orange {
  background-color: #ab7722;
}
.bg-green {
  background-color: #107d29;
}
.btn-eor,
.btn-eor:focus {
  background-color: #FF4958;
  color: #fff;
  background-image: linear-gradient(to bottom, #ff626f, #FF4958);
}
.btn-eor:hover {
  opacity: 0.8;
  background-color: #FF4958;
  color: #fff;
}
.btn-outline-secondary {
  border-color: #aaa;
}
.btn-outline-orange {
  border-color: #ab7722;
  color: #ab7722;
}
.btn-outline-orange:hover {
  opacity: 0.8;
  background-color: #ab7722;
  color: #fff;
  border-color: #ab7722;
}
.btn i {
  margin-top: 0.225em;
}
.btn-rounded {
  border-radius: 30px;
  padding: 0.4em;
  width: 35px;
  text-align: center;
}
.badge {
  border-radius: 30px;
  padding: 0.5em 0.8em;
}
.badge.bg-success {
  background: #6eb07c !important;
}
.badge.bg-danger {
  background: #aa414b !important;
}
.badge.bg-warning {
  background-color: #ab7722;
}
.navbar-nav,
.nav,
.user {
  font-size: 1em;
  color: #cdc8d2;
}
a.nav-link {
  border-radius: 8px;
  padding: 0.3em 0.8em;
}
.nav-item .badge {
  font-size: 0.7em;
  margin-top: 2px;
  margin-right: 10px;
  float: right;
}
a.nav-link:hover {
  color: #fff;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link #sidebar a.nav-link.active {
  color: #fff !important;
}
.navbar-nav .nav-link.active i,
.navbar-nav .show > .nav-link #sidebar a.nav-link.active i {
  background-color: #FF4958;
  color: #fff;
}
.navbar-nav i {
  margin-right: 0.5em;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 28px;
}
li.sep,
.side-nav-bottom {
  border-top: 1px solid #4c6081;
  margin: 1em 0;
}
li.section {
  text-transform: uppercase;
  font-size: 0.8em;
  color: #a0a1a7;
  margin: 0 0 0.5em 0;
}
#sidebar .user {
  padding-left: 0.7em;
}
.tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 2px solid #efefef;
}
.tab-item {
  display: inline-block;
  margin-bottom: -2px;
}
.tab-item a {
  display: block;
  padding: 0.4em 1em;
}
.tab-item a.active {
  border-bottom: 2px solid #FF4958;
  color: #FF4958;
}
body {
  color: #5b5b5b;
  font-family: 'Nunito Sans', sans-serif;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #1f1f1f;
}
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h2 a.active,
h3 a.active,
h4 a.active,
h5 a.active,
h6 a.active {
  text-decoration: none;
  color: #1f1f1f;
}
.card h2 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 0;
}
h1 {
  color: #1f1f1f;
  font-weight: bold;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
  font-size: 1.8em;
}
h2 {
  font-size: 1.5em;
}
a {
  text-decoration: none;
  color: inherit;
}
a.text-eor:hover {
  color: #FF4958;
}
h3 {
  font-size: 1.2em;
  font-weight: bold;
}
h4 {
  font-size: 1.1em;
  font-weight: bold;
}
h5 {
  font-size: 1em;
  font-weight: bold;
}
hr {
  border-color: #aaa;
}
.card {
  border-radius: 15px;
  border: 1px solid #efefef;
  padding: 0.2em;
}
.card-header {
  margin-bottom: 0;
  background: none;
  border-bottom: 0;
  padding: 1em 1em 0 1em;
}
thead {
  background-color: #F2F1F3;
  padding: 0.8em 1em;
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: bold;
  font-size: 0.7em;
  color: #9f9f9f;
}
.alert {
  border-radius: 15px;
}
.card-title {
  margin-bottom: 0;
}
.box-header,
thead {
  background-color: #F2F1F3;
  padding: 0.8em 1em;
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: bold;
  font-size: 0.7em;
  color: #9f9f9f;
}
a.dashboard .card {
  padding: 0.8em;
  font-size: 0.9em;
}
a.dashboard .card title,
a.dashboard .card h5 {
  font-size: 1.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.col .card {
  height: 100%;
}
.dashboard.card {
  background-color: #e6f7f9;
  border: 0;
}
.dashboard i {
  background-color: #19B8CC;
  border-radius: 30px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.dashboard .bg-secondary {
  background-color: #f8feff !important;
  color: #97acae;
}
.dashboard .bg-danger {
  background-color: #FF4958 !important;
  color: #fff;
}
dialog .card {
  background-color: transparent !important;
}
.profile-picture {
  border-radius: 1000px;
  overflow: hidden;
  border-color: #fff;
  border-style: solid;
}
.profile-picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: top;
}
.profile-picture-lg {
  border-width: 3px;
}
.profile-picture-sm {
  border-width: 2px;
  border-color: #fff;
}
.profile-picture-xs {
  border-width: 2px;
  border-color: #fff;
}
.profile-name {
  font-weight: bold;
  margin-bottom: -0.2em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.profile-company {
  font-size: 0.8em;
  color: #aaa;
}
#sidebar .user div {
  overflow: hidden;
  white-space: nowrap;
}
input.code-input::-webkit-outer-spin-button,
input.code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.code-input {
  -moz-appearance: textfield;
}
#login-form input.form-control {
  border-radius: 30px;
  border: 1px solid #626262;
  text-align: center;
  font-size: 1.25em;
}
#login-form .btn,
#login-form input.form-control {
  padding: 0.5em 1em !important;
}
#login-form .text-secondary {
  color: #67789b !important;
}
#login-form .alert {
  border-radius: 30px;
}
#login-form .code-input {
  letter-spacing: 1em;
}
@media (min-width: 992px) {
  #login-form {
    max-width: 600px;
  }
}
.terms {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #f5f5f5;
  line-height: 1.5;
  overflow: auto;
  max-height: 400px;
  text-align: left;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
label {
  background-color: transparent;
}
label.form-label {
  font-weight: bold;
}
.tab-content {
  margin-bottom: 1em;
  border-bottom: 1px solid #ddd;
  border-top: 0;
  padding: 1em 1em 0 1em;
}
ul.nav-tabs .nav-item .nav-link {
  color: #828282;
}
ul.nav-tabs .nav-item .nav-link.active {
  color: #a5a5a5;
}
.select2-container--bootstrap-5 .select2-selection__rendered {
  padding-top: 1.15em !important;
}
.select2-container--bootstrap-5 .select2-selection {
  width: 100%;
  min-height: calc(2.5em + 0.75rem + 6px);
  border: 1px solid #dee2e6;
  border-radius: 6px;
}
.select2-selection__choice {
  margin-top: 0.25em;
}
.d-flex.form-flex-fill > div {
  flex-grow: 1;
}
#payroll-form input:disabled,
#payroll-form textarea:disabled,
#payroll-form .form-control:disabled label {
  background-color: #fff;
}
#payroll-form .form-floating > .form-control:disabled ~ label::after,
.form-floating > :disabled ~ label::after {
  background-color: #fff;
}
dialog#page-dialog {
  width: 500px;
  width: 90%;
  max-width: 1400px;
  height: 90vh;
  padding: 0;
  overflow: scroll;
}
dialog:focus {
  outline: none;
}
dialog {
  overflow: visible;
  z-index: 100;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 20px;
  border: 0;
  overflow: scroll;
  background-color: rgba(255, 255, 255, 0.92);
  min-width: 500px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
dialog .table > :not(caption) > * > * {
  background: none !important;
}
dialog .card {
  background-color: transparent !important;
}
dialog .nav-link.active {
  background-color: transparent !important;
  border-bottom: 0 !important;
}
dialog hr {
  margin: 1.8em 0;
}
.clickable {
  cursor: pointer;
}
.clickable:hover td {
  background-color: #f5f5f5;
}
.table-alt-striped tbody tr.clickable:hover:nth-child(even) td {
  background-color: #f5f5f5;
}
.clickable:first-child:hover td:first-child {
  border-top-left-radius: 15px;
}
.clickable:first-child:hover td:last-child {
  border-top-right-radius: 15px;
}
.clickable:last-child:hover td:first-child {
  border-bottom-left-radius: 15px;
}
.clickable:last-child:hover td:last-child {
  border-bottom-right-radius: 15px;
}
table.table {
  margin: 0;
}
table td,
table.table td {
  color: #5b5b5b;
}
table.table thead th {
  border: 0;
  background-color: #F2F1F3;
  padding: 0.8em 1em;
  text-transform: uppercase;
  font-weight: bold;
  color: #9f9f9f;
}
table.table td {
  padding: 0.3em 0.8em;
}
.table thead th:first-of-type {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.table thead th:last-of-type {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.table-alt-striped tbody tr:nth-child(even) td {
  background-color: #fafafa;
}
table tbody tr td {
  border-bottom: 1px solid #ededed;
}
table tbody tr:last-child td {
  border-bottom: none;
}
table td {
  vertical-align: middle;
}
.pagination {
  margin-top: 1em;
  margin-bottom: 0;
}
.pagination a,
.pagination a:hover {
  color: #7d7d7d;
  padding: 0.2em 0.7em;
}
.pagination a:hover {
  color: #FF4958;
}
.pagination .active a {
  background-color: #efefef;
  border-color: #efefef;
  color: #aaa;
}
.pagination .active a:hover {
  color: #FF4958;
}
.onboarding table th {
  text-align: center;
}
#salary .card {
  height: 100%;
}
#salary {
  padding-bottom: 1.5em;
}
.card.approved {
  border-color: #60a381;
}
.card.approved .card-header {
  color: #60a381;
}
.card.changed {
  border-color: #f2b990;
}
.card.changed .card-header {
  color: #d39467;
}
dl .changed {
  font-weight: bold;
  color: #d39467;
}
.card.approved dl .changed {
  color: #60a381;
}
.card .notes {
  background-color: #f6f6f6;
  padding: 1em;
  border-radius: 15px;
}
.note {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.note:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.docx,
.doc i {
  color: #0143a5;
}
.pdf i {
  color: #a50101;
}
#documents .item {
  cursor: pointer !important;
  border-bottom: 1px solid #ededed;
  padding: 0.5em 1em;
}
#documents .item:last-of-type {
  border-bottom: none !important;
}
#documents .item a:hover {
  cursor: pointer !important;
}
#documents .item-file .item-icon {
  margin-right: 0.5em;
  width: 40px;
  text-align: center;
  font-size: 2.2em;
}
#documents .item .fa-folder {
  color: #FF4958;
}
#documents .breadcrumb {
  margin-bottom: 0.5em;
}
#documents .breadcrumb .bc-path {
  margin: 0 0.5em;
}
#documents .uploaded-by {
  width: 200px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.5em;
  margin-left: 0.5em;
  overflow: hidden;
}
#documents .uploaded-date {
  width: 200px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0.5em;
}
#documents .visibility {
  width: 100px;
  text-align: center;
  margin-right: 0.5em;
}
#documents .options {
  width: 60px;
  text-align: right;
}
#documents .options dialog {
  text-align: center;
}
.file-list {
  background-color: #fcfcfc;
  padding: 0.8em 1em 0 1em;
  border: 1px solid #ededed;
  border-radius: 15px;
}
.file-item {
  padding-bottom: 0.8em;
}
.file-item a i {
  margin-right: 0.5em;
}
.file-item a {
  display: block;
}
.file-item button.btn {
  padding: 0.2em 0.8em;
}
#preview {
  border-right: 1px solid #747474;
}
.btn-task {
  border: 0;
  background-color: transparent !important;
  padding: none;
}
.task-complete .btn-task {
  color: #FF4958;
}
.progress-bar {
  background-color: #FF4958 !important;
}
#timesheet {
  width: 100%;
}
#timesheet th {
  text-align: center;
  padding: 0.5em;
  background-color: #FF4958;
  color: #fff;
}
#timesheet th:first-child {
  border-bottom-left-radius: 0;
}
#timesheet th:last-child {
  border-bottom-right-radius: 0;
}
#timesheet td.header {
  text-align: center;
  width: 80px;
}
#timesheet td.header {
  background-color: #f5f5f5;
  font-weight: bold;
  color: #888;
  font-size: 0.9em;
}
#timesheet .form-control {
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0;
}
#timesheet .form-select {
  border: 0;
  background-color: transparent;
  text-align: center;
  padding: 0;
}
#timesheet td:last-child {
  border-right: 0;
}
#timesheet td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
#timesheet tr.weekend td {
  background-color: #f5f5f5;
}
#timesheet tr.footer td {
  background-color: #dddddd;
  border: 0;
  padding: 0.5em;
  font-weight: bold;
  color: #888;
  font-size: 0.9em;
}
#timesheet tr.footer td input {
  font-weight: bold;
  color: #888;
  font-size: 0.9em;
}
#timesheet .footer td:first-child {
  border-bottom-left-radius: 15px;
}
#timesheet .footer td:last-child {
  border-bottom-right-radius: 15px;
}
#employee-app h1 {
  color: #FF4958;
}
#employee-app #header {
  position: relative;
}
#employee-app #page {
  margin-bottom: 4em;
}
#employee-app .back {
  position: absolute;
  color: #FF4958;
  font-size: 1.5em;
  left: 0;
}
#employee-app .buttons {
  position: absolute;
  right: 0;
}
#employee-app .dashboard .card {
  padding: 1.5em;
}
#employee-app a.dashboard .card title,
#employee-app a.dashboard .card h5 {
  text-align: left;
}
#employee-app #timesheet {
  background-color: #fff;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 4px;
}
#employee-app #timesheet .footer td {
  background-color: #fff;
}
#employee-app .bottom-bar {
  background-color: #fff;
}
.payslip-row .badge {
  display: none;
}
.payslip-row.processing .bg-purple {
  display: inline-block;
}
.payslip-row.unassigned .bg-secondary {
  display: inline-block;
}
.payslip-row.assigned .bg-eor {
  display: inline-block;
}
.payslip-row.released .bg-success {
  display: inline-block;
}
.payroll_group {
  padding: 1em;
  background: #f9f9f9;
  border-radius: 15px;
  margin-bottom: 2em;
}
