body {
  background-color: #fdfaf7;
}

@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("./fonts/Inter-Italic-VariableFont_opsz,wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
html, body, h1, h2, h3, h4, h5, h6, ul, li, a, label, input, ol, span, sub, sup, table, th, td, tr, span, p, select, textarea, button {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body, ul, li, label, input, ol, sub, sup, b, strong, table tr, th, td, p, select, textarea, button {
  font-size: 14px;
  line-height: 1.6;
  color: #757575;
}

table.table th, table.table td {
  font-size: 14px !important;
}

html, body, ul, li, a, input, ol, span, sub, sup, table tr, td, span, p, select, textarea, button {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: #242934;
}

b, strong {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  color: #242934;
}

th, label, .category-title {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  color: #242934;
}

h1 {
  font-size: 22px;
  line-height: 1.2;
}

h2 {
  font-size: 22px;
  line-height: 1.2;
}

h3 {
  font-size: 18px;
  line-height: 1.2;
}

h4 {
  font-size: 16px;
  line-height: 1.2;
}

h5 {
  font-size: 14px;
  line-height: 1.6;
}

h6 {
  font-size: 14px;
  line-height: 1.6;
}

#sidebar {
  background: #ffffff;
  border-right: 6px solid #F3F6F9;
}
#sidebar .sidebar-toggle {
  background: #242934;
  color: #ffffff;
}
#sidebar .sidebar-header {
  justify-content: center;
}
#sidebar .sidebar-header .logo-icon {
  width: 32px;
  height: 32px;
}
#sidebar .sidebar-header .logo-icon svg {
  width: 35px;
  height: 35px;
}
#sidebar .sidebar-header .logo-icon path {
  stroke: #e30613;
}
#sidebar .sidebar-header .logo-text {
  color: #242934;
  font-size: 18px;
  font-weight: 600;
  font-variation-settings: "wght" 600;
}
#sidebar .nav-link, #sidebar .nav-link span, #sidebar .submenu a, #sidebar .submenu span {
  color: #242934;
}
#sidebar .nav-item.active .nav-link, #sidebar .nav-link:hover, #sidebar .submenu a:hover, #sidebar .nav-item.open > a {
  background-color: #fdfaf7;
  color: #e30613;
  box-shadow: none;
}
#sidebar .nav-item.active .nav-link span, #sidebar .nav-link:hover span, #sidebar .submenu a:hover span, #sidebar .nav-item.open > a span {
  color: #242934;
}

.stats-grid .stat-content .stat-title {
  font-weight: 600;
  font-variation-settings: "wght" 600;
  font-size: 16px;
}
.stats-grid .stat-content .stat-number {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 14px;
  color: #757575;
}

.stat-card .stat-title,
.stat-card .stat-number,
.stat-card .stat-icon {
  color: #242934;
}

.page-content {
  background: #fdfaf7;
}

.top-navbar {
  background: #ffffff;
}
.top-navbar .user-dropdown {
  background: #F3F6F9;
}
.box {
  padding: 20px;
  border-radius: 4px;
  background-color: #ffffff;
  border-radius: 4px;
}

.metrics-table a {
  color: #3699FF;
  text-decoration: none;
}

.metrics-table a:hover {
  text-decoration: underline;
}

.refreshdata {
  margin-top: 30px;
}

span.label.bg-blue {
  color: #ffffff;
}

.loaddayscaledata .assign-container {
  padding: 0px;
  height: 100%;
}
.loaddayscaledata .assign-container .assigndata {
  position: sticky;
  top: 0px;
  left: 0px;
  padding-bottom: 0px;
}
.loaddayscaledata .assign-container .assigndata .hideshow {
  background: #242934;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  padding: 10px;
}
.loaddayscaledata .assign-container .assigndata .available-list .viewdata .vehicle-category {
  width: calc(50% - 3px);
}
.loaddayscaledata .assign-container .assigndata .available-list .viewdata .vehicle-category:nth-of-type(2n-2) {
  margin-right: 0px;
}
.loaddayscaledata .assign-container .assigndata .div-overflow-customise {
  height: auto;
}
.loaddayscaledata .assign-container .calendar-container {
  height: auto !important;
  width: 75%;
}
.loaddayscaledata .assign-container .calendar-container .time-data {
  height: auto !important;
}
.loaddayscaledata .assign-container .calendar-container .time-data a {
  text-decoration: none;
}
.loaddayscaledata .assign-container .calendar-container .time-data .sticky-col {
  text-align: left;
}
.loaddayscaledata .assign-container .calendar-container .time-data .sticky-col a {
  margin-left: 5px;
}
.loaddayscaledata .assign-container .calendar-container .planning-calendar-filter {
  margin-bottom: 15px;
}
.loaddayscaledata .assign-container .calendar-container .planning-calendar-filter button#calendar-search-btn {
  padding: 10px;
}

