﻿

:root {
  --bs-menu-background: #F68B1F;
  --bs-white: #FFFFFF;
  --bs-black: #000000;
  --bs-background: #F9F9F9;
  --bs-action-primary: #F68B1F;
  --bs-action-secondary: #F24405;
  --bs-action-form: #ad2b00;
  --bs-root-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --bs-root-card-border-color: #F1F1F4;
  --bs-gray-900: #071437;
  --bs-body-bg: #ffffff;
}

@font-face {
  font-family: 'PPNeueMontreal-Book';
  src: url('/_content/Immersify.Web.Shared/fonts/PP Neue Montreal - Book v2.6/PPNeueMontreal-Book.woff2') format('woff2'),
  url('/_content/Immersify.Web.Shared/fonts/PP Neue Montreal - Book v2.6/PPNeueMontreal-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'PPNeueMontreal-Book', sans-serif;
  font-size: 1rem;
  color: #000;
}

.selected-table-row {
  background: #f0f7fe;
}

.logged-user-name {
  color: #555555;
  font-size: 1.4em;
}

.card {
  --bs-card-box-shadow: var(--bs-root-card-box-shadow);
  --bs-card-border-color: var(--bs-root-card-border-color);
  border: 1px solid var(--bs-card-border-color);
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: var(--bs-gray-900);
  --bs-card-border-width: 1px;
  --bs-card-border-color: #F1F1F4;
  --bs-card-border-radius: 0.85rem;
  --bs-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --bs-card-inner-border-radius: calc(0.85rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: transparent;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow);
}

.menu {
  width: 320px;
  background: linear-gradient(to bottom,  var(--bs-menu-background) 0%,#ffffff 100%);
  margin: 40px;
  border-radius: 15px;
}

.menu-body {
  padding: 0 1.5rem 1.3rem;
}

.menu-header {
  padding: 0 3.5rem .5rem;
}

.menu-header-logo {
  height: 106px;
}

.layout-wrapper {
  margin-left: 380px;
  margin-right: 13px;
}

@media (max-width: 1200px) {
  .layout-wrapper {
    margin-left: 20px;
  }
}

body,
.header {
  background-color: var(--bs-background) !important;
}

.cursor-pointer {
  cursor: pointer;
}

footer.content-footer {
  padding: 1.2rem 1.2rem 2.5rem !important;
}

.header {
  z-index: 997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 70px 20px 56px 20px;
  background-color: #f5f4fe;
  position: sticky;
  top: 0;
}

.page-link {
  color: #555555;
}

.table {
    font-size: .8em;
}

.table td {
  vertical-align: middle;
  white-space: normal;
}

.table thead th {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 700;
  padding-bottom: 14px;
  color: #99A1B7;
}

.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #AAAAAA;
}

.menu-items {
  flex: 1;
}

.menu-body ul li > a.active {
  position: relative;
  color: var(--bs-white);
  background: var(--bs-action-primary);
  border-left-color: transparent;
  border-right-color: transparent;
}

.menu-body ul li > a:hover {
  color: var(--bs-white);
}

.menu-body ul li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 15px;
  color: var(--bs-black);
  font-size: 1.15em;
  -webkit-transition: background .2s, color .2s;
  transition: background .2s, color .2s;
  border-radius: 8px;
  border-right: 0 solid transparent;
  border-left: 0 solid transparent;
}

.menu-body .dropdown {
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
}

.menu-body ul li > a + ul li a {
  padding-left: 90px;
}

.menu-header-logo img {
  height: 75px;
  width: initial !important;
}

.user-icon {
  font-size: 2em;
  color: #AAAAAA;
}

.avatar {
  display: inline-block;
  margin-bottom: 0;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background: #FFFFFF;
  padding: 6px 10px;
  margin-right: 15px;
}

