@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
* {
  font-family: "Roboto", sans-serif;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  color: rgba(0, 0, 0, 0.66);
  margin: 0;
  padding: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f7fafc;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  color: #000000;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #f7fafc;
  padding: 0.9rem 1rem;
  text-align: center;
  color: rgba(0, 0, 0, 0.66);
  font-size: 0.875rem;
}

footer a {
  color: rgba(0, 0, 0, 0.66);
}

a {
  color: #3367d6;
  text-decoration: none;
}

.auth .auth-wrapper.w-700 {
  max-width: 700px;
}

.auth .auth-wrapper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.auth .auth-wrapper .company-title {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 1.5rem;
  margin-left: 1rem;
}

.auth .auth-wrapper .title {
  font-size: 1.5rem;
  color: #000000;
  font-weight: 600;
}

.auth .auth-wrapper .form-label {
  color: #000000;
  font-weight: 500;
  font-size: 0.875rem;
}

.auth .auth-wrapper .form-control {
  height: 44px;
  font-size: 1rem;
  color: #000000;
}

.auth .auth-wrapper textarea.form-control {
  height: auto;
}

.auth .auth-wrapper .form-control[type="file"] {
  height: auto;
}

.auth .auth-wrapper .form-select {
  height: 44px;
  font-size: 1rem;
  color: #000000;
}

.auth .auth-wrapper .btn-group .btn {
  height: auto;
  width: 100%;
  margin-top: 0;
}

.auth .auth-wrapper .btn {
  height: 44px;
  width: 100%;
  margin-top: 2rem;
}

.auth .auth-wrapper input[type="password"]:not(:placeholder-shown) {
  font-weight: 900;
  font-size: 1.3rem;
}

.auth #hasPass,
.auth #confirmPass {
  position: relative;
}

.auth #hasPass .show-pass,
.auth #confirmPass .show-pass {
  position: absolute;
  top: 34px;
  right: 3px;
  padding: 0.5rem;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.66);
}

.auth #hasPass .show-pass span,
.auth #confirmPass .show-pass span {
  font-size: 1.3rem;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-primary {
  background-color: #1a73e8;
}

.btn-primary:hover {
  background-color: #3367d6;
}

.layout {
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .layout {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .layout {
    padding: 0 20px;
  }
}

header {
  border-bottom: 1px solid #dfdfdf;
  background-color: #fff;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
}

header .logo {
  font-size: 1.2rem;
  font-weight: 800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo a {
  color: #000000;
  text-transform: uppercase;
}

header .logo a span {
  color: #1a73e8;
}

header ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

header ul li {
  margin-right: 1rem;
}

header ul li:nth-last-child(1) {
  margin-right: 0;
}

header ul li a {
  color: rgba(0, 0, 0, 0.66);
  font-size: 1rem;
  font-weight: 400;
  padding: 0.5rem;
}

header .burger {
  display: none;
}

header .close-menu {
  display: none;
}

@media screen and (max-width: 991px) {
  header .burger {
    display: block;
  }
  header .burger .line {
    width: 30px;
    height: 3px;
    background-color: #000000;
    margin-bottom: 5px;
  }
  header .burger .line:nth-last-child(1) {
    margin-bottom: 0;
  }
  header .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #000000;
    opacity: 0.7;
    z-index: 99;
    display: none;
  }
  header .menu {
    position: absolute;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 100;
    width: 250px;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  header .menu.showMenu {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  header .close-menu {
    position: absolute;
    right: 10px;
    top: -10px;
    color: #000000;
    font-size: 3rem;
    font-weight: 100;
    opacity: 0.7;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    display: block;
  }
  header ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.5rem;
  }
  header ul li {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  header ul li a {
    font-size: 1.2rem;
  }
}

.page-title {
  font-weight: 500;
  color: #000000;
  font-size: 1.2rem;
}

.table {
  font-size: 0.875rem;
}

.table thead th,
.table tr th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.66) !important;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 400;
}

.table td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  vertical-align: middle;
}

.dataTables_length {
  margin-bottom: 1rem;
}

.priority,
.status {
  font-size: 0.75rem;
  border: solid 1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.4rem;
  border-radius: 0.15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: default;
  text-transform: capitalize;
}

