/* You can add global styles to this file, and also import other style files */
html, body, #root, .ant-layout {
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
.image-preview {
  width: 100%;
  height: 100%;
}
.logo-in-table {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
}
.unchecked .ant-checkbox .ant-checkbox-inner {
  background-color: red;
  border-color: red;
}
.delimiter {
  width: 100%;
  border: 1px solid black;
  height: 1px;
  position: relative;
  margin: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delimiter .delimiterText {
  position: absolute;
  background-color: #fff;
  padding: 0 10px;
}
.drone-card {
  min-width: 434px;
}
.drone-card .part-name {
  font-size: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.drone-card .ant-card-body {
  padding: 8px 24px !important;
}
.drone-card .ant-card-head-title {
  font-weight: normal;
}
.drone-card .ant-card-head-title .ant-typography {
  font-size: 0.7rem !important;
}
.drone-parts-table .ant-table, .drone-parts-table .ant-table-content, .drone-parts-table .ant-table-thead, .drone-parts-table .ant-table-tbody, .drone-parts-table .ant-table-row, .drone-parts-table .ant-table-cell, .drone-parts-table .ant-table-wrapper {
  background-color: transparent !important;
}
.drone-parts-table .ant-table-cell {
  padding: 0 !important;
  font-size: 0.7rem !important;
}
.drone-parts-table .drone-parts-table__row {
  position: relative;
}
.drone-parts-table .drone-parts-table__row:hover {
  font-weight: bold;
}
.drone-parts-table .drone-parts-table__row:hover .drone-parts-table__row_toolbar {
  padding: 5px;
  border-radius: 5px;
}
.drone-parts-table .drone-parts-table__row_not-received {
  color: red;
}
.drone-parts-table .drone-parts-table__divider {
  background-color: rgba(0, 0, 0, 0.1) !important;
  position: relative;
}
.drone-parts-table .drone-parts-table__divider::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.2), transparent);
  pointer-events: none;
}
.compactTabs .ant-tabs-nav {
  margin: 0 0 2px 0 !important;
}
.compactTabs .ant-tabs-nav .ant-tabs-tab {
  padding: 0 4px 0 4px !important;
  margin: 0 2px !important;
  font-size: 0.8rem !important;
}
.compactTabs .ant-tabs-nav .ant-tabs-tab-btn {
  padding: 4px 4px !important;
}
.compactTabs .ant-tabs-nav .ant-tabs-tab-active .ant-tabs-tab-btn {
  font-weight: 500 !important;
}
.compactTabs .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px !important;
}
.dashboard-card {
  min-height: 100%;
  height: 100%;
}
/*
 * Replace this with your own classes
 *
 * e.g.
 * .container {
 * }
*/
/*
 * Replace this with your own classes
 *
 * e.g.
 * .container {
 * }
*/
.brand-selector_selector__vL3Ha {
  width: 100%;
}
.brand-selector_selector__vL3Ha .brand-selector_select__raKxa {
  width: 100%;
}
/*
 * Replace this with your own classes
 *
 * e.g.
 * .container {
 * }
*/
.parts-list_container__\+Qjae {
  display: flex;
  flex-direction: row;
  height: 100%;
  width: 100%;
}
.parts-list_container__\+Qjae .parts-list_search__xKUl1 {
  margin-bottom: 20px;
}
.parts-list_container__\+Qjae .parts-list_filterBlock__YU9Z7 {
  max-width: 180px;
  max-height: 80vh;
  overflow-y: auto;
  display: flex;
  align-self: flex-start;
}
.parts-list_container__\+Qjae .parts-list_selected__dlK6C {
  background-color: #e6f7ff;
}
/*
 * Replace this with your own classes
 *
 * e.g.
 * .container {
 * }
*/
.home-page_summaryCardBody__H5CH\+ {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home-page_summaryRowValue__iBofo {
  margin-left: 3rem;
}
.home-page_dashboardStatsArea__G2j1x {
  display: flex;
  align-items: stretch;
}
.selected-row {
  background-color: #e6f7ff !important;
}

.selected-row:hover > td {
  background-color: #bae7ff !important;
}

.templates-container {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.templates-container .ant-table-tbody > tr.selected-row > td {
  background-color: #e6f7ff;
  border-bottom: 1px solid #91d5ff;
}

.templates-loading-spinner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    width: 100%;
}

.template-dialog-loading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}

/* Make sure the selected state is visible even when hovered */

.templates-container .ant-table-tbody > tr.selected-row:hover > td {
  background-color: #bae7ff;
}

/*
 * Replace this with your own classes
 *
 * e.g.
 * .container {
 * }
*/
.loader_container__kscWd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  background-color: rgba(0, 0, 0, 0.5);
}
.loader_spinner__IWjdW {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  animation: loader_spin__2vYHb 1s linear infinite;
}
/*
 * Replace this with your own classes
 *
 * e.g.
 * .container {
 * }
*/
.orders-page_partially-in-stock__1gke6 {
  background-color: #f0ad4e;
}
.orders-page_in-stock__X\+Hy2 {
  background-color: #5cb85c;
}
.orders-page_overused__eXuFC {
  background-color: #d9534f;
}
.orders-page_table__ilRlQ * {
  font-size: 0.7rem;
}
.orders-page_tableMiddle__xgWLK * {
  font-size: 0.8rem;
}

/*# sourceMappingURL=main.css.map*/