.menu-body ul li > a .nav-link-icon {
  margin-right: 12px;
  font-size: 23px;
  line-height: 15px;
  width: 35px;
  height: 35px;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.menu-body ul li > a.active .nav-link-icon {
  background-color: var(--bs-action-primary);
  font-size: 19px;
}

/*.dropdown-menu .dropdown-item {*/
/*  padding: 6px 21px;*/
/*  font-size: 1em;*/
/*}*/

.dropdown-menu .dropdown-item > i {
  margin-right: 0.6em;
  font-size: 1em !important;
  margin-top: 6px;
}

.header .menu-toggle-btn {
  margin-right: 20px;
  margin-top: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.btn-table-action {
  width: 37px;
  height: 36px;
  line-height: 31px;
  font-size: 1.1em !important;
  border-radius: 7px;
}

.text-gray {
  color: #99A1B7 !important;
}

.text-red {
  color: #f44336 !important;
}

.img-table-div {
  position: relative;
  min-height: 50px;
  max-height: 50px;
  min-width: 100px;
}

.img-table {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px;
  border-radius: 10px;
}

.table.table-custom {
  border-spacing: 0 5px !important;
}

.table.table-custom tbody tr td:last-child {
  padding-right: 11px;
}

.table.table-lg td {
  padding: 0.10rem .50rem;
}

.table.table-custom tbody tr td:first-child {
  padding-left: 6px;
}

.page-link {
  padding: .575rem .85rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.page-item.disabled .page-link {
  color: #bbbbbb;
}

.page-item.active .page-link {
  color: var(--bs-white);
  background-color: var(--bs-action-primary);
  border-color: var(--bs-action-primary);
}

.pagination-position {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.show-only-xs {
  display: none;
}

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

.text-right {
  text-align: right;
}

/* Skeleton loader */

.table-loader {
  height: 22px;
  border-radius: 7px;
  width: 100%;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .5) 50%, rgba(255, 255, 255, 0) 60%) #ECECEC;
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: 1.5s table-loading ease-in-out infinite;
}

.table-loader-lg {
  height: 35px;
}

.table-loader-img-main {
  height: 50px;
}

.table-loader-img-slider {
  height: 75px;
  width: 100%;
  margin-top: 25px;
}

.table-loader-sm {
  height: 15px;
}

.header .search-form {
  margin-right: 0 !important;
}

.details-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@keyframes table-loading {
  to {
    background-position-x: -30%;
  }
}

/* End Skeletor loader */

/* SweetAlert */

.swal2-modal .swal2-actions .swal2-confirm {
  background: var(--bs-action-primary);
  border-color: var(--bs-action-primary);
  color: var(--bs-white);
}

.swal2-modal .swal2-actions .swal2-cancel {
  background: var(--bs-action-secondary);
  border-color: var(--bs-action-secondary);
  color: #555555;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* Scale Workers modal */

.swal-worker-scale {
  max-width: 360px !important;
}

.swal-worker-scale .swal2-select {
  /* width: 100%; */
  padding: .5rem .75rem;
  font-size: .95rem;
  border: 1.5px solid #dee2e6;
  border-radius: .5rem;
  background-color: #fff;
  appearance: auto;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
  margin-top: .5rem;
}

.swal-worker-scale .swal2-select:focus {
  border-color: var(--bs-action-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(var(--bs-action-primary-rgb, 0,0,0), .15);
}

/* End Scale Workers modal */

/* End SweetAlert */

.brand-details-img {
  max-height: 162px;
}

.btn-icon {
  /*vertical-align: middle;*/
  /*line-height: 1;*/
  margin-right: 5px;
}

.layout-wrapper > .content {
  padding: 1em 1.5rem 1.5em 1.45em;
}

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

.btn-smaller {
  height: 2.8em;
  line-height: 1;
}


.radio-block {
  position: relative;
  display: flex;
  border-radius: .5rem;
  background-color: #F7F7F7;
  max-width: 220px;
  color: #CCCCCC;
}

.selected {
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(50% - 1px);
  height: calc(100% - 2px);
  border-radius: .5rem;
  transition: transform 0.2s;
  background: rgba(69, 90, 100, .16);
}

.radio-label {
  z-index: 100;
  width: 50%;
  line-height: 39px;
  transition: color 0.2s;
  cursor: pointer;
}

input[type=radio] {
  clip-path: inset(50%);
}

input[type=radio]:checked + label {
  color: #263238;
}

input[type=radio]:checked + .off-label + .selected {
  transform: translateX(100%);
}

.form-control:focus, .swal2-modal .swal2-input:focus {
  border-color: #ced4da;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card-header {
  padding: .75rem .8rem;
}

.card-body {
  padding: 1.3rem;
}

.card-footer {
  padding: .75rem .8rem;
}

.btn {
  line-height: 1;
}

.validation-errors {
  background: #ffcdd2;
  padding: 1.5em 2em;
  border-radius: 12px;
  margin-top: 2em;
  color: #e53935;
  font-weight: 400;
  list-style: none;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.4em;
}

.form-control,
.form-select {
  height: 38px;
}

.form-control,
.form-select,
.swal2-modal,
.swal2-input {
  padding: .5rem .8rem;
  font-size: .890rem;
}

.form-select {
  padding: .5rem .8rem !important;
  font-size: .890rem !important;
}

/* Media */

@media (max-width: 576px) {
  .table.table-lg td {
    padding: .45rem .35rem .43rem .60rem;
  }

  .pagination-position {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  footer.content-footer {
    justify-content: center;
  }

  .hide-xs {
    display: none;
  }

  .show-only-xs {
    display: initial;
  }
}

/* End Media */

.filter-sidebar {
  margin-top: 11px;
}

.p-sm {
  margin-bottom: 0.1rem;
}

/* INVOICE */

.invoice-separator {
  background-color: #AAAAAA !important;
}

.invoice-subtitle {
  font-size: 1.2rem;
  font-weight: 800;
}

.invoice-vendor-table td {
  padding: 0 !important;
}

.invoice-blue-table > thead > tr > th {
  padding: 1em 0.73em;
  background: #1976D2;
  color: #FFFFFF;
  border-right: 1px white solid;
  font-weight: 800;
}

.btn-group-sm > .btn, .btn-sm {
  padding: .5rem .5rem;
  font-size: .76563rem;
  border-radius: .2rem;
}

.invoice-blue-table > tbody > tr > td {
  padding: .3rem;
}

/* END INVOICE */

.alert {
  position: relative;
  padding: .6rem;
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: .5rem;
}

.dashed-line {
  border-bottom: 1px dashed #DDDDDD;
  height: 0;
}

.btn-grid {
  padding: 7px 9px;
}

.table-total {
  font-size: 1.1em;
  font-weight: 600;
  text-align: right;
}

.table-group-name {
  background-color: #EFEFEF;
}

.table-group-name > td {
  font-size: 0.91rem !important;
  font-weight: 600 !important;
}

.table-group-item > td,
.table-group-item > th {
  padding-left: 20px !important;
}

.invoice-section-title {
  padding: 8px 20px;
  background: #EAEAEA;
  border-radius: 10px;
  font-size: 1em;
}

.custom-divider {
  border: dashed 1px #FEFEFE;
  margin-bottom: 1.7rem !important;
  margin-top: 1.7rem !important;
}

.card-selectable {
  position: relative;
  width: 100%;
  height: 137px;
  background: #fff;
  border-radius: 10px;
  transition: all 0.3s;
  border: 1px #cccccc solid;
  cursor: pointer;
}

.card-selectable:hover,
.card-selectable-selected {
  border: 1px #a5d6a7 solid;
  background: #e8f5e9;
  color: #1b5e20;
}

.card {
  --bs-card-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.03);
  --bs-card-border-color: #f1f1f4;
  border: 1px solid #f1f1f4;
}

.text-lighter {
  color: #CCCCCC !important;
}

.table-icon {
  font-size: 1.21em;
}

.list-group-item {
  padding: 0.5rem 1rem;
}

.job-item-files-wrapper > h5 {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 3px #dddddd solid;
  margin: 10px 0;
}

.job-item-file {
  background-color: #eee;
  padding: 15px 25px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 3px 5px 10px #eee;
}

.job-item-file > .section {
  margin-bottom: 15px;
}

.job-item-file > .section > h6 {
  font-weight: bold;
  border-bottom: 2px #dddddd dotted;
  margin: 10px 0;
  padding-bottom: 5px;
}

.drop-zone {
  cursor: pointer;
  padding: 1.5rem;
  margin: 15px 0;
  text-align: center;
  color: #aaa;
  border: 1px dashed #aaa;
  border-radius: .85rem;
}

.drop-zone.active {
  background-color: #eee;
}