a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

b,
strong {
  font-weight: bold;
}

img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

li {
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

sub,
sup,
small {
  font-size: 80%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

hr {
  background: none;
  border-top: 1px solid #eee;
  border-top: 1px solid #181b1f;
  margin: 20px 0;
}

a {
  text-decoration: none;
  color: #87a3bf;
}

a:hover {
  color: #80b1e6;
}

p {
  padding-bottom: 5px;
}

pre {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: inherit;
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: top;
  display: block;
  white-space: pre-wrap;
  word-wrap: break-word;
}

h4 {
  font-size: 15px;
  font-weight: bold;
}

h3 {
  font-size: 18px;
  font-weight: bold;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h1 {
  font-size: 22px;
  font-weight: bold;
}

@font-face {
  font-family: "MrsSaintDelafield-Regular";
  src: url(/fonts/MrsSaintDelafield-Regular.ttf?5bf734a989314fb09a30fde25538c57f);
}
.signature-font {
  font-family: "MrsSaintDelafield-Regular", sans-serif;
}

.sidebar {
  background: #2d3844;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden;
  color: white;
  text-decoration: none;
  transition: width 0.05s linear;
}
.sidebar svg {
  height: 34px !important;
  width: 15px !important;
}
.sidebar-text {
  opacity: 1;
  visibility: visible;
  color: white;
}
.sidebar-inner {
  height: 100%;
}
.sidebar-links {
  height: 100%;
}
.sidebar-list {
  padding: 0 !important;
  margin: 0;
}
.sidebar-list li {
  position: relative;
  display: block;
  width: 250px;
}
.sidebar-break {
  height: 1px;
  margin: 10px;
}
.sidebar-icon {
  margin: 0px 15px 0 15px;
  vertical-align: middle;
  padding: 10px;
  color: #788195;
}
.sidebar-icon svg {
  vertical-align: middle;
}
.sidebar-link {
  position: relative;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  color: #788195;
  font-family: arial;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.1s linear;
  margin-bottom: 10px;
}
.sidebar-link.router-link-active .sidebar-icon {
  background-color: #435971;
  color: #fff;
}
.sidebar-link.router-link-active {
  color: #fff;
}
.sidebar-link:hover {
  color: #fff;
}
.sidebar .fa {
  position: relative;
  display: table-cell;
  width: 40px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}
.sidebar svg {
  height: 34px;
  width: 50px;
}

.navbar {
  height: 78px;
}
.navbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.navbar-brand {
  background: #232f3e;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
  height: 78px;
  width: 20%;
}
.navbar-logo {
  display: block;
  width: 200px;
}
.navbar-right {
  height: 78px;
  width: 80%;
  padding-right: 15px;
  text-align: right;
  background: #232f3e;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}
.navbar-title {
  color: #fff;
}

.panel {
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.panel-public {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 1000px;
  margin: 0 auto;
  color: #484746;
}
.panel-public-dynamic {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  width: 70%;
  margin: 0 auto;
  color: #484746;
}
@media (max-width: 600px) {
  .panel-public-dynamic {
    width: 400px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .panel-public-dynamic {
    width: 600px;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .panel-public-dynamic {
    width: 800px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .panel-public-dynamic {
    width: 1000px;
  }
}
.panel-heading {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}
.panel-heading-dyanmic {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}
.panel-subheading {
  padding: 3px;
  display: flex;
  align-items: center;
}
.panel-log {
  padding: 30px;
  align-items: center;
  border-top: 1px solid rgba(63, 63, 68, 0.1);
}
.panel-log-body {
  height: 200px;
  overflow-y: scroll;
}
.panel-control {
  display: inline-block !important;
  width: 400px !important;
}
.panel-title {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
}
.panel-bottom {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
  width: 50%;
}
.panel-title-dynamic {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
}
@media (max-width: 600px) {
  .panel-title-dynamic {
    font-size: 6px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .panel-title-dynamic {
    font-size: 10px;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .panel-title-dynamic {
    font-size: 15px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .panel-title-dynamic {
    font-size: 20px;
  }
}
.panel-dashboard {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.panel-dashboard select {
  margin-left: 0.5rem;
  padding: 5px;
  background-color: white;
  border: none;
  color: black;
}
.panel-dashstats {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.panel-dashstats select {
  margin-left: 0.5rem;
  margin-top: 1rem;
  padding: 7px;
  background-color: white;
  border: none;
  color: black;
}
.panel-mini {
  min-height: 217px;
}
.panel-body {
  padding: 10px;
}
.panel-body-dynamic {
  padding: 10px;
}
@media (max-width: 600px) {
  .panel-body-dynamic {
    padding: 3px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .panel-body-dynamic {
    padding: 5px;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .panel-body-dynamic {
    padding: 8px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .panel-body-dynamic {
    padding: 10px;
  }
}
.panel-overview {
  padding: 0px;
}
.panel-filter {
  background: rgba(240, 246, 255, 0.15);
  padding: 20px 10px;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}
.panel-image {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.panel-footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(63, 63, 68, 0.1);
}
.panel-item {
  padding: 15px;
}

/* Dark theme panel classes */
.panel-dark {
  background: #1a1a1a;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #fff;
  /* Pagination styling for dark theme */
}
.panel-dark .panel-heading {
  padding: 20px 24px;
  border-bottom: 1px solid #333;
}
.panel-dark .panel-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 16px;
}
.panel-dark .panel-body {
  padding: 0;
  background: #1a1a1a;
  /* Table styling for dark theme */
}
.panel-dark .panel-body .table {
  color: #fff;
  border-spacing: 0 4px; /* Add spacing between rows */
  border-collapse: separate;
}
.panel-dark .panel-body .table th {
  color: #ccc;
  border-bottom: 1px solid #333;
  padding: 16px 24px;
  font-weight: 500;
}
.panel-dark .panel-body .table td {
  padding: 16px 24px;
  border-bottom: 1px solid #2a2a2a;
  height: 85px; /* Fixed height for rows */
}
.panel-dark .panel-body .table tr {
  transition: background-color 0.2s ease;
}
.panel-dark .panel-body .table tr:hover {
  background-color: #2a2a2a;
}
.panel-dark .panel-footer {
  padding: 20px 24px;
  border-top: 1px solid #333;
}
.panel-dark .panel-control {
  background: #2a2a2a;
  border: 1px solid #333;
  color: #fff;
  height: 40px; /* Fixed height for inputs */
}
.panel-dark .panel-control:focus {
  border-color: var(--v-primary-base);
  box-shadow: 0 0 0 2px rgba(var(--v-primary-base), 0.2);
}
.panel-dark .panel-control::-moz-placeholder {
  color: #666;
}
.panel-dark .panel-control::placeholder {
  color: #666;
}
.panel-dark .pagination .btn {
  background: #2a2a2a;
  border: 1px solid #333;
  color: #ccc;
  height: 40px;
  padding: 0 16px;
}
.panel-dark .pagination .btn:hover:not(:disabled) {
  background: #333;
  border-color: #444;
}
.panel-dark .pagination .btn:disabled {
  opacity: 0.5;
}
.panel-dark .pagination select {
  background: #2a2a2a;
  border: 1px solid #333;
  color: #fff;
  height: 40px;
  padding: 0 12px;
}

.panel-min {
  min-height: 436px;
}

.panel-no_results {
  text-align: center;
  height: 385px;
  vertical-align: middle !important;
}

.pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagination-status {
  padding-left: 15px;
}

.sort {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sort-direction .fa {
  color: #838D94;
  font-size: 11px;
}

.filter {
  display: flex;
}
.filter-title {
  display: block;
  margin-bottom: 10px;
}
.filter-items {
  flex: 4;
}
.filter-item {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.filter-controls {
  flex: 1;
}
.filter-column {
  flex: 5;
  padding-right: 10px;
}
.filter-operator {
  flex: 4;
  padding-right: 10px;
}
.filter-query_1 {
  flex: 5;
  padding-right: 10px;
}
.filter-query_full {
  flex: 10;
  padding-right: 10px;
}
.filter-query_2 {
  flex: 5;
  padding-right: 10px;
}
.filter-remove {
  flex: 1;
}
.filter-remove button {
  display: block;
  color: #E75650;
  background: transparent;
  border: none;
  padding: 0;
  font-size: 15px;
}
.filter-remove button:focus {
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: 1px;
  outline-color: #333;
}
.filter-remove button:active {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.typeahead {
  position: relative;
  display: block;
}
.typeahead-open {
  border-bottom: 0;
}
.typeahead-inner {
  position: relative;
}
.typeahead-large {
  height: auto !important;
}
.typeahead-selected {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex !important;
  justify-content: space-between;
  line-height: 15px;
}
.typeahead-toggler {
  padding-left: 5px;
}
.typeahead-dropdown {
  width: 100%;
  position: absolute;
  padding-top: 3px;
  z-index: 45;
  padding: 5px;
  background: #fff;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.typeahead-input {
  line-height: 13px;
  font-size: 13px;
  background: #fafafa;
  border: none;
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 4px 8px;
  width: 100%;
  display: block;
}
.typeahead-input:focus {
  outline-style: dotted;
  outline-width: 1px;
  outline-offset: 1px;
  outline-color: #3aa3e3;
}
.typeahead-input_wrap {
  position: relative;
}
.typeahead-spinner {
  position: absolute;
  top: 5px;
  right: 5px;
}
.typeahead-list {
  padding: 5px 0 0 0 !important;
  margin: 0;
}
.typeahead-item {
  display: block;
  margin-bottom: 1px;
}
.typeahead-item a {
  cursor: pointer;
  display: block;
  padding: 4px 4px;
  font-size: 12px;
  background: #fff;
}
.typeahead-item a:hover {
  color: #fff;
}
.typeahead-active {
  background: #3aa3e3 !important;
  color: #fff !important;
}
.typeahead-empty {
  text-align: center;
  margin-top: 5px;
  padding: 6px 10px;
}

.typeahead-open .form-control {
  background: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border: 1px solid #eee;
}

.item {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  background: #2d3844;
  border-radius: 2px;
}

h3.item-h3 {
  padding: 10px;
  display: flex;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
  color: black;
}

.item-tag.col.col-12 {
  padding: 10px;
}

.item-tag {
  display: flex;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}

.item-table {
  color: #7c7b7b !important;
  width: 100%;
  border-collapse: collapse;
}
.item-table thead tr th {
  text-align: left;
  padding: 8px 8px;
  font-weight: bold;
}
.item-table tbody th {
  text-align: left;
  padding: 8px 8px;
  font-weight: bold;
}
.item-table tbody tr {
  margin: 0 0 0 5;
}
.item-table tbody tr td {
  vertical-align: top;
  margin: 0;
  padding: 10px 10px 10px 10px;
}
.item-table tfoot tr td {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.variation-table {
  width: 100%;
  border-collapse: collapse;
  color: #7c7b7b !important;
}
.variation-table thead tr th {
  text-align: left;
  padding: 8px 8px;
  font-weight: bold;
}
.variation-table tbody th {
  text-align: left;
  padding: 8px 8px;
  font-weight: bold;
}
.variation-table tbody tr {
  margin: 0 0 0 5;
}
.variation-table tbody tr td {
  vertical-align: middle;
  margin: 0;
  padding: 6px !important;
  border: 0 !important;
}
.variation-table tfoot tr td {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.item-branding {
  width: 100%;
  border-collapse: collapse;
  color: black;
}
.item-branding thead tr th {
  text-align: left;
  padding: 10px;
  font-weight: bold;
}
.item-branding tbody tr td {
  width: 7%;
  vertical-align: top;
  margin: 0;
  padding: 10px;
}
.item-branding tbody tr td:last-child {
  padding-right: 0px;
}
.item-branding tfoot tr td {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.item-branding::before {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  color: var(--block-color);
  background: currentColor;
  box-shadow: currentColor 0px 0px 7px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  --block-color: #2cc274;
}

.item-shipment {
  width: 100%;
  color: black;
}
.item-shipment div.row {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  margin: 0 0 0 0;
}
.item-shipment div.row div.col {
  padding: 5px;
}

.item-shipment::before {
  content: "";
  display: block;
  position: relative;
  height: 4px;
  color: var(--block-color);
  background: currentColor;
  box-shadow: currentColor 0px 0px 7px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transform: translate3d(0, 0, 0);
  --block-color: #a880ff;
}

.item-table-courier {
  width: 100%;
  border-collapse: collapse;
  background-color: #888888;
  color: white;
}
.item-table-courier thead tr th {
  text-align: left;
  padding: 10px;
  font-weight: bold;
}
.item-table-courier tbody tr td {
  vertical-align: top;
  margin: 0;
  padding: 5px;
}
.item-table-courier tbody tr td:last-child {
  padding-right: 0px;
}
.item-table-courier tfoot tr td {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.item-empty {
  padding: 10px 10px 0px 0px !important;
}

.item-remove {
  display: block;
  color: #E75650;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.item-remove:focus {
  outline-style: double;
  outline-width: 3px;
  outline-offset: 1px;
  outline-color: #3aa3e3;
}
.item-remove:active {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.item-remove:hover {
  color: #FF9800;
}

.branding-item-footer {
  padding-top: 15px !important;
  text-align: right;
  padding-right: 19px !important;
}

.item-footer {
  padding-top: 15px !important;
  text-align: right;
  padding-right: 19px !important;
}

.item-dark {
  background: #f5f5f5 !important;
}

.item-tax td {
  text-align: right;
  padding-right: 16px !important;
  color: rgb(22.7733333333, 108.1733333333, 160.2266666667);
}

.item-tax-show td {
  background: #fff;
  text-align: right;
  color: rgb(22.7733333333, 108.1733333333, 160.2266666667);
}

.item-selected-tax td {
  color: rgb(22.7733333333, 108.1733333333, 160.2266666667);
}

.item-footer_line {
  padding: 10px !important;
  border-bottom: 1px solid #eee;
}

.list-enter-active,
.list-leave-active {
  transition: all 1s;
}

.item-header {
  padding: 5px;
}

.has-parent {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.has-children {
  padding-bottom: 0 !important;
}

.status {
  display: inline-block;
  text-align: center;
  font-size: 9px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
}
.status-draft {
  background: #777777;
}
.status-received {
  background: #3aa3e3;
}
.status-partially-received {
  background: #FF9800;
}
.status-issued {
  background: #3aa3e3;
}
.status-partially-issued {
  background: #FF9800;
}
.status-sent {
  background: #8EB4CB;
}
.status-waiting-for-approval {
  background: #8EB4CB;
}
.status-invoiced {
  background: #3aa3e3;
}
.status-billed {
  background: #3aa3e3;
}
.status-deposited {
  background: #3aa3e3;
}
.status-credited {
  background: #3aa3e3;
}
.status-sales-ordered {
  background: #3aa3e3;
}
.status-drawn {
  background: #64BD63;
}
.status-partially-drawn {
  background: #FF9800;
}
.status-paid {
  background: #3aa3e3;
}
.status-declined {
  background: #E75650;
}
.status-void {
  background: #E75650;
}
.status-cancelled {
  background: #CE93D8;
}
.status-accepted {
  background: #3aa3e3;
}
.status-signed-and-approved {
  background: #64BD63;
}
.status-confirmed {
  background: #3aa3e3;
}
.status-partially-paid {
  background: #64BD63;
}
.status-orange {
  background: #FF9800;
}
.status-on-hold-for-amendment {
  background: #FF9800;
}
.status-on-hold {
  background: #FF9800;
}
.status-closed {
  background: #64BD63;
}
.status-open {
  background: #FF9800;
}
.status-new {
  background: #64BD63;
}
.status-updated {
  background: #3aa3e3;
}
.status-admin-override {
  background: #FF9800;
}
.status-back-order {
  background: #FF9800;
}
.status-in-production {
  background: #FF9800;
}
.status-order-complete {
  background: #64BD63;
}

.document {
  width: 960px;
  margin: 50px auto;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 25px;
  background: #2d3844;
}
.document-body {
  padding: 25px 0px;
}

.document-public {
  width: 960px;
  margin: 0px auto;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 25px;
}
.document-public .btn-group {
  display: inline-block;
  margin-left: 4px;
}
.document-public .btn-group .btn {
  border-radius: 0px !important;
  margin-left: -4px;
}
.document-public .btn-group .btn:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.document-public .btn-group .btn:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.document-public-body {
  padding: 25px 0px;
}
.document-public p {
  margin: 0 0 10px;
}

.document-public-dynamic {
  width: 100%;
  margin: 0px auto;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 25px;
}
.document-public-dynamic .btn-group {
  display: inline-block;
  margin-left: 4px;
}
.document-public-dynamic .btn-group .btn {
  border-radius: 0px !important;
  margin-left: -4px;
}
.document-public-dynamic .btn-group .btn:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.document-public-dynamic .btn-group .btn:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.document-public-dynamic-body {
  padding: 25px 0px;
}
.document-public-dynamic p {
  margin: 0 0 10px;
}
@media (max-width: 600px) {
  .document-public-dynamic {
    padding: 15px;
    font-size: 9px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .document-public-dynamic {
    padding: 15px;
    font-size: 10px;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .document-public-dynamic {
    width: 940px;
    padding: 20px;
    font-size: 13px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .document-public-dynamic {
    width: 960px;
    padding: 25px;
    font-size: 13px;
  }
}

.document-body-dynamic {
  width: 100%;
  margin: 0px auto;
}
.document-body-dynamic .btn-group {
  display: inline-block;
  margin-left: 4px;
}
.document-body-dynamic .btn-group .btn {
  border-radius: 0px !important;
  margin-left: -4px;
}
.document-body-dynamic .btn-group .btn:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.document-body-dynamic .btn-group .btn:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.document-body-dynamic-body {
  padding: 25px 0px;
}
.document-body-dynamic p {
  margin: 0 0 10px;
}
@media (max-width: 600px) {
  .document-body-dynamic {
    font-size: 9px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .document-body-dynamic {
    font-size: 10px;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .document-body-dynamic {
    font-size: 13px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .document-body-dynamic {
    width: 960px;
    font-size: 13px;
  }
}

.document-custom-column.col-xs {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 10px;
}
.document-custom-column.col-sm {
  flex: 0 0 80%;
  max-width: 80%;
  padding: 15px;
}
.document-custom-column.col-md {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 20px;
}
.document-custom-column.col-lg {
  flex: 0 0 40%;
  max-width: 40%;
  padding: 25px;
}

.document-summary {
  width: 100%;
  border-collapse: collapse;
}
.document-summary tbody tr td {
  vertical-align: top;
  padding-bottom: 3px;
  text-align: right;
}
.document-summary tbody tr td:nth-child(2n) {
  padding-left: 15px;
}

.document-summary-dynamic {
  width: 100%;
  border-collapse: collapse;
}
.document-summary-dynamic tbody tr td {
  vertical-align: top;
  padding-bottom: 3px;
  text-align: right;
}
.document-summary-dynamic tbody tr td:nth-child(2n) {
  padding-left: 15px;
}
@media (max-width: 600px) {
  .document-summary-dynamic {
    width: 20%;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .document-summary-dynamic {
    width: 75%;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .document-summary-dynamic {
    width: 80%;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .document-summary-dynamic {
    width: 100%;
  }
}

.document-table {
  background: #fcfcfc;
  width: 100%;
  border-collapse: collapse;
  color: black;
}
.document-table a:hover {
  text-decoration: underline;
}
.document-table thead tr th {
  text-align: left;
  border-bottom: 2px solid #eee;
  padding: 8px;
  background: #435971;
  color: #fff;
  border-right: 1px solid #181b1f;
}
.document-table thead tr th:last-child {
  border-right: none;
}
.document-table tbody tr {
  border-top: 1px solid #eee;
}
.document-table tbody tr td {
  vertical-align: top;
  padding: 8px;
  border-right: 1px solid #eee;
  max-width: 300px;
}
.document-table tbody tr td:last-child {
  border-right: none;
}
.document-table tbody tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.document-table tbody tr:last-child {
  border-bottom: 1px solid #eee;
}
.document-table tfoot tr td {
  vertical-align: top;
  padding: 10px 7px 5px 10px;
}
.document-table tfoot tr td:last-child {
  border-right: none;
}
.document-table tfoot tr td:nth-child(2n) {
  text-align: right;
  padding-right: 0px !important;
}

.document-terms {
  font-size: 90%;
  line-height: 1.2em;
  margin-top: 5px;
}
.document-terms ul, .document-terms ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.document-terms ul li, .document-terms ol li {
  line-height: 1.4;
}

.document-total td:last-child {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.document-total td:nth-child(2n) {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.document-total-paid td:last-child {
  border-top: 1px solid;
}
.document-total-paid td:nth-child(2n) {
  border-top: 1px solid;
}

.document-total-paid td:last-child {
  border-top: 1px solid;
}
.document-total-paid td:nth-child(2n) {
  border-top: 1px solid;
}

.document-due td:last-child {
  border-bottom: 1px solid;
}
.document-due td:nth-child(2n) {
  border-bottom: 1px solid;
}

.modal-mask {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-mask-image-over {
  position: relative;
  z-index: 9998;
  left: 0;
  top: 0;
  display: table;
}

.modal-wrapper-image-over {
  padding: 50px 0;
  height: 100%;
}

.modal-container {
  background-color: #2d3844;
  padding: 0;
  margin: 50px auto;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.modal-container-large {
  width: 960px;
}
.modal-container-xlarge {
  width: 1280px;
}
.modal-heading {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(63, 63, 68, 0.1);
}
.modal-confirmationform {
  background-color: #ececec;
  padding: 0;
  margin: 50px auto;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.modal-control {
  display: inline-block !important;
  width: 400px !important;
}
.modal-title {
  font-size: 18px;
  margin: 8px 0;
}
.modal-body {
  padding: 10px;
  overflow-y: scroll;
  max-height: 600px;
}
.modal-footer {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid rgba(63, 63, 68, 0.1);
}

.modal-enter {
  opacity: 0;
}

.modal-leave-active {
  opacity: 0;
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

.message {
  width: 100%;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.message-group {
  z-index: 99;
  position: fixed;
  top: 15px;
  right: 15px;
  width: 300px;
}
.message-success {
  padding: 15px;
  width: 100%;
  background: #66bb6a;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-info {
  padding: 15px;
  width: 100%;
  background: #3aa3e3;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-plain {
  padding: 15px;
  width: 100%;
  background: #fff;
  color: #484746;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message-danger {
  padding: 15px;
  width: 100%;
  background: #E75650;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.message .fa {
  cursor: pointer;
}

.stats {
  display: flex;
  justify-content: space-between;
  background: #faf7f7;
  color: #1e1e1e;
  /* gap: 70px; */
}

.stat {
  flex-basis: 1;
}
.stat-inner {
  border-width: 100%;
  padding: 30px;
  background-color: #faf7f7;
  color: #e1dfdf;
}
.stat-dash {
  border-width: 100%;
  padding: 30px;
  background-color: #faf7f7;
  font-weight: bold;
  margin-top: 10px;
  font-size: 35px;
  color: #606060;
  line-height: 30px;
  transition: opacity 0.2s ease-in-out;
}
.stat-dash:hover {
  color: #3d3c3c;
}
.stat-last {
  border-right: none;
}
.stat-title {
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 13px;
  color: #7b7b7b;
  min-height: 30px;
}
.stat-value {
  font-weight: bold;
  margin-top: 10px;
  font-size: 35px;
  color: #7b7b7b;
  line-height: 30px;
}

.alert {
  width: 100%;
  padding: 15px;
}
.alert-success {
  background: #66bb6a;
  color: #fff;
}
.alert-info {
  background: rgb(232.148, 244.328, 251.752);
  color: #3aa3e3;
}
.alert-danger {
  background: rgb(252.527638191, 237.5904522613, 236.972361809);
  color: #E75650;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown-in-table {
  cursor: pointer;
  position: absolute;
}

.dropdown-menu {
  position: absolute;
  top: 0;
}

.dropdown-inner {
  z-index: 9;
  background: #fff;
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
  position: absolute;
  top: 1px;
  right: 0;
  padding: 3px;
  padding-top: 5px;
  text-align: left;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: black;
}

.dropdown-list {
  padding: 0;
  margin: 0;
}
.dropdown-list li {
  display: block;
  margin-bottom: 1px;
}
.dropdown-list li a {
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 6px 15px;
  background: #fff;
}
.dropdown-list li a:hover {
  background: #3aa3e3 !important;
  color: #fff;
}

.dropdown-divider {
  border-top: 1px solid #eee;
  margin: 0 5px;
  padding-top: 1px;
}

.dropdown--open .toggle {
  outline: none !important;
}

.dropdown-user {
  padding-right: 8px;
}

.highlight {
  background: #e0e0e0 !important;
  box-shadow: inset 4px 0 0 0 #3b78e7;
}

.variation-body {
  margin: auto;
  width: 90%;
  overflow-y: scroll;
  height: 350px;
}
.variation-item {
  display: flex;
  justify-content: space-between;
  margin: 5px;
}
.variation-item:hover {
  background: #e0e0e0 !important;
  cursor: pointer;
}
.variation-contents {
  margin: 10px;
}
.variation-image img {
  margin: 5px;
  height: 125px;
}

.select-dropdown .select-dropdown-panel {
  margin: auto;
  width: 100%;
}
.select-dropdown .select-list-actions {
  padding: 0 10px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: flex-end;
}
.select-dropdown .select-list-actions .button.is-link {
  text-decoration: none;
}
.select-dropdown .select-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.select-dropdown .select-list-wrapper {
  padding: 10px 10px;
  padding: 10px 10px;
  overflow-y: auto;
  max-height: 85vh;
}
.select-dropdown .select-list ul {
  list-style-type: none;
  line-height: 1.5;
}
.select-dropdown .select-list-selected {
  position: fixed;
  top: 10px;
  left: 10px;
  bottom: 10px;
  width: 180px;
  overflow-y: scroll;
}
.select-dropdown .select-item {
  flex-basis: 20%;
  margin: 0.6%;
  justify-content: flex-start;
  padding: 10px;
  border: 1px solid #dedede;
}
.select-dropdown .select-item:hover {
  box-shadow: 0 1px 3px rgba(32, 151, 24, 0.89);
  cursor: pointer;
  border: 1px solid #2ca92c;
}
.select-dropdown .toggle-button {
  background: none;
  border: none;
  padding-left: 25px;
  position: relative;
  margin-left: 0 !important;
  transition: font-weight 0.1s ease-in;
}
.select-dropdown .toggle-button:focus {
  box-shadow: none;
}
.select-dropdown .toggle-button.is-selected {
  color: #00D1B2;
}
.select-dropdown .toggle-button.is-selected svg {
  opacity: 1;
}
.select-dropdown .toggle-button svg {
  position: absolute;
  left: 7px;
  font-size: 12px;
  opacity: 0;
  transition: opacity 0.1s ease-in;
}
.select-dropdown .arrow-box:after,
.select-dropdown .arrow-box:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select-dropdown .arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}
.select-dropdown .arrow-box:before {
  border-color: rgba(234, 234, 234, 0);
  border-bottom-color: #cecece;
  border-width: 8px;
  margin-left: -8px;
}

.slide-fade-enter-active {
  transition: all 0.3s ease;
}

.slide-fade-leave-active {
  transition: all 0.1s ease;
}

.slide-fade-enter,
.slide-fade-leave-active {
  transform: translateY(20px);
  opacity: 0;
}

.toggle-list {
  display: flex;
}

.item-table-toggle {
  width: 100%;
}
.item-table-toggle th {
  background: #747474 !important;
}

.service {
  display: flex;
  margin: 10px;
  padding: 10px;
  text-align: center;
  border: solid 1px #333;
  cursor: pointer;
  transition: background 0.3s;
}

.service:hover {
  box-shadow: 0 1px 3px rgba(32, 151, 24, 0.89);
  cursor: pointer;
  border: 1px solid #2ca92c;
}

.selected {
  background: #00D1B2;
}

.status {
  display: inline-block;
  text-align: center;
  font-size: 9px;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  padding: 2px 5px;
  border-radius: 2px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .status {
    font-size: 2px;
    padding: 1px 2px;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .status {
    font-size: 3px;
    padding: 2px 3px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .status {
    font-size: 5px;
    padding: 2px 5px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .status {
    font-size: 7px;
    padding: 3px 6px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .status {
    font-size: 7px;
    padding: 3px 7px;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .status {
    font-size: 8px;
    padding: 4px 6px;
  }
}
@media screen and (min-width: 1901px) {
  .status {
    font-size: 9px;
    padding: 4px 8px;
  }
}

.form {
  background: #2d3844;
}
.form-group, .form-checkbox {
  padding: 8px 0px;
}

.form-control {
  color: #484746;
  line-height: 13px;
  font-size: 13px;
  height: 32px;
  background: #ececec;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-control:focus {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  outline-style: double;
  outline-width: 3px;
  outline-offset: 1px;
  outline-color: #3aa3e3;
}
.form-control[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
}

.form-typefill {
  color: #484746;
  line-height: 13px;
  justify-content: center;
  align-items: center;
  font-size: 95px;
  height: 100%;
  background: #ececec;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.form-typefill:focus {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  outline-style: double;
  outline-width: 3px;
  outline-offset: 1px;
  outline-color: #3aa3e3;
}
.form-typefill[disabled] {
  opacity: 0.75;
  cursor: not-allowed;
}

.message_body {
  min-height: 150px;
}

.editable {
  height: 100%;
  width: 100%;
}

.form-email {
  height: 300px !important;
  line-height: 1.2em;
}

.form-html {
  height: 100% !important;
  line-height: 1.2em;
}

textarea.form-control {
  height: 50px;
}

.form-inline {
  display: inline-block;
  width: initial;
}

.form-sm {
  height: 26px;
  padding: 4px 8px;
}

.error-control {
  color: #e53935;
  font-size: 14px;
  font-weight: 800;
}
.error-bg .form-control {
  background: rgba(255, 205, 210, 0.65) !important;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 7px;
  display: flex;
  justify-content: space-between;
}
.form-group label small {
  font-weight: normal;
}
.form-group label a {
  font-weight: normal;
  color: #3aa3e3;
  font-size: 80%;
}

.form-check {
  margin-bottom: 7px;
}
.form-check label {
  display: block;
}

.form-serials {
  padding: 10px 0 0 10px;
  text-align: right;
}

.form-dark {
  background: #efefef;
}

.btn {
  border: none;
  border-radius: 2px;
  font-size: 12px;
  line-height: 15px;
  height: 31px;
  padding: 8px 16px;
  position: relative;
  text-shadow: none;
  vertical-align: top;
  cursor: pointer;
  background: #435971;
  color: #fff !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.btn:focus {
  outline-style: double;
  outline-width: 3px;
  outline-offset: 1px;
  outline-color: #333;
}
.btn:active {
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.btn[disabled] {
  background: rgb(114, 116, 118);
  color: rgb(180, 180, 180) !important;
  pointer-events: none;
}

a.btn {
  display: inline-block;
  text-decoration: none;
  color: #373737;
}
a.btn:hover, a.btn:active {
  text-decoration: none;
  background-color: #59728e;
  color: #fff !important;
}

a.btn-primary,
a.btn-secondary,
a.btn-success,
a.btn-danger {
  color: #fff;
}

a[disabled] {
  background: rgb(114, 116, 118);
  color: rgb(180, 180, 180) !important;
  pointer-events: none;
}

.btn-primary {
  background: #3aa3e3;
  color: #fff;
  box-shadow: 0 1px rgb(27.216, 129.276, 191.484);
}

.btn-secondary {
  background: #48606f;
  color: #fff;
  box-shadow: 0 1px rgb(45.9147540984, 61.2196721311, 70.7852459016);
}

.btn-success {
  background: #66bb6a;
  color: #fff;
  box-shadow: 0 1px rgb(68.5230769231, 154.1769230769, 72.5538461538);
}

.btn-success-dynamic {
  background: #66bb6a;
  color: #fff;
  box-shadow: 0 1px rgb(68.5230769231, 154.1769230769, 72.5538461538);
}
@media (max-width: 600px) {
  .btn-success-dynamic {
    font-size: 50%;
    font-size: 5px;
    border-radius: 2px;
    padding: 9px 6px;
    line-height: 5px;
    height: 5px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .btn-success-dynamic {
    font-size: 60%;
    font-size: 8px;
    border-radius: 2px;
    padding: 9px 10px;
    line-height: 7px;
    height: 15px;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .btn-success-dynamic {
    font-size: 80%;
    font-size: 13px;
    line-height: 10px;
    height: 25px;
    padding: 8px 10px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .btn-success-dynamic {
    font-size: 90%;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    line-height: 15px;
    height: 31px;
    padding: 8px 16px;
    position: relative;
  }
}

.btn-danger {
  background: #E75650;
  color: #fff;
  box-shadow: 0 1px rgb(215.1884422111, 36.8894472362, 29.5115577889);
}

.btn-danger-dynamic {
  background: #E75650;
  color: #fff;
  box-shadow: 0 1px rgb(215.1884422111, 36.8894472362, 29.5115577889);
}
@media (max-width: 600px) {
  .btn-danger-dynamic {
    font-size: 50%;
    font-size: 5px;
    border-radius: 2px;
    padding: 9px 6px;
    line-height: 5px;
    height: 5px;
  }
}
@media (min-width: 600px) and (max-width: 750px) {
  .btn-danger-dynamic {
    font-size: 60%;
    font-size: 8px;
    border-radius: 2px;
    padding: 9px 10px;
    line-height: 7px;
    height: 15px;
  }
}
@media (min-width: 750px) and (max-width: 980px) {
  .btn-danger-dynamic {
    font-size: 80%;
    font-size: 13px;
    line-height: 10px;
    height: 25px;
    padding: 8px 10px;
  }
}
@media (min-width: 980px) and (max-width: 1000px) {
  .btn-danger-dynamic {
    font-size: 90%;
    font-size: 18px;
    border: none;
    border-radius: 2px;
    line-height: 15px;
    height: 31px;
    padding: 8px 16px;
    position: relative;
  }
}

.btn-clear {
  background: #cccccc;
  color: #000000;
  box-shadow: 0 1px rgb(170.85, 170.85, 170.85);
}
.btn-clear:hover, .btn-clear:active {
  text-decoration: none;
  background-color: #a7a7a7;
  color: #fff !important;
}

.btn-underline {
  font-size: 18px;
  color: #8f8f8f;
  cursor: pointer;
  margin-right: 10px;
  text-decoration: none;
}
.btn-underline.selected-mode {
  text-decoration: underline;
}
.btn-underline.selected-mode:hover, .btn-underline.selected-mode:active {
  text-decoration: none;
  color: #242424 !important;
}

.btn-cancel {
  background: #f75757;
  color: #000000;
  box-shadow: 0 1px rgb(243.9863636364, 23.7136363636, 23.7136363636);
}
.btn-cancel:hover, .btn-cancel:active {
  text-decoration: none;
  background-color: #cf4848;
  color: #fff !important;
}

.btn-accept {
  background: #66bb6a;
  color: #000000;
  box-shadow: 0 1px rgb(68.5230769231, 154.1769230769, 72.5538461538);
}
.btn-accept:hover, .btn-accept:active {
  text-decoration: none;
  background-color: #569959;
  color: #fff !important;
}

.btn-sm {
  height: 25px;
  padding: 4px 8px;
  border-radius: 10px;
  margin: 7px;
}

.btn-sm-sq {
  height: 23px;
  padding: 0px 5px;
  border-radius: 0px;
  margin: 0px;
}

.btn-sm:hover {
  color: #2d3844 !important;
  background: #f3fff8;
}

.btn-branding {
  color: #ffffff;
  background: #2cc274;
}

.btn-artwork {
  color: #ffffff;
  background: #727272;
}

.btn-coo {
  color: #ffffff !important;
  background: #2cc274;
}

.btn-shipment {
  color: #ffffff;
  background: #a880ff;
}

.btn-documents {
  color: #ffffff;
  background: #1983da;
}

.btn-package {
  color: #ffffff;
  background: #4173ff;
}

.btn-mds-price {
  color: #ffffff;
  background: #00823d;
}

.btn-notes {
  color: #ffffff;
  background: #232f3e;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-item-description:hover {
  text-decoration: underline;
  cursor: pointer;
}

.panel-heading .btn-group {
  display: inline-block;
  margin-left: 4px;
}
.panel-heading .btn-group .btn {
  border-radius: 0px !important;
  margin-left: -4px;
}
.panel-heading .btn-group .btn:last-child {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.panel-heading .btn-group .btn:first-child {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.custom-loader {
  animation: loader 1s infinite;
  display: flex;
}
@keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn-documents {
  color: #ffffff;
  background: #4173ff;
}

.fade-enter-active, .fade-leave-active {
  transition: all 0.2s ease;
}

.fade-enter, .fade-leave-active {
  opacity: 0;
}

.list-enter-active, .list-leave-active {
  transition: all 0.5s;
}

.list-enter, .list-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table thead tr th {
  text-align: left;
  border-bottom: 2px solid #181b1f;
  padding: 8px;
  font-weight: bold;
}
.table tbody tr {
  border-top: 1px solid #181b1f;
  background-color: #2d3844;
}
.table tbody tr:hover {
  background: #59728e !important;
  color: #fff;
}
.table tbody tr td {
  vertical-align: top;
  padding: 8px;
}
.table tbody tr:nth-of-type(odd) {
  background-color: #232d38;
}

.table .fixed-width {
  width: 15%;
  min-width: 150px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-no_results {
  text-align: center;
  height: 200px;
  vertical-align: middle !important;
}

.table-link tbody td {
  cursor: pointer;
}

.table-link-new {
  table-layout: fixed;
  width: 100%;
}
.table-link-new th:nth-child(1), .table-link-new td:nth-child(1) {
  width: 60px !important;
}
.table-link-new th:nth-child(2), .table-link-new td:nth-child(2) {
  width: 100px !important;
}
.table-link-new th:nth-child(3), .table-link-new td:nth-child(3) {
  width: 100px !important;
}
.table-link-new th:nth-child(4), .table-link-new td:nth-child(4) {
  width: 300px !important;
}
.table-link-new th:nth-child(5), .table-link-new td:nth-child(5) {
  width: 180px !important;
}
.table-link-new th:nth-child(6), .table-link-new td:nth-child(6) {
  width: 150px !important;
}
.table-link-new th:nth-child(7), .table-link-new td:nth-child(7) {
  width: 120px !important;
}
.table-link-new th:nth-child(8), .table-link-new td:nth-child(8) {
  width: 120px !important;
}
.table-link-new th:nth-child(9), .table-link-new td:nth-child(9) {
  width: 150px !important;
}
.table-link-new th:nth-child(10), .table-link-new td:nth-child(10) {
  width: 150px !important;
}
.table-link-new th:nth-child(11), .table-link-new td:nth-child(11) {
  width: 100px !important;
}
.table-link-new th:nth-child(12), .table-link-new td:nth-child(12) {
  width: 150px !important;
}
.table-link-new th:nth-child(13), .table-link-new td:nth-child(13) {
  width: 100px !important;
}
.table-link-new td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

.table-jobcard {
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .table-jobcard th:nth-child(1), .table-jobcard td:nth-child(1) {
    width: 64px !important;
  }
  .table-jobcard th:nth-child(2), .table-jobcard td:nth-child(2) {
    width: 64px !important;
  }
  .table-jobcard th:nth-child(3), .table-jobcard td:nth-child(3) {
    width: 64px !important;
  }
  .table-jobcard th:nth-child(4), .table-jobcard td:nth-child(4) {
    width: 64px !important;
  }
  .table-jobcard th:nth-child(5), .table-jobcard td:nth-child(5) {
    width: 64px !important;
  }
  .table-jobcard th:nth-child(6), .table-jobcard td:nth-child(6) {
    width: 64px !important;
  }
  .table-jobcard th:nth-child(7), .table-jobcard td:nth-child(7) {
    width: 64px !important;
  }
  .table-jobcard th:nth-child(8), .table-jobcard td:nth-child(8) {
    width: 64px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .table-jobcard th:nth-child(1), .table-jobcard td:nth-child(1) {
    width: 74px !important;
  }
  .table-jobcard th:nth-child(2), .table-jobcard td:nth-child(2) {
    width: 74px !important;
  }
  .table-jobcard th:nth-child(4), .table-jobcard td:nth-child(4) {
    width: 74px !important;
  }
  .table-jobcard th:nth-child(3), .table-jobcard td:nth-child(3) {
    width: 74px !important;
  }
  .table-jobcard th:nth-child(5), .table-jobcard td:nth-child(5) {
    width: 74px !important;
  }
  .table-jobcard th:nth-child(6), .table-jobcard td:nth-child(6) {
    width: 74px !important;
  }
  .table-jobcard th:nth-child(7), .table-jobcard td:nth-child(7) {
    width: 74px !important;
  }
  .table-jobcard th:nth-child(8), .table-jobcard td:nth-child(8) {
    width: 74px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .table-jobcard th:nth-child(1), .table-jobcard td:nth-child(1) {
    width: 114px !important;
  }
  .table-jobcard th:nth-child(2), .table-jobcard td:nth-child(2) {
    width: 114px !important;
  }
  .table-jobcard th:nth-child(4), .table-jobcard td:nth-child(4) {
    width: 114px !important;
  }
  .table-jobcard th:nth-child(3), .table-jobcard td:nth-child(3) {
    width: 114px !important;
  }
  .table-jobcard th:nth-child(5), .table-jobcard td:nth-child(5) {
    width: 114px !important;
  }
  .table-jobcard th:nth-child(6), .table-jobcard td:nth-child(6) {
    width: 114px !important;
  }
  .table-jobcard th:nth-child(7), .table-jobcard td:nth-child(7) {
    width: 114px !important;
  }
  .table-jobcard th:nth-child(8), .table-jobcard td:nth-child(8) {
    width: 114px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .table-jobcard th:nth-child(1), .table-jobcard td:nth-child(1) {
    width: 134px !important;
  }
  .table-jobcard th:nth-child(2), .table-jobcard td:nth-child(2) {
    width: 134px !important;
  }
  .table-jobcard th:nth-child(3), .table-jobcard td:nth-child(3) {
    width: 134px !important;
  }
  .table-jobcard th:nth-child(4), .table-jobcard td:nth-child(4) {
    width: 134px !important;
  }
  .table-jobcard th:nth-child(5), .table-jobcard td:nth-child(5) {
    width: 134px !important;
  }
  .table-jobcard th:nth-child(6), .table-jobcard td:nth-child(6) {
    width: 134px !important;
  }
  .table-jobcard th:nth-child(7), .table-jobcard td:nth-child(7) {
    width: 134px !important;
  }
  .table-jobcard th:nth-child(8), .table-jobcard td:nth-child(8) {
    width: 134px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .table-jobcard th:nth-child(1), .table-jobcard td:nth-child(1) {
    width: 164px !important;
  }
  .table-jobcard th:nth-child(2), .table-jobcard td:nth-child(2) {
    width: 164px !important;
  }
  .table-jobcard th:nth-child(3), .table-jobcard td:nth-child(3) {
    width: 164px !important;
  }
  .table-jobcard th:nth-child(4), .table-jobcard td:nth-child(4) {
    width: 164px !important;
  }
  .table-jobcard th:nth-child(5), .table-jobcard td:nth-child(5) {
    width: 164px !important;
  }
  .table-jobcard th:nth-child(6), .table-jobcard td:nth-child(6) {
    width: 164px !important;
  }
  .table-jobcard th:nth-child(7), .table-jobcard td:nth-child(7) {
    width: 164px !important;
  }
  .table-jobcard th:nth-child(8), .table-jobcard td:nth-child(8) {
    width: 164px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .table-jobcard th:nth-child(1), .table-jobcard td:nth-child(1) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(2), .table-jobcard td:nth-child(2) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(3), .table-jobcard td:nth-child(3) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(4), .table-jobcard td:nth-child(4) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(5), .table-jobcard td:nth-child(5) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(6), .table-jobcard td:nth-child(6) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(7), .table-jobcard td:nth-child(7) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(8), .table-jobcard td:nth-child(8) {
    width: 214px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .table-jobcard th:nth-child(1), .table-jobcard td:nth-child(1) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(2), .table-jobcard td:nth-child(2) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(3), .table-jobcard td:nth-child(3) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(4), .table-jobcard td:nth-child(4) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(5), .table-jobcard td:nth-child(5) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(6), .table-jobcard td:nth-child(6) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(7), .table-jobcard td:nth-child(7) {
    width: 214px !important;
  }
  .table-jobcard th:nth-child(8), .table-jobcard td:nth-child(8) {
    width: 214px !important;
  }
}
.table-jobcard td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

.fixed_header {
  width: 400px;
  table-layout: fixed;
  border-collapse: collapse;
}

.fixed_header tbody {
  display: block;
  width: 100%;
  overflow: auto;
  height: 400px;
}

.fixed_header thead tr {
  display: block;
}

.fixed_header thead {
  background: black;
  color: #fff;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}

.order-summary td {
  width: 200px;
}

.row {
  display: flex;
  margin: 0 0 0 -15px;
  flex-wrap: wrap;
}

.row > .col {
  min-width: 0;
}

.col-05 {
  flex: 0 0 4.165% !important;
}
.col-1 {
  flex: 0 0 8.33%;
}
.col-2 {
  flex: 0 0 16.66%;
}
.col-3 {
  flex: 0 0 24.99%;
}
.col-4 {
  flex: 0 0 33.33%;
}
.col-5 {
  flex: 0 0 41.66%;
}
.col-6 {
  flex: 0 0 50%;
}
.col-7 {
  flex: 0 0 58.33%;
}
.col-8 {
  flex: 0 0 66.66%;
}
.col-9 {
  flex: 0 0 75%;
}
.col-10 {
  flex: 0 0 83.33%;
}
.col-11 {
  flex: 0 0 91.66%;
}
.col-12 {
  flex: 0 0 100%;
}

.bg-grey {
  background: #fbfbfb;
  padding: 20px 15px;
  color: black;
}

.align-center {
  text-align: center !important;
}
.align-left {
  text-align: left !important;
}
.align-right {
  text-align: right !important;
}

.progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 0%;
  transition: width 0.2s, opacity 0.4s;
  opacity: 1;
  background-color: #03a9f4;
  z-index: 999999;
}
.progress-spinner {
  position: fixed;
  top: 0;
  right: 0;
}

.spinner svg {
  width: 48px;
  height: 48px;
  display: inline-block;
}

.search-box {
  position: relative;
}

.search-clear {
  position: absolute;
  right: 9px;
  top: 9px;
  z-index: 9;
}

.image-preview {
  background: #fafafa;
  border: 2px dashed rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-close {
  position: absolute;
  top: 0;
  right: -20px;
  color: #E75650;
  cursor: pointer;
  z-index: 1;
}

.login-page {
  width: 300px;
  margin: 0 auto;
  padding-top: 50px;
}
.login-page .panel {
  color: white;
  background: #232f3e;
}

.login-google {
  width: 300px;
  margin: 0 auto;
  padding-top: 50px;
}
.login-google .panel {
  color: rgb(0, 0, 0);
}

.login-brand {
  width: 100%;
  padding: 15px 0px;
  text-align: center;
}

.login-logo {
  width: 100%;
}

.image {
  width: 100%;
  display: block;
}

.is-selected {
  border: 1px solid green;
}

.handle {
  color: black;
}

.sort-handle {
  cursor: move;
  cursor: -webkit-grabbing;
}

.width-05 {
  flex: 0 0 4.165%;
}
.width-1 {
  width: 8.33%;
}
.width-2 {
  width: 16.66%;
}
.width-3 {
  width: 25%;
}
.width-4 {
  width: 33.33%;
}
.width-5 {
  width: 41.66%;
}
.width-6 {
  width: 50%;
}
.width-7 {
  width: 58.33%;
}
.width-8 {
  width: 66.66%;
}
.width-9 {
  width: 75%;
}
.width-10 {
  width: 83.33%;
}
.width-11 {
  width: 91.66%;
}
.width-12 {
  width: 100%;
}

.product-width-05 {
  width: 5%;
}
.product-width-1 {
  width: 10%;
}
.product-width-2 {
  width: 20%;
}
.product-width-25 {
  width: 25%;
}
.product-width-3 {
  width: 30%;
}
.product-width-4 {
  width: 40%;
}
.product-width-5 {
  width: 50%;
}
.product-width-6 {
  width: 60%;
}
.product-width-7 {
  width: 70%;
}
.product-width-8 {
  width: 80%;
}
.product-width-9 {
  width: 90%;
}
.product-width-10 {
  width: 100%;
}

.shipment-width-05 {
  width: 5%;
}
.shipment-width-1 {
  width: 10%;
}
.shipment-width-15 {
  width: 15%;
}
.shipment-width-2 {
  width: 20%;
}
.shipment-width-25 {
  width: 25%;
}
.shipment-width-3 {
  width: 30%;
}
.shipment-width-4 {
  width: 40%;
}
.shipment-width-5 {
  width: 50%;
}
.shipment-width-6 {
  width: 60%;
}
.shipment-width-7 {
  width: 70%;
}
.shipment-width-8 {
  width: 80%;
}
.shipment-width-9 {
  width: 90%;
}
.shipment-width-10 {
  width: 100%;
}

.white-background {
  background-color: #f8f8f8;
}

.grey-background {
  background-color: #dedede;
}

.white-background {
  background-color: #f8f8f8;
}

.blue-light-background {
  background-color: #2d3844;
}

.blue-medium-background {
  background-color: #232d38;
}

.blue-light-light-background {
  background-color: #435971;
}

.jobcard {
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.jobcard-column {
  margin: 8px 0;
  font-size: 13px;
  font-weight: 700;
  opacity: 1;
}
@media (max-width: 600px) {
  .jobcard-column {
    font-size: 50%;
    font-size: 6px;
    width: 100px;
  }
}
@media (min-width: 600px) and (max-width: 768px) {
  .jobcard-column {
    font-size: 60%;
    font-size: 10px;
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .jobcard-column {
    font-size: 80%;
    font-size: 11px;
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .jobcard-column {
    font-size: 90%;
    font-size: 13px;
    width: 200px;
  }
}
.jobcard-grid {
  font-size: 13px !important;
  padding: 5px 5px 5px 8px !important;
  padding-top: 6px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-grid {
    font-size: 3px !important;
    min-width: 25px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-grid {
    font-size: 5px !important;
    min-width: 50px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-grid {
    font-size: 6px !important;
    min-width: 75px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-grid {
    font-size: 8px !important;
    min-width: 100px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-grid {
    font-size: 10px !important;
    min-width: 140px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-grid {
    font-size: 11px !important;
    min-width: 180px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-grid {
    font-size: 11px !important;
    max-width: 180px !important;
    min-width: 180px !important;
  }
}
.jobcard-gridrow {
  font-size: 13px !important;
  padding: 4px 4px 4px 8px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-gridrow {
    font-size: 3px !important;
    min-width: 29px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-gridrow {
    font-size: 5px !important;
    min-width: 54px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-gridrow {
    font-size: 6px !important;
    min-width: 79px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-gridrow {
    font-size: 8px !important;
    min-width: 104px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-gridrow {
    font-size: 10px !important;
    min-width: 154px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-gridrow {
    font-size: 11px !important;
    min-width: 204px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-gridrow {
    font-size: 11px !important;
    max-width: 204px !important;
    min-width: 204px !important;
  }
}
.jobcard-gridrow2 {
  font-size: 13px !important;
  padding: 16px 4px 4px 8px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-gridrow2 {
    font-size: 3px !important;
    min-width: 29px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-gridrow2 {
    font-size: 5px !important;
    min-width: 54px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-gridrow2 {
    font-size: 6px !important;
    min-width: 79px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-gridrow2 {
    font-size: 8px !important;
    min-width: 104px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-gridrow2 {
    font-size: 10px !important;
    min-width: 154px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-gridrow2 {
    font-size: 11px !important;
    min-width: 204px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-gridrow2 {
    font-size: 11px !important;
    max-width: 204px !important;
    min-width: 204px !important;
  }
}
.jobcard table {
  border-collapse: collapse;
  table-layout: fixed;
}
.jobcard table th, .jobcard table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.jobcard .brandingtd {
  padding: 0;
}
.jobcard .brandingtd table {
  margin: 0;
  width: 100%;
}
.jobcard-grid3 {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-grid3 {
    font-size: 3px !important;
    min-width: 25px !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-grid3 {
    font-size: 5px !important;
    min-width: 50px !important;
    /* background-color: blue !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-grid3 {
    font-size: 6px !important;
    min-width: 75px !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-grid3 {
    font-size: 8px !important;
    min-width: 100px !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-grid3 {
    font-size: 10px !important;
    min-width: 150px !important;
    /* background-color: white !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-grid3 {
    font-size: 12px !important;
    min-width: 200px !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-grid3 {
    font-size: 13px !important;
    min-width: 250px !important;
    /* background-color: rgb(0, 255, 34) !important; */
  }
}
.jobcard-autocomplete {
  font-size: 13px !important;
}
.jobcard-autocomplete .v-icon {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-autocomplete .v-icon {
    font-size: 3px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-autocomplete .v-icon {
    font-size: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-autocomplete .v-icon {
    font-size: 7px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-autocomplete .v-icon {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-autocomplete .v-icon {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-autocomplete .v-icon {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-autocomplete .v-icon {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .jobcard-autocomplete {
    font-size: 3px !important;
    max-width: 20px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-autocomplete {
    font-size: 5px !important;
    max-width: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-autocomplete {
    font-size: 6px !important;
    max-width: 30px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-autocomplete {
    font-size: 8px !important;
    max-width: 80px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-autocomplete {
    font-size: 10px !important;
    max-width: 130px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-autocomplete {
    font-size: 11px !important;
    max-width: 180px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-autocomplete {
    font-size: 11px !important;
    max-width: 200px !important;
  }
}
.jobcard-autocomplete2 {
  font-size: 13px !important;
  padding: 4px 4px 4px 8px !important;
}
.jobcard-autocomplete2 .v-icon {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-autocomplete2 .v-icon {
    font-size: 3px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-autocomplete2 .v-icon {
    font-size: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-autocomplete2 .v-icon {
    font-size: 7px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-autocomplete2 .v-icon {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-autocomplete2 .v-icon {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-autocomplete2 .v-icon {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-autocomplete2 .v-icon {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .jobcard-autocomplete2 {
    font-size: 3px !important;
    max-width: 20px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-autocomplete2 {
    font-size: 5px !important;
    max-width: 25px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-autocomplete2 {
    font-size: 6px !important;
    max-width: 30px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-autocomplete2 {
    font-size: 8px !important;
    max-width: 80px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-autocomplete2 {
    font-size: 10px !important;
    max-width: 130px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-autocomplete2 {
    font-size: 11px !important;
    max-width: 180px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-autocomplete2 {
    font-size: 11px !important;
    max-width: 200px !important;
  }
}
.jobcard-dragdrop {
  font-size: 13px !important;
}
.jobcard-dragdrop .v-btn {
  background-color: #3f51b5 !important;
  color: white !important;
  box-shadow: none !important;
  height: auto !important;
  font-size: 13px !important;
}
.jobcard-dragdrop .v-btn .v-icon {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-dragdrop .v-btn .v-icon {
    font-size: 3px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-dragdrop .v-btn .v-icon {
    font-size: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-dragdrop .v-btn .v-icon {
    font-size: 7px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-dragdrop .v-btn .v-icon {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-dragdrop .v-btn .v-icon {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-dragdrop .v-btn .v-icon {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-dragdrop .v-btn .v-icon {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .jobcard-dragdrop .v-btn {
    font-size: 3px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-dragdrop .v-btn {
    font-size: 5px !important;
    max-width: 25px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: rgb(26, 236, 106) !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-dragdrop .v-btn {
    font-size: 6px !important;
    max-width: 30px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-dragdrop .v-btn {
    font-size: 8px !important;
    max-width: 80px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-dragdrop .v-btn {
    font-size: 10px !important;
    max-width: 130px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: rgb(110, 13, 13) !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-dragdrop .v-btn {
    font-size: 12px !important;
    max-width: 180px !important;
    max-height: 60px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-dragdrop .v-btn {
    font-size: 13px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
  }
}
.jobcard-card {
  font-size: 13px !important;
  background-color: #3f51b5 !important;
  color: white !important;
  box-shadow: none !important;
  height: auto !important;
  font-size: 13px !important;
}
.jobcard-card .v-btn {
  background-color: #3f51b5 !important;
  color: white !important;
  box-shadow: none !important;
  max-height: 64px !important;
  font-size: 13px !important;
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-card .v-btn {
    font-size: 3px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-card .v-btn {
    font-size: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-card .v-btn {
    font-size: 7px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-card .v-btn {
    font-size: 8px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-card .v-btn {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-card .v-btn {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-card .v-btn {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 600px) {
  .jobcard-card {
    font-size: 3px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-card {
    font-size: 5px !important;
    max-width: 25px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: rgb(26, 236, 106) !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-card {
    font-size: 6px !important;
    max-width: 30px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-card {
    font-size: 8px !important;
    max-width: 80px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-card {
    font-size: 10px !important;
    max-width: 130px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: rgb(110, 13, 13) !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-card {
    font-size: 12px !important;
    max-width: 200px !important;
    max-height: 60px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-card {
    font-size: 13px !important;
    max-width: 230px !important;
    max-height: 64px !important;
    background-color: #3f51b5 !important;
    color: white !important;
    box-shadow: none !important;
  }
}
.jobcard-grid2 {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-grid2 {
    font-size: 3px !important;
    min-width: 10px !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-grid2 {
    font-size: 5px !important;
    min-width: 20px !important;
    /* background-color: blue !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-grid2 {
    font-size: 6px !important;
    min-width: 25px !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-grid2 {
    font-size: 8px !important;
    min-width: 50px !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-grid2 {
    font-size: 10px !important;
    min-width: 75px !important;
    /* background-color: white !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-grid2 {
    font-size: 12px !important;
    min-width: 100px !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-grid2 {
    font-size: 13px !important;
    min-width: 150px !important;
    /* background-color: rgb(0, 255, 34) !important; */
  }
}
.jobcard-heading {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-heading {
    font-size: 5px !important;
    min-width: 25px !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-heading {
    font-size: 7px !important;
    min-width: 50px !important;
    /* background-color: blue !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-heading {
    font-size: 8px !important;
    min-width: 75px !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-heading {
    font-size: 11px !important;
    min-width: 100px !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-heading {
    font-size: 13px !important;
    min-width: 150px !important;
    /* background-color: white !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-heading {
    font-size: 14px !important;
    min-width: 200px !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-heading {
    font-size: 15px !important;
    min-width: 250px !important;
    /* background-color: rgb(0, 255, 34) !important; */
  }
}
.jobcard-heading2 {
  font-size: 13px !important;
  padding: 0px 8px 15px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-heading2 {
    font-size: 5px !important;
    min-width: 25px !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-heading2 {
    font-size: 7px !important;
    min-width: 50px !important;
    /* background-color: blue !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-heading2 {
    font-size: 8px !important;
    min-width: 75px !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-heading2 {
    font-size: 11px !important;
    min-width: 100px !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-heading2 {
    font-size: 13px !important;
    min-width: 150px !important;
    /* background-color: white !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-heading2 {
    font-size: 14px !important;
    min-width: 200px !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-heading2 {
    font-size: 15px !important;
    min-width: 250px !important;
    /* background-color: rgb(0, 255, 34) !important; */
  }
}
.jobcard-title {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-title {
    font-size: 8px !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-title {
    font-size: 10px !important;
    /* background-color: blue !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-title {
    font-size: 12px !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-title {
    font-size: 14px !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-title {
    font-size: 16px !important;
    /* background-color: white !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-title {
    font-size: 18px !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-title {
    font-size: 20px !important;
    /* background-color: rgb(0, 255, 34) !important; */
  }
}
.jobcard-btn {
  font-size: 13px !important;
  padding: 0px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.2s ease !important;
  border-radius: 4px !important;
}
.jobcard-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.jobcard-btn:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}
.jobcard-btn .v-icon {
  font-size: 13px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-btn .v-icon {
    font-size: 3px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-btn .v-icon {
    font-size: 5px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-btn .v-icon {
    font-size: 7px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-btn .v-icon {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-btn .v-icon {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-btn .v-icon {
    font-size: 20px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-btn .v-icon {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 600px) {
  .jobcard-btn {
    size: 5px !important;
    min-width: 10px !important;
    /* background-color: purple !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-btn {
    font-size: 7px !important;
    min-width: 15px !important;
    /* background-color: blue !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-btn {
    font-size: 8px !important;
    min-width: 20px !important;
    /* background-color: green !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-btn {
    font-size: 11px !important;
    min-width: 20px !important;
    /* background-color: yellow !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-btn {
    font-size: 13px !important;
    min-width: 15px !important;
    /* background-color: white !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-btn {
    font-size: 14px !important;
    min-width: 20px !important;
    /* background-color: rgb(255, 0, 157) !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-btn {
    font-size: 15px !important;
    min-width: 50px !important;
    /* background-color: rgb(0, 255, 34) !important; */
    padding: 0px !important;
  }
}
.jobcard-chip {
  font-size: 13px !important;
  padding: 4px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-chip {
    font-size: 5px !important;
    min-width: 10px !important;
    /* background-color: purple !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-chip {
    font-size: 7px !important;
    min-width: 15px !important;
    /* background-color: blue !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-chip {
    font-size: 8px !important;
    min-width: 20px !important;
    /* background-color: green !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-chip {
    font-size: 11px !important;
    min-width: 20px !important;
    /* background-color: yellow !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-chip {
    font-size: 13px !important;
    min-width: 15px !important;
    /* background-color: white !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-chip {
    font-size: 14px !important;
    min-width: 20px !important;
    /* background-color: rgb(255, 0, 157) !important; */
    padding: 0px !important;
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-chip {
    font-size: 15px !important;
    min-width: 50px !important;
    /* background-color: rgb(0, 255, 34) !important; */
    padding: 0px !important;
  }
}

.jobcard-search {
  font-size: 13px !important;
  position: relative;
  display: inline-block !important;
  width: 400px !important;
}
@media screen and (max-width: 600px) {
  .jobcard-search {
    font-size: 3px !important;
    width: 50px !important;
    height: 7px !important;
    position: relative;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-search {
    font-size: 5px !important;
    width: 100px !important;
    height: 10px !important;
    position: relative;
    /* background-color: blue !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-search {
    font-size: 6px !important;
    width: 150px !important;
    height: 15px !important;
    position: relative;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-search {
    font-size: 8px !important;
    width: 200px !important;
    height: 19px !important;
    position: relative;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-search {
    font-size: 10px !important;
    width: 250px !important;
    height: 22px !important;
    position: relative;
    /* background-color: white !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-search {
    font-size: 12px !important;
    width: 300px !important;
    height: 27px !important;
    position: relative;
    display: inline-block !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-search {
    font-size: 13px !important;
    width: 400px !important;
    height: 32px !important;
    position: relative;
    display: inline-block !important;
    /* background-color: rgb(0, 255, 34) !important; */
  }
}

.jobcard-control {
  color: #484746;
  line-height: 13px;
  font-size: 13px;
  height: 32px;
  background: #ececec;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.01);
  border-radius: 1px;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 8px;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 600px) {
  .jobcard-control {
    font-size: 3px !important;
    width: 50px !important;
    /* background-color: purple !important; */
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .jobcard-control {
    font-size: 5px !important;
    width: 100px !important;
    /* background-color: blue !important; */
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .jobcard-control {
    font-size: 6px !important;
    width: 150px !important;
    /* background-color: green !important; */
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .jobcard-control {
    font-size: 8px !important;
    width: 200px !important;
    /* background-color: yellow !important; */
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .jobcard-control {
    font-size: 10px !important;
    width: 250px !important;
    /* background-color: white !important; */
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .jobcard-control {
    font-size: 12px !important;
    width: 300px !important;
    height: 32px !important;
    /* background-color: rgb(255, 0, 157) !important; */
  }
}
@media screen and (min-width: 1901px) and (max-width: 2800px) {
  .jobcard-control {
    font-size: 13px !important;
    width: 400px !important;
    /* background-color: rgb(0, 255, 34) !important; */
  }
}

.toolbar-buttons .v-btn, .toolbar-buttons .btn {
  height: 24px !important;
  min-width: auto !important;
  padding: 0 8px !important;
  margin-right: 4px !important;
  text-transform: none !important;
  font-weight: 500 !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
}
.toolbar-buttons .v-btn:hover, .toolbar-buttons .btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
}
.toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
  font-size: 12px !important;
}
@media screen and (max-width: 600px) {
  .toolbar-buttons .v-btn, .toolbar-buttons .btn {
    height: 20px !important;
    padding: 0 4px !important;
    margin-right: 2px !important;
    min-width: 40px !important;
    font-size: 10px !important;
  }
  .toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
    font-size: 10px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .toolbar-buttons .v-btn, .toolbar-buttons .btn {
    height: 22px !important;
    padding: 0 6px !important;
    margin-right: 3px !important;
    min-width: 50px !important;
    font-size: 11px !important;
  }
  .toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
    font-size: 11px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .toolbar-buttons .v-btn, .toolbar-buttons .btn {
    height: 24px !important;
    padding: 0 8px !important;
    margin-right: 4px !important;
    min-width: 60px !important;
    font-size: 12px !important;
  }
  .toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
    font-size: 12px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .toolbar-buttons .v-btn, .toolbar-buttons .btn {
    height: 26px !important;
    padding: 0 10px !important;
    margin-right: 6px !important;
    min-width: 70px !important;
    font-size: 13px !important;
  }
  .toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .toolbar-buttons .v-btn, .toolbar-buttons .btn {
    height: 28px !important;
    padding: 0 12px !important;
    margin-right: 8px !important;
    min-width: 80px !important;
    font-size: 14px !important;
  }
  .toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
    font-size: 14px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .toolbar-buttons .v-btn, .toolbar-buttons .btn {
    height: 30px !important;
    padding: 0 14px !important;
    margin-right: 10px !important;
    min-width: 90px !important;
    font-size: 15px !important;
  }
  .toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
    font-size: 15px !important;
  }
}
@media screen and (min-width: 1901px) {
  .toolbar-buttons .v-btn, .toolbar-buttons .btn {
    height: 32px !important;
    padding: 0 16px !important;
    margin-right: 12px !important;
    min-width: 100px !important;
    font-size: 16px !important;
  }
  .toolbar-buttons .v-btn .v-btn__content, .toolbar-buttons .btn .v-btn__content {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .toolbar-buttons .v-menu .v-btn {
    min-width: 35px !important;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .toolbar-buttons .v-menu .v-btn {
    min-width: 45px !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  .toolbar-buttons .v-menu .v-btn {
    min-width: 55px !important;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .toolbar-buttons .v-menu .v-btn {
    min-width: 65px !important;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
  .toolbar-buttons .v-menu .v-btn {
    min-width: 75px !important;
  }
}
@media screen and (min-width: 1401px) and (max-width: 1900px) {
  .toolbar-buttons .v-menu .v-btn {
    min-width: 85px !important;
  }
}
@media screen and (min-width: 1901px) {
  .toolbar-buttons .v-menu .v-btn {
    min-width: 95px !important;
  }
}

.main {
  position: relative;
  width: 100%;
  min-width: 1200px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main-content {
  display: flex;
  height: 100%;
  overflow-y: scroll;
}

.main-view {
  width: 100%;
  padding-left: 70px;
}

.public .layout {
  position: relative;
  padding: 15px;
  height: 100%;
  overflow-y: unset;
}

.page-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.d-flex {
  display: flex;
}

*, :after, :before {
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  background: #181b1f;
  color: #929a9e;
  height: 100%;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: 1.66667;
}

ul {
  list-style: none;
}

.vue__time-picker input.display-time {
  background-color: #fff;
}

.black_spacing {
  border-top: 30px solid #3a3a3a;
  border-bottom: 30px solid #3a3a3a;
  border-left: 30px solid #3a3a3a;
}

.remove_black_spacing {
  border-top: 0;
  border-bottom: 0;
}

.red-border {
  border-left: 30px solid #ff2e1f;
}

.green-border {
  border-bottom: 30px solid #3a3a3a;
  border-left: 30px solid #00ff0a;
}

.blue-border {
  border-bottom: 30px solid #3a3a3a;
  border-left: 30px solid #006aff;
}

.selected {
  box-shadow: 0 3px 1px -2px rgb(239, 12, 12), 0 2px 2px 0 rgb(183, 75, 75), 0 1px 5px 0 rgb(248, 117, 186) !important;
}

/* Custom styling for the select element */
.connect-item-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; /* Remove default styling */
  background-color: #f0f0f0; /* Background color */
  border: 2px solid #3498db; /* Border color */
  border-radius: 4px; /* Rounded corners */
  padding: 0px 2px;
  font-size: 11px;
  color: #333; /* Text color */
  transition: border-color 0.2s, background-color 0.2s; /* Add transition effect */
  cursor: pointer;
  height: 25px;
}

.connect-item-select option {
  background-color: #f8f8f8; /* Option background color */
  color: #333; /* Option text color */
}

.connect-item-select:hover {
  border-color: #2980b9; /* Border color on hover */
}

.connect-item-select:focus {
  outline: none; /* Remove focus outline */
  box-shadow: 0 0 4px #3498db; /* Add box shadow on focus */
}

.place-order-sub-text-container {
  position: absolute;
  top: 33px;
  width: 200px;
  left: 10px;
}

.place-order-info {
  font-size: 9px;
  font-weight: 700;
  left: 15px;
}

.place-order-sub-text {
  position: absolute;
  top: 33px;
  width: 101px;
}

.place-order-info-check {
  top: 32px;
}

.place-order-info-status {
  top: 45px;
}

.place-order-info-payment-required {
  color: #e75650;
}

.place-order-info-payment {
  color: #64bd63;
}

.place-order-info-quote-accepted {
  color: #64bd63;
}

.place-order-info-quote-accept-required {
  color: #e75650;
}

.place-order-info-need {
  color: #e75650;
}

.place-order-info-coo-accepted {
  color: #64bd63;
}

.place-order-info-coo-required {
  color: #e75650;
}

.place-order-info-advance {
  color: rgb(231, 206, 80);
}

.jobcard-table > td {
  padding-left: 2px;
  padding-right: 2px;
}

.v-toolbar__content {
  padding-left: 0px !important;
  padding-right: 0 !important;
}