.datepicker {
  padding: 10px !important;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
}
.pagination-wrapper strong.item-size {
  margin-top: 0px !important;
}
.pagination-wrapper ul.pagination {
  margin-bottom: 0px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination > .active > a:hover, .pagination > .active > span:hover {
  background-color: #7f69e8;
  border-color: #7f69e8;
  color: #ffffff;
}

.watermark {
  color: #242934;
}

.quick-offer-form .bela {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.quick-offer-form .selectedliftchoices {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.quick-offer-form .selectedliftchoices label {
  display: flex;
  align-items: center;
}
.quick-offer-form .selectedliftchoices label input[type=radio], .quick-offer-form .selectedliftchoices label input[type=checkbox] {
  margin-top: 0px;
}

table tr td .fc-day-grid-event {
  padding: 4px 4px;
  display: inline-block;
}

.fc-row table td .btn-xs {
  margin-left: 2px;
  margin-right: 2px;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #3699FF;
  border-color: #3699FF;
}

.time-data a {
  color: #242934;
}

.form-control {
  padding: 7px 10px;
  border: 1px solid #BBC1C9;
  border-radius: 4px;
  background: #ffffff;
  transition: border-color 0.2s ease;
  width: 100%;
}

.input-group-addon {
  border: 1px solid #BBC1C9;
  background: #F3F6F9;
}

.form-control:focus {
  outline: none;
  border: 1px solid #BBC1C9;
  box-shadow: 0 0 0px 1000px #fdfaf7 inset !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #fdfaf7 inset !important;
}

.form-label {
  font-weight: 500;
  font-variation-settings: "wght" 500;
  color: #242934;
  margin-bottom: 8px;
}

.forgot-password {
  color: #3699FF;
  text-decoration: underline;
}

.form-group {
  margin-bottom: 15px;
}
.form-group .help-block {
  margin-bottom: 0px;
}

.btn-icon {
  width: 32px;
  height: 32px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-sign-in {
  background-color: #e30613;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  font-weight: 500;
  font-variation-settings: "wght" 500;
  transition: all 0.3s ease;
  box-shadow: none;
  animation: slideInRight 0.5s ease-out forwards;
  animation-delay: 0.4s;
  opacity: 0;
  justify-content: center;
}

.btn-sign-in:hover,
.btn-sign-in:active {
  background-color: #242934;
  color: #ffffff;
  border: 0px;
  transform: none;
  box-shadow: none;
}

.kv-date-picker, .kv-date-remove {
  display: flex;
  align-items: center;
}

.btn {
  padding: 7px 10px;
  border: 0px !important;
  outline: none !important;
  justify-content: center;
  border-radius: 4px;
}
.btn:hover, .btn:focus, .btn:active {
  border: 0;
  outline: none;
}

.new-request-btn, .quick-offer-btn {
  background-color: #7f69e8 !important;
  color: #ffffff;
}

.new-request-btn:hover, .quick-offer-btn:hover {
  background-color: #f97316 !important;
  color: #ffffff;
}

.loadqmdata, .loadalldata {
  background-color: #3699FF !important;
  border: 0px !important;
  outline: none;
  color: #ffffff !important;
  line-height: 1;
  padding: 4px 6px;
}
.loadqmdata:hover, .loadqmdata:focus, .loadqmdata:active, .loadalldata:hover, .loadalldata:focus, .loadalldata:active {
  background-color: #242934 !important;
  color: #ffffff !important;
  border: 0px !important;
  outline: none !important;
}

.btn-xs {
  padding: 4px 6px;
}

.filter-btn, .reset-btn, .export-btn, .quick-offer-btn {
  background-color: #ffffff !important;
  color: #242934 !important;
}
.filter-btn i, .reset-btn i, .export-btn i, .quick-offer-btn i {
  color: #242934 !important;
}

.btn-equal-input .btn {
  padding: 7px 10px;
  line-height: 1.5;
}

.mt-to-label-spacing {
  margin-top: 28px;
}

.logo-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.logo-container .login-title {
  margin: 15px 0px 10px;
}
.logo-container .login-subtitle {
  font-size: 16px;
}

.junker-image-container .overlay-logo {
  box-shadow: 1px -1px 11px 0px rgba(0, 0, 0, 0.52);
  -webkit-box-shadow: 1px -1px 11px 0px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 1px -1px 11px 0px rgba(0, 0, 0, 0.52);
}
.junker-image-container .overlay-text h1 {
  color: #ffffff;
}
.junker-image-container .overlay-text p {
  color: #fdfaf7;
}/*# sourceMappingURL=portal.css.map */