.priority.high,
.status.archived {
  color: red;
  background-color: rgba(255, 0, 0, 0.073);
  border-color: rgba(255, 0, 0, 0.409);
}

.status.processing,
.priority.medium {
  color: #1a73e8;
  background-color: #f7fafc;
  border-color: #1a73e8;
}

.status.pending,
.priority.standard {
  color: #ffbf00;
  background-color: rgba(255, 191, 0, 0.053);
  border-color: #ffbf00;
}

.status.completed,
.status.active {
  color: #04be6d;
  background-color: rgba(0, 128, 73, 0.046);
  border-color: #01b668;
}

.action-btns .btn span {
  font-size: 1rem;
}

.less-2-days {
  color: red;
  font-weight: 500;
}

.form-label {
  color: #000000;
  font-size: 0.875rem;
}

#repair,
#ext-company,
#pr-amount,
#payment-statuss,
#paymentMadeOn,
#inHouse-opt,
#teamList,
#ext-company-list,
#exchange-return,
#pickupTime {
  display: none;
}

.text-light {
  color: #a8a7a7 !important;
}

.form-check-label {
  cursor: pointer;
  color: #000000;
}

.img-holder {
  max-width: 150px;
  max-height: 150px;
}

.img-holder img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}

.view-header {
  margin-bottom: 1.5rem;
}

.view-header .card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.view-header .card .header-item {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  padding: 1rem;
}

.view-header .card .header-item div {
  color: rgba(0, 0, 0, 0.66);
  font-size: 0.875rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.view-header .card .header-item div .material-icons {
  font-size: 1.2rem;
  color: #1a73e8;
}

.view-header .card .header-item a .status {
  cursor: pointer;
}

.view-header .card .header-item .material-icons {
  font-size: 1rem;
  margin-right: 0.5rem;
}

#supportList {
  white-space: nowrap;
}

.team-list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-list-wrapper .form-check {
  margin: 0.5rem;
}

.termin-list {
  margin-bottom: 1rem;
}

.termin-list .id {
  color: #000000;
  font-weight: 600;
}

.termin-list .title {
  font-size: 1.1rem;
  color: #000000;
  font-weight: 500;
  color: #1a73e8;
}

.termin-list .date-time {
  font-size: 1rem;
  font-weight: 500;
}

.if-in-court {
  color: red;
  margin-left: 1rem;
}

#pendingAmount {
  margin-top: -10px;
  display: none;
}

.va-top td {
  vertical-align: baseline;
}

.dash-card {
  border: none;
  background-color: #9e97ed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.3rem 1.5rem;
  color: #fff;
}

.dash-card .data > div:first-of-type {
  margin-bottom: 1rem;
  font-size: 2rem;
}

.dash-card .icon {
  background-color: #fff;
  padding: 0.7rem;
  border-radius: 0.25rem;
  width: 45px;
  height: 45px;
  color: #f79c9c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dash-card .icon span {
  font-size: 1.5rem;
}

.dash-card.yellow {
  background-color: #fce46c;
  color: #000000;
}

.dash-card.red {
  background-color: #f79c9c;
}

.dash-card.green {
  background-color: #5fd7d1;
}

.fileuploader {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.fileuploader-input .fileuploader-input-caption {
  margin-right: 16px;
  border: 1px dashed #1a73e8;
  border-radius: 0.25rem;
  color: #1a73e8;
}

.fileuploader-input .fileuploader-input-button {
  border-radius: 0.25rem;
}

.product-row {
  position: relative;
  margin-bottom: 1rem;
}

.product-row .delete-btn {
  position: absolute;
  right: -1px;
  top: -13px;
  background-color: red;
  width: auto !important;
  height: 26px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 0.765rem;
  margin-top: 0 !important;
}

.items {
  margin-bottom: 1rem;
}

.items p {
  margin-bottom: 0;
}

.image-wrapper {
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	flex-wrap: wrap;
}

.image-wrapper .image {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 1rem 1rem 1rem 0;
}

.image-wrapper .image .del-img {
  position: absolute;
  cursor: pointer;
  background-color: red;
  color: #fff;
  font-size: 1.8rem;
  width: 20px;
  height: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: -7.5px;
  top: -7.5px;
}

.image-wrapper .image img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
