@import url("../fonts/stylesheet.css");
*,
::before,
::after {
  box-sizing: border-box;
}

html {
  cursor: default;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

img,
video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  /* Remove the gray background on active links in IE 10. */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+. */
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  /* Remove the margin in Firefox and Safari */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
  /* Show the overflow in Edge */
}

button,
select {
  text-transform: none;
  /* Remove the inheritance of text transform in Firefox */
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  /* 1. Add the correct box sizing in IE 10- */
  padding: 0;
  /* 2. Remove the padding in IE 10- */
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

.pointer {
	cursor: pointer;
}

/* -------------------------------------------------------------------------- */
/* HTML elements that should remain in the document, but should be visually 
hidden. */
/* -------------------------------------------------------------------------- */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

/* ------------------------------- TYPOGRAPHY ------------------------------- */
body {
  line-height: 1.4;
  font-family: "Open Sans";
  font-weight: normal;
  color: #222222;
  font-size: 14px;
}

.heading,
h1,
h2,
h3,
h4 {
  font-family: "Quicksand";
  font-weight: 700;
}

h1 {
  font-size: 60px;
  line-height: 1.2;
}

h2 {
  font-size: 52px;
  line-height: 1.2;
}

h3 {
  font-size: 24px;
  line-height: 1.3;
}

h4 {
  font-size: 24px;
}

.heading {
  font-size: 18px;
}
.heading.big {
  font-size: 24px;
}

.text-link:hover, .text-link.visible {
  text-decoration: underline;
}

.text-black {
  color: #222222;
}

.text-white {
  color: #ffffff;
}

.text-sm {
  font-size: 16px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 20px;
}

.text-xl {
  font-size: 22px;
}

/* -------------------------------- LAYOUTING ------------------------------- */
.mob-only,
.tab-only,
.hidden {
  display: none;
}

.p-0 {
  padding: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.mt-4 {
  margin-top: 4px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-28 {
  margin-top: 28px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-36 {
  margin-top: 36px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-48 {
  margin-top: 48px;
}

.mt-54 {
  margin-top: 54px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-0 {
  margin-bottom: 0px;
}
.mr-4 {
	margin-right: 4px;
}
.ml-8 {
	margin-left: 8px;
}
.ml-12 {
  margin-left: 12px;
}
.ml-20 {
  margin-left: 20px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-center {
  text-align: center;
}
.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.relative {
  position: relative;
}

.flex {
  display: flex;
}
.flex.equal > * {
  flex: 1;
}

.flex-1 {
  flex: 1;
}

.container {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 40px;
  position: relative;
}

.full {
  width: 100%;
}

/* ------------------------------- COMPONENTS ------------------------------- */
.hidden {
  display: none !important;
}

.icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}
.icon.icon-16 {
  width: 16px;
  height: 16px;
}
.icon.icon-sc-in {
  background-image: url("../img/icons/sc-in.svg");
}
.icon.icon-add-w {
  background-image: url("../img/icons/plus-w.svg");
}
.icon.icon-add-b {
  background-image: url("../img/icons/plus-b.svg");
}
.icon.icon-add-bl {
  background-image: url("../img/icons/plus-bl.svg");
}
.icon.icon-eye-b, .icon.icon-view {
  background-image: url("../img/icons/eye-b.svg");
}
.icon.icon-eye-w {
  background-image: url("../img/icons/eye-w.svg");
}
.icon.icon-edit {
  background-image: url("../img/icons/edit.svg");
}
.icon.icon-edit-w {
  background-image: url("../img/icons/edit-w.svg");
}
.icon.icon-delete {
  background-image: url("../img/icons/trash.svg");
}
.icon.icon-delete-w {
  background-image: url("../img/icons/trash-w.svg");
}
.icon.icon-download {
	background-image: url("../img/icons/download.svg");
}
.icon.icon-email-b {
  background-image: url("../img/icons/email-b.svg");
}
.icon.icon-trash-b {
  background-image: url("../img/icons/trash-b.svg");
}
.icon.icon-profile {
  background-image: url("../img/icons/navbar-profile.svg");
}
.icon.icon-profile-b {
  background-image: url("../img/icons/navbar-profile-b.svg");
}
.icon.icon-dashboard {
  background-image: url("../img/icons/menu-dashboard.svg");
}
.icon.icon-order {
  background-image: url("../img/icons/menu-order.svg");
}
.icon.icon-order-b {
  background-image: url("../img/icons/menu-order-blue.svg");
}
.icon.icon-order-w {
  background-image: url("../img/icons/menu-order-w.svg");
}
.icon.icon-vehicle {
  background-image: url("../img/icons/menu-vehicle.svg");
}
.icon.icon-customer {
  background-image: url("../img/icons/menu-customers.svg");
}
.icon.icon-setting {
  background-image: url("../img/icons/menu-settings.svg");
}
.icon.icon-logout {
  background-image: url("../img/icons/menu-logout.svg");
}
.icon.icon-location {
  background-image: url("../img/icons/lcoation.svg");
}
.icon.icon-rm-logo {
	background-image: url("../img/icons/rm-logo.svg");
}
.icon.icon-eye {
  background-image: url("../img/icons/eye.svg");
}
.icon.icon-eye-slash {
  background-image: url("../img/icons/eye-slash.svg");
}
a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

p {
  color: #222222;
  max-width: 900px;
}

button {
  border: none;
  cursor: pointer;
}

.btn {
  padding: 8px 12px;
  min-height: 40px;
  font-weight: 600;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #E7E7E7;
  color: #222222;
  background-color: #ffffff;
  border-radius: 4px;
  white-space: nowrap;
  transition: background 0.25s, color 0.25s;
}
.btn:hover {
  background-color: #F3F3F3;
}
.btn.btn-primary {
  background-color: #079ACD;
  color: #ffffff;
  border-color: rgba(0, 0, 0, 0);
}
.btn.btn-primary:hover {
  background-color: #0687b4;
}
.btn.btn-outline {
  color: #079ACD;
  border-color: #079ACD;
}
.btn.btn-outline:hover {
  background-color: #F5FCFF;
}
.btn.btn-delete {
	background-color: #D8000C;
	border-color: #D8000C;
	color: #ffffff;
}
.btn.btn-delete:hover {
	background-color: #AE1D24;
}
.btn .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex: none;
}
.disabled {
  color: #cccccc;
  border: 1px solid #cccccc;
}

.btn-group {
  display: flex;
}
.btn-group .btn:not(:last-child) {
  margin-right: 12px;
}

.dd-btn {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../img/icons/more.svg") center no-repeat;
  background-size: 20px;
  border-radius: 8px;
  margin-top: 6px;
	cursor: pointer;
}
.dd-btn:hover {
  background-color: #F5F5F5;
}

.close-btn {
  width: 40px;
  height: 40px;
  display: block;
  background: url("../img/icons/close.svg") center no-repeat;
  background-size: 24px;
  border-radius: 50%;
}
.close-btn:hover {
  background-color: #F5F5F5;
}

.menu-btn {
  display: none;
}
.tr-dropdown {
	z-index: 9998;
	position: absolute;
	inset: 0px auto auto 0px;
	margin: 0px;
}
.dropdown-container {
	max-width: 320px;
	transition-duration: 300ms;
	transition-property: transform, visibility, opacity;
	position: relative;
}
.dropdown {
  display: block;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
  padding: 4px;
  border: 1px solid #E7E7E7;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}
.dropdown.dd-open {
  display: block;
}
.dropdown .dd-item {
  display: flex;
  background-color: #ffffff;
  padding: 8px;
  width: 100%;
  white-space: nowrap;
  border-radius: 4px;
}
.dropdown .dd-item:not(:first-child) {
  margin-top: 4px;
}
.dropdown .dd-item:hover {
  background-color: #F5F5F5;
}
.dropdown .dd-item .icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  flex: none;
}
ul.dropdown-list {
	background-color: #ffffff;
	border-radius: 8px;
	overflow: hidden;
	overflow-y: scroll;
	max-height: 300px;
	width: 100%;
	padding: 4px;
	border: 1px solid #E7E7E7;
	box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.25);
	margin-top: 4px;
	position: absolute;
}
ul.dropdown-list li {
	padding: 8px;
	background-color: #ffffff;
	border-radius: 4px;
	cursor: pointer;
}
ul.dropdown-list li:hover {
	background-color: #F5F5F5;
}
.label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.label.required::after {
  content: "*";
	color: #D8000C;
  margin-left: 4px;
}

.input {
  padding: 10px 16px;
  transition: border-color 0.25s;
  border: none;
  border: 1px solid #c1c1c1;
  display: flex;
  border-radius: 4px;
}
.input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input.override-disabled:disabled {
  background-color: inherit;
  color: inherit;
  opacity: 1;
}
.input-error {
	border: 2px solid #D8000C !important;
}
.error-text {
  color: #D8000C;
  font-weight: 600;
}
select.input,
.input-date,
.input-search {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
  background-position: right 12px center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
}
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.input-file-btn {
  padding: 10px 16px;
  transition: border-color 0.25s;
  border: 1px solid #b7b7b7;
  display: flex;
  border-radius: 4px;
}
.input-file-btn::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input-file-btn::placeholder {
  color: rgba(0, 0, 0, 0.35);
}
.input.override-disabled:disabled {
  background-color: inherit;
  color: inherit;
  opacity: 1;
}
.input-file-btn {
  cursor: pointer;
}
label.file-select {
  height: 100px;
  background: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.25s;
  border: 2px dashed #cccccc;
}
label.file-select:hover {
  background: #dddddd;
  border-color: #aaaaaa;
}
.input-date {
  background-image: url("../img/icons/Calendar.svg");
  background-size: 20px;
}

.input-search {
  background-image: url("../img/icons/search.svg");
  background-size: 20px;
}

.input-group {
  display: flex;
}
.input-group > .input-wrapper, .input-group > .input {
  flex: 1;
}
.input-group > .input-wrapper:not(:first-child), .input-group > .input:not(:first-child) {
  margin-left: 20px;
}
.input-wrapper.checkbox-wrapper {
	display: flex;
	align-items: center;
}
.input-wrapper.checkbox-wrapper input {
	scale: 1.15;
}
.input-wrapper.checkbox-wrapper label {
	margin-left: 8px;
	margin-bottom: 0px;
}
.input-group.nowrap {
  flex-wrap: nowrap;
}
.input-group + .input-group {
  margin-top: 48px;
}

.logo {
  width: 170px;
  height: 46px;
  background-image: url("../img/brand/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  flex: none;
}

.sidebar-wrapper {
  position: fixed;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 2;
  width: 260px;
}
.sidebar-wrapper .sidebar {
  width: 100%;
  border-right: 1px solid #E7E7E7;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  height: inherit;
  transition: transform 0.3s;
}
.sidebar-wrapper .logo-wrapper {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-wrapper .close-btn {
  display: none;
}
.sidebar-wrapper .menu-wrapper {
  padding: 12px;
}
.sidebar-wrapper .menu-wrapper.bottom {
  border-top: 1px solid #E7E7E7;
  margin-top: auto;
}
.sidebar-wrapper .menu-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 6px;
}
.sidebar-wrapper .menu-item:hover {
  background-color: #F5F5F5;
}
.sidebar-wrapper .menu-item:active {
  background-color: #ededed;
}
.sidebar-wrapper .menu-item .icon {
  margin-right: 12px;
}
.sidebar-wrapper .menu-item.active {
  background-color: #F5F5F5;
  font-weight: 600;
}
.sidebar-wrapper .menu-item.active .icon-dashboard {
  background-image: url("../img/icons/menu-dashboard-blue.svg");
}
.sidebar-wrapper .menu-item.active .icon-order {
  background-image: url("../img/icons/menu-order-blue.svg");
}
.sidebar-wrapper .menu-item.active .icon-vehicle {
  background-image: url("../img/icons/menu-vehicle-blue.svg");
}
.sidebar-wrapper .menu-item.active .icon-customer {
  background-image: url("../img/icons/menu-customers-blue.svg");
}
.sidebar-wrapper .menu-item.active .icon-setting {
  background-image: url("../img/icons/menu-settings-blue.svg");
}
.sidebar-wrapper .menu-item.active .icon-logout {
  background-image: url("../img/icons/menu-logout-blue.svg");
}
.sidebar-wrapper li:not(:first-child) {
  margin-top: 4px;
}

.main-wrapper {
  margin-left: 260px;
  background-color: #F5FCFF;
  min-height: 100vh;
}

.navbar {
  width: 100%;
  height: 64px;
  background-color: #ffffff;
  border-bottom: 1px solid #E7E7E7;
  width: 100%;
  position: sticky;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0px 40px;
  position: sticky;
  top: 0px;
}
.navbar .date {
  flex: 1;
}
.navbar .profile {
  display: flex;
  align-items: center;
}
.navbar .profile .info {
  text-align: right;
}
.navbar .profile .name {
  font-size: 16px;
  line-height: 1.1;
}
.navbar .profile .role {
  color: #717171;
}
.navbar .profile .avatar {
  margin-left: 12px;
}
.navbar .profile .icon {
  width: 36px;
  height: 36px;
}

.main {
  padding: 40px;
}
.main .row:not(:first-child) {
  margin-top: 20px;
}

.row-container {
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #E7E7E7;
}
.row-container .row-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.row-container .row-title.between .text {
  flex: 1;
}
.row-container .expand-btn {
  display: none;
}
.row-container .title-extra {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: -12px;
  margin-bottom: -12px;
}
.row-container .title-extra > * {
  margin-right: 12px;
  margin-bottom: 12px;
}
.row-container .row-title,
.row-container .row-body {
  padding: 24px 16px;
}
.row-container .row-body {
  padding-top: 0px;
}
.row-inline {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -20px;
  margin-right: -20px;
}
.row-inline .inline {
  flex: 1 240px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.column-row {
	display: flex;
	flex-wrap: wrap;
}
.column-row .column {
	flex: 1;
	margin-right: 40px;
}
.column-row .column:last-child {
	margin-right: 0px;
}
.widget-overview .row-title {
  flex: 1;
}
.widget-overview .row-title .icon, .background-icon {
  width: 32px;
  height: 32px;
  background-color: #8AC7E6;
  border-radius: 4px;
  background-size: 24px;
  margin-right: 12px;
  flex: none;
}
.widget-overview .row-body {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.widget-overview .row-body .value {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.widget-overview .row-body .growth {
  display: flex;
  align-items: center;
  padding: 0px 8px;
  border-radius: 40px;
  border: 1px solid #ABEFC6;
  background-color: #ECFDF3;
  color: #067647;
  font-weight: 600;
}
.widget-overview .row-body .growth::before {
  content: "";
  margin-right: 2px;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icons/growth-up.svg") no-repeat center;
  background-size: contain;
}
.widget-overview .row-body .growth.decrease {
  border-color: #FECDCA;
  color: #B42318;
  background-color: #FEF3F2;
}
.widget-overview .row-body .growth.decrease::before {
  background-image: url("../img/icons/growth-down.svg");
}

.widget-table .row-body {
  padding: 0px;
}
.widget-table .load-more {
  padding: 16px 24px;
  border-top: 1px solid #DDDDDD;
  text-align: center;
}

.widget-quick .quick-text {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}
.widget-quick .quick-text::before, .widget-quick .quick-text::after {
  content: "";
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #DDDDDD;
}
.widget-quick .quick-text::before {
  margin-right: 20px;
}
.widget-quick .quick-text::after {
  margin-left: 20px;
}
.widget-quick .quick-btn {
  flex: 1 1 150px;
  text-align: center;
  padding: 28px;
  font-weight: 600;
  transition: transform 0.25s;
}
.widget-quick .quick-btn .icon {
  margin: auto;
  width: 24px;
  height: 24px;
}
.widget-quick .quick-btn .text {
  margin-top: 20px;
  width: 100%;
}
.widget-quick .quick-btn:hover {
  transform: translateY(-5px);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
}

.table-wrapper {
  overflow: auto;
}

.table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 16px;
  border-bottom: 1px solid #DDDDDD;
}
.table th:first-child,
.table td:first-child {
  padding-left: 24px;
}
.table th:last-child,
.table td:last-child {
  padding-right: 24px;
}
.table td.action {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  overflow: visible;
}
.table td.email {
  text-align: center;
}
.table td.email .sent,
.table td.email .unsent {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../img/icons/email-sent.svg") center no-repeat;
  background-size: contain;
}
.table td.email .unsent {
  background-image: url("../img/icons/email-unsent.svg");
}
.table td {
  vertical-align: top;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}
.table th {
  font-weight: normal;
  font-family: "Quicksand";
  white-space: nowrap;
  font-weight: 600;
  vertical-align: middle;
  text-align: left;
  position: relative;
}

.table th span, .table th input[type="checkbox"] {
  vertical-align: middle;
}
.sort-icon, .filter-icon {
  vertical-align: middle;
  margin-left: 4px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  opacity: .4;
}
.sort-icon.active, .filter-icon.active, .sort-icon:hover, .filter-icon:hover {
  opacity: 1;
}
.filter-popup {
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ccc;
  padding: 16px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  border-radius: 4px;
  width: 250px;
}
.filter-popup .close-btn {
  position: absolute;
  top: 4px;
  right: 4px;
  padding: 4px;
  width: 24px;
  height: 24px;
}
.filter-popup .filter-btn, .filter-popup .filter-input {
  width: 100%;
}
.table tr:last-child td {
  border-bottom: none;
}
.table tr:nth-child(even) {
  background-color: #FCFCFC;
}
.table tr:last-child td {
  border-bottom: none;
}
.table tr:nth-child(even) {
  background-color: #FCFCFC;
}
.table .link, .modal .link {
  color: #079ACD;
}
.table .link:hover, .modal .link:hover {
  color: #067ca6;
}
.pagination-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #ccc;
}

.pagination-container .prev-button,
.pagination-container .next-button {
  flex: 0 0 auto;
}

.pagination-container .records-dropdown {
  flex: 1;
  max-width: 200px;
}

.pagination-container button,
.pagination-container select {
  margin: 0 10px;
}
.pagination-container button:first-of-type {
	margin-left: 0;
}
.pagination-container button:last-of-type {
	margin-right: 0;
}
.modal {
  display: none;
}
.modal.is-open, .modal.close {
  display: block;
}
.modal .close-btn {
  margin-right: -8px;
}
.modal[aria-hidden=false] .modal-container {
  animation: containerIn 0.3s;
}
.modal[aria-hidden=true] .modal-container {
  animation: containerOut 0.3s forwards;
}
.modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  padding: 40px;
}
.modal .modal-container {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
}
.modal.xl .modal-container {
	max-width: 1440px;
}
.modal .modal-body {
  padding: 24px;
  padding-top: 0px;
  flex: 1;
  overflow: auto;
}
.modal .modal-title {
  display: flex;
  padding: 16px 24px;
  align-items: center;
}
.modal .modal-title .text {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.modal .btn-group .btn:not(:last-child) {
  margin-right: 20px;
}
.modal#modal-error-message .modal-overlay {
  z-index: 999;
}
.modal.on-top .modal-overlay {
	z-index: 998;
}
.modal .google-map {
	width: 100%;
	height: 300px;
	border-radius: 16px;
}
@keyframes containerIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes containerOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.9);
    opacity: 0;
  }
}
.filter-wrapper .filter {
  flex-wrap: nowrap;
	align-items: end;
}
.filter-wrapper .filter .inline {
  flex: 1;
  width: 100%;
}
.filter-wrapper .filter .input {
  width: 100%;
}
.filter-wrapper .filter .btn-wrapper {
  flex: 0 100px;
}
.filter-wrapper .expand-btn {
  display: none;
}

.report-wrapper {
  width: calc(25% - 45px);
}
.loader {
  width: 30px;
  height: 30px;
  border: 3px solid #333;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51,51,51,.75);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.dot-flashing {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(118, 150, 189, 1);
  color: rgba(118, 150, 189, 1);
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  margin-left: 24px;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(118, 150, 189, 1);
  color: rgba(118, 150, 189, 1);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: rgba(118, 150, 189, 1);
  color: rgba(118, 150, 189, 1);
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: rgba(118, 150, 189, 1);
  }
  50%, 100% {
    background-color: rgba(118, 150, 189, .35);
  }
}
#loading-message {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
#loading-text {
  color: #ffffff;
  font-size: 18px;
}
.notifications {
  position: fixed;
  bottom: 24px;
  width: 100%;
  z-index: 10000;
}
.notifications .toast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  min-width: 250px;
  max-width: 600px;
  border-radius: 6px;
  box-shadow: 0 16px 10px -15px #333333;
  transition:opacity 0.5s ease-in, transform 0.5s ease-in;
  animation: toast-appear 0.5s ease-out;
  margin: 12px auto;
  padding: 12px;
  min-height: 50px;
  z-index: 9999;
  color: #ffffff;
}
.toast.success {
  background: #129B00;
}
.toast.error {
  background: #D8000C;
}
.toast.info {
  background: #1a7bdb;
}
.toast.fadeout{
  opacity: 0;
  transform: translateY(10px) scale(0.98);
}
@keyframes toast-appear{
  0%{
    opacity: 0;
    transform: translateY(10px) scale(0.98);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.uppercase {
	text-transform: uppercase;
}
.toggle-password {
	position: absolute;
	right: 10px; 
	top: 50%; 
	transform: translateY(-50%); 
	cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .logo {
    height: 40px;
    width: 150px;
  }
  .sidebar-wrapper {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    transition: visibility 0.3s;
  }
  .sidebar-wrapper .sidebar {
    max-width: 300px;
    transform: translateX(-100%);
  }
  .sidebar-wrapper .logo-wrapper {
    border-bottom: 1px solid #E7E7E7;
    justify-content: space-between;
    padding: 12px;
  }
  .sidebar-wrapper .close-btn {
    display: block;
  }
  .sidebar-open .sidebar-wrapper {
    visibility: visible;
    z-index: 99;
  }
  .sidebar-open .sidebar {
    transform: translateX(0%);
  }
  .main-wrapper {
    margin-left: 0px;
  }
  .menu-btn {
    width: 40px;
    height: 40px;
    background: url("../img/icons/hamburger-menu.svg") center no-repeat;
    background-size: 32px;
    display: block;
    border-radius: 8px;
  }
  .menu-btn:hover {
    background-color: #F5F5F5;
  }
  .navbar .date {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .filter-wrapper .filter {
    flex-wrap: wrap;
  }
  .filter-wrapper .filter .btn-wrapper {
    flex: 100%;
  }
  .report-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
  .mob-only {
    display: block;
  }
  .hide-mob {
    display: none !important;
  }
  .container {
    padding: 0px 20px;
  }
  .input-group {
    display: block;
  }
  .input-group .input-wrapper:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .input-error {
    border: 2px solid #D8000C !important;
  }
  .error-text {
    color: #D8000C;
    font-weight: 600;
  }
  .navbar {
    height: 56px;
    padding: 0px 16px;
  }
  .navbar .date {
    margin-left: 0px;
    text-align: center;
    font-size: 16px;
  }
  .navbar .profile {
    position: relative;
  }
  .navbar .profile .info {
    position: absolute;
    background-color: #ffffff;
    padding: 12px;
    top: 40px;
    right: 0px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.15);
    border: 1px solid #E7E7E7;
    border-radius: 8px;
    display: none;
  }
  .navbar .profile.is-open .info {
    display: block;
    animation: animateDown 0.3s;
  }
  .navbar .profile .icon {
    width: 40px;
    height: 40px;
    background-size: 32px;
  }
  .main {
    padding: 12px;
  }
  .row-container .row-body,
  .row-container .row-title {
    padding: 16px;
  }
  .row-container .row-body {
    padding-top: 0px;
  }
  .row-container .row-title.between {
    position: relative;
  }
  .row-container .title-extra {
    flex: 0 0 100%;
    margin: 0px;
  }
  .row-container .title-extra > * {
    width: 100%;
    margin: 0px;
  }
  .row-container .title-extra .expandable {
    margin: 0px;
    margin-top: 16px;
    display: none;
    order: -1;
  }
  .row-container .title-extra .input-search {
    width: 100%;
  }
  .row-container .is-expanded .expand-btn {
    background-image: url("../img/icons/min-b.svg");
  }
  .row-container .is-expanded .expandable {
    display: block;
    animation: animateDown 0.3s;
  }
  .row-container .expand-btn {
    display: block;
    margin-left: 16px;
    width: 40px;
    height: 40px;
    flex: none;
    top: 14px;
    right: 14px;
    background: url("../img/icons/plus-b.svg") center no-repeat;
    background-size: 28px;
    background-color: #ffffff;
    border-radius: 8px;
    border: 2px solid #079ACD;
  }
  .row-container .no-expand {
    margin-top: 16px;
  }
  .row-inline {
    margin-bottom: -12px;
    margin-right: -12px;
  }
  .row-inline .inline {
    margin-bottom: 12px;
    margin-right: 12px;
  }
	.column-row {
		display: block;
	}
	.column-row .column {
		margin-top: 40px;
	}
	.column-row .column:first-of-type {
		margin-top: 0px;
	}
  .widget-table .row-body {
    padding: 0px;
  }
  .btn-group {
    display: block;
  }
  .btn-group .btn {
    width: 100%;
  }
  .btn-group .btn:not(:last-child) {
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .table th:first-child,
  .table td:first-child {
    padding-left: 16px;
  }
  .table th:last-child,
  .table td:last-child {
    padding-right: 16px;
  }
  .filter-wrapper {
    margin-top: 20px;
  }
  .filter-wrapper .filter {
    margin-top: 16px;
  }
  .filter-wrapper .filter .inline {
    flex: 1 240px;
  }
  .filter-wrapper .expand-btn {
    display: flex;
  }
  .filter-wrapper .expand-btn .hide {
    display: none;
  }
  .filter-wrapper.is-expanded .filter {
    display: flex;
    animation: animateDown 0.3s;
  }
  .filter-wrapper.is-expanded .expand-btn {
    display: flex;
  }
  .filter-wrapper.is-expanded .expand-btn .hide {
    display: block;
  }
  .filter-wrapper.is-expanded .expand-btn .show {
    display: none;
  }
  .modal .modal-overlay {
    padding: 16px;
  }
  .modal .modal-body {
    padding: 20px;
    padding-top: 0px;
  }
  .modal .modal-title {
    padding: 16px 20px;
  }
	.widget-quick {
    margin-bottom: 40px;
  }
  .widget-quick .quick-btn {
    padding: 16px;
  }
}
@keyframes animateDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}/*# sourceMappingURL=style.css.map */