body,
html {
  font-family: Arial;
  background-color: #fff;
  color: #65655f;
  max-width: 100%;
  overflow-x: hidden;
  height: 100%;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml; utf8, <svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.99999 5.00016L1.75699 9.24316L0.342987 7.82816L3.17199 5.00016L0.342987 2.17216L1.75699 0.757164L5.99999 5.00016Z' fill='rgb(57,76,89)'/></svg>");
}

a {
  color: #2e669d;
  line-height: 14px;
  font-size: 12px;
  align-items: center;
}

.nav {
  background: #e5e5e5;
}

.nav-item {
  margin-right: auto;
  margin-left: auto;
}

.nav_fio_height {
  height: 28px;
}

.my_field {
  margin-right: 50px;
  width: 200px;
  font-size: 12px;
  border-radius: 8px;
  border: none;
}

.universal-h1 {
  font-style: normal;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.ue-menu-item {
  font-size: 12px;
  padding: 1px;
  border-radius: 8px;
  border: none;
}

.ue-text-header {
  font-size: 12px;
  border-radius: 8px;
  border: none;
  color: #65655f;
}
/*#eaeaea*/
/*#5f626b*/
.ue-text-body {
  color: #65655f;
  font-size: 14px;
  border-radius: 8px;
  border: none;
}

.ue-button {
  border-radius: 8px;
  background: #00ac86;
  color: #fff;
  font-size: 12px;
  height: 40px;
}

.ue-btn-msg {
  margin-bottom: 20px;
  padding: 5px;
}

.ue-btn-msg:hover {
  color: #ffffff;
  background: linear-gradient(to top right, #00ac86, #9fd883);
  transition: 5s ease-in-out;

}

#my-app {
  display: flex;
  justify-content: space-between;
  width: 400px;
}

.nav_user {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.create_button {
  background: #65655f;
  color: #fff;
  font-size: 14px;
  border-radius: 8px;
}

.u-bold {
  color: #65655f;
  font-size: 12px;
  font-weight: bold;
  align-items: center;
  line-height: 14px;
  font-style: normal;
}

#uni-sidebar {
  background-color: #eaeaea;
  min-height: calc(100vh);
}

.sidebar-header {
  height: 75px;
}

.uni-h1 {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 47px;
  align-items: center;
  margin-bottom: 16px;
}

.uni-h2 {
  font-weight: 500;
  font-size: 28px;
  font-style: normal;
  line-height: 33px;
  align-items: center;
  margin-bottom: 16px;
}

.uni-status {
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.uni-common-info {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: 21px;
  display: flex;
  align-items: center;
}

svg {
  fill: #fff;
}

svg:hover {
  fill: #65655f;
}

.nav-sidebar {
  margin-top: 20px;
}

.nav-sidebar > li > div {
  margin-bottom: 7px;
}

.nav-sidebar svg {
  fill: #9FA0A4;
}

.nav-sidebar:hover svg {
  fill: #42B4E6;
}

.nav-sidebar.colored,
.nav-sidebar.colored:hover {
  color: #65655f;
}

.nav-sidebar.colored svg {
  fill: #65655f;
}

.nav-link:hover {
  color: #2e669d;
}

.nav-link {
  padding: 3px;
  color: #9FA0A4;
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  text-align: center;
}

@media (min-width: 1439px) {
  table {
    table-layout: fixed;
  }

  table.admin-table {
    table-layout: auto;
  }

  th,
  td {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #div-measurements table {
    table-layout: auto;
  }
}

.table td {
  color: #65655f;
}

.table th {
  border: 0;
  color: #65655f;
}

.table td,
.table th {
  padding-top: 5px;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px !important;
  border-top: 0;
}

.table tr td {
  cursor: pointer;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #eef2f4;
}

.ue-t-header-muted {
  color: #9aa7ae;
  font-size: 12px;
  font-style: normal;
  font-style: normal;
  line-height: 14px;
}

.ue-t-header {
  color: #65655f;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

.ue-button-centered {
  padding: 50%;
  font-size: 12px;
  line-height: 14px;
  color: #65655f;
}

.ue-btn {
  color: #00ac86;
  border-radius: 8px;
  border-color: #00ac86;
  line-height: 14px;
  font-size: 12px;
  width: 136px;
  height: 42px;
}

.ue-btn-dark {
  color: #ffffff;
  background-color: #00ac86;
  border-color: #ffffff;
}

.ue-btn:hover {
  color: #00ac86;
  background-color: #ffffff;
  border-color: #00ac86;
}

.ue-btn-graph,
.ue-btn-readings {
  color: #fff;
  border-radius: 8px;
  border-color: #00ac86;
  line-height: 14px;
  font-size: 12px;
}

.ue-btn-graph-dark,
.ue-btn-readings-dark {
  color: #ffffff;
  background-color: #00ac86;
  border-color: #ffffff;
}

.ue-btn-graph-dark svg,
.ue-btn-readings-dark svg {
  color: #ffffff;
}

.ue-btn-graph:hover,
.ue-btn-readings:hover {
  color: #9aa7ae;
  border-color: #00ac86;
}

.ue-input-month {
  color: #65655f;
  background: #eef2f4;
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  width: 166px;
  height: 40px;
  border: 0;
  border-radius: 8px;
}

.ue-danger {
  color: #f26f75;
  border-color: #f26f75;
}

.ue-danger:hover {
  color: #f26f75;
  border-color: #f26f75;
  background-color: #fff2f2;
}

.breadcrumb {
  background-color: #ffffff;
}

.status-red {
  color: #f26f75;
}

#login,
#forgot-pass {
  padding-top: 20%;
  padding-right: 35%;
  padding-left: 35%;
  font-family: Roboto;
}

#forgot-pass {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ue-form-error {
  font-size: 12px;
  margin: 0;
  padding: 3px;
  line-height: 14px;
  color: #f26f75;
}

.search {
  border: 0;
  color: #e9ecef;
  font-size: 12px;
  line-height: 16px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
}

.search:hover svg > path {
  fill: #65655f;
}

.search:hover {
  background-color: #d2dde1;
}

.search-border {
  border-radius: 8px;
  background-color: #eef2f4;
}

.search-input {
  border: 0;
  font-size: 12px;
  line-height: 16px;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  position: relative;
}

.input-group > .form-control:not(:last-child) {
  width: 100%;
  border-radius: 8px;
  height: 40px;
}

.input-group-append {
  position: absolute;
  right: 0;
  z-index: 999;
  width: 36px;
  height: 36px;
  top: 2px;
}

.search-container {
  cursor: pointer;
  border-radius: 8px;
}

.search-input:hover,
.search-container:hover > div > button {
  background-color: #d2dde1;
}

.form-control {
  background-color: #eef2f4;
}

.ue-dropdown-toggle {
  color: #65655f;
  font-size: 14px;
  line-height: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.ue-input-date {
  font-size: 14px;
  line-height: 16px;
  border: 0;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  height: 40px;
  width: 114px;
}

.full-width {
  width: 100%;
}

.row > .form-group {
  margin-right: 5px;
}

#dropdownMenuLink {
  display: inline-block;
  width: 100%;
}

.input-group-text {
  border: 0;
  background-color: #eef2f4;
}

.ue-input-group-prepend {
  border: 0;
  font-size: 14px;
  line-height: 16px;
  background-color: #eef2f4;
  left: 5px;
}

.ue-from-inline {
  font-family: Roboto;
  border-radius: 8px;
  background-color: #eef2f4;
}

.ue-label {
  font-size: 12px;
  line-height: 14px;
  padding-left: 0.5rem !important;
}

.ue-label.nowrap {
  white-space: nowrap;
}

.ue-text {
  font-size: 14px;
  line-height: 16px;
  color: #65655f;
}

.ue-link {
  color: #42B4E6;
}

.ue-filter {
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  color: #ffffff;
  background-color: #2e669d;
}

.ue-filter:hover {
  color: #ffffff;
  background-color: #00b2d2;
}

.ue-filter-dark {
  color: #ffffff;
  background-color: #2e669d;
}

.ue-filter-svg {
  fill: #fff;
}

.ue-select {
  border: 0;
  color: #e9ecef;
  font-size: 14px;
  line-height: 16px;
  height: 40px;
  width: 143px;
}

.ue-select-full {
  border: 0;
  color: #e9ecef;
  font-size: 14px;
  line-height: 16px;
  height: 40px;
  width: auto;
}

.pagination .page-link {
  color: #65655f;
  font-size: 14px;
  line-height: 16px;
}

.pagination > .active {
  font-weight: bold;
  color: #65655f;
  background-color: #eef2f4;
}

.ue-btn-csv {
  color: #ffffff;
  background-color: #00ac86;
  font-family: Roboto;
  font-size: 14px;
  line-height: 16px;
  width: 212px;
  height: 48px;
}

.ue-btn-csv:hover {
  color: #ffffff;
  background: linear-gradient(to top right, #00ac86, #9fd883);
  transition: 5s ease-in-out;

}

.equip > .ue-btn-csv {
  height: 42px;
}

.breadcrumb,
.breadcrumb-item,
.breadcrumb-item > a {
  padding: 0;
  font-size: 14px;
  line-height: 16px;
  color: #65655f;
}

.filters-container {
  display: flex;
  gap: 12px;
}

.filters-wrapper {
  display: flex;
  justify-content: space-between;
}

.search-wrapper {
  width: 317px;
}

.custom-select {
  border: 0;
  border-radius: 8px;
  height: 40px;
  width: 155px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  cursor: pointer;

  color: #65655f;
}

.custom-select:hover {
  background-color: #d2dde1;
}

.form-inline,
.form-inline > input {
  cursor: pointer;
}

.form-inline:hover,
.form-inline:hover > input,
.form-inline:hover > div {
  background-color: #d2dde1;
}

#measurements-t tr:nth-of-type(2n + 1) {
  background: #eef2f4;
  border-radius: 0 0 8px 8px;
}

#measurements-t td {
  font-size: 14px;
  line-height: 16px;
}

.ue-text-table {
  font-size: 14px;
}

.ue-mes-yellow {
  border: 5px #d2dde1;
  background: #dad662 !important;
  border-radius: 8px;
}

.ue-mes-yellow td {
  color: #65655f;
}

.ue-mes-red {
  background-color: #f26f75 !important;
  border: 5px #d2dde1;
  border-radius: 8px;
}

.ue-mes-red td {
  color: #ffffff !important;
}

.ue-mes-red a {
  color: #ffffff;
}

.ue-mes-normal {
  border: 5px #d2dde1;
  border-radius: 8px;
  color: #65655f;
}

.ue-borderless thead th {
  border: none;
  padding-left: 0;
}

.ue-borderless td {
  border: none;
}

.ue-text-12 {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  display: flex;
  align-items: center;
  color: #65655f;
}

.ue-text-14 {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  display: flex;
  align-items: center;
  color: #65655f;
}

#ue-table tbody tr:hover,
.ue-table tbody tr:hover {
  background: #d2dde1;
}

#ue-table tr,
#ue-table td,
.ue-table tr,
.ue-table td {
  font-size: 12px;
  line-height: 14px;
}

.page-item.active .page-link {
  background: #00ac86;
  border-color: #00ac86;
}

.table-mes th {
  border: none;
}

#measurements-t-body {
  border-bottom: 10px solid;
  border-top: 10px solid;
  border-color: #d2dde1;
  border-radius: 0 0 8px 8px;
}

.profile-container {
  margin-bottom: 100px;
}

.profile-head {
  font-size: 40px;
  margin-bottom: 30px;
}

.profile-btns {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.table-head {
  padding: 6px !important;
  color: #65655f;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
}

tr > .table-profile:nth-of-type(n) {
  padding-left: 30px !important;
}

.table-profile {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  text-align: left !important;
}

.table-profile:first-of-type {
  font-weight: bold;
}

.table-head.second {
  font-weight: normal;
}

.table-body-cell {
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.table-body-cell:not(:first-of-type) {
  border-left: 1px solid #d2dde1;
}

.table-body-cell:first-of-type {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.table-body-cell:last-of-type {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.detail-info .table-body-cell {
  font-size: 14px;
}

tr:first-of-type > .table-body-cell {
  border-top: 10px solid #d2dde1;
}

.equip-funcs div {
  padding-bottom: 0;
}

.equip-funcs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-right: 0px;
}

#legend {
  min-width: 190px;
}

.equip-funcs #legend > div {
  display: flex;
}

.equip-funcs #legend > div > div {
  padding-right: 10px;
}

.legend-text {
  margin-bottom: 9px;
}

.btn-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#login .card,
#forgot-pass .card {
  border: none;
}

#login .card-header,
#forgot-pass .card-header {
  background-color: white;
  width: 100%;
}

#login .card-header img,
#forgot-pass .card-header img {
  width: 80%;
}

#forgot-pass h3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

#forgot-pass p {
  text-align: center;
  font-size: 14px;
  color: #9aa7ae;
}

#id_username,
#id_password,
#id_email {
  border-radius: 8px;
  height: 40px;
  background-color: #eef2f4;
  font-size: 12px;
  line-height: 16px;
  border: 0;
  width: 70%;
  padding-left: 12px;
}

.login-form-btn {
  margin-top: 25px;
}

.ui-datepicker .ui-datepicker-title {
  color: #65655f !important;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  top: 15px !important;
}
.ui-datepicker-prev span {
  background-image: url("data:image/svg+xml; utf8, <svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.99999 5.00016L1.75699 9.24316L0.342987 7.82816L3.17199 5.00016L0.342987 2.17216L1.75699 0.757164L5.99999 5.00016Z' fill='rgb(57,76,89)'/></svg>") !important;
  background-position: center !important;
  transform: rotate(180deg);
}

.ui-datepicker-next span {
  background-image: url("data:image/svg+xml; utf8, <svg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M5.99999 5.00016L1.75699 9.24316L0.342987 7.82816L3.17199 5.00016L0.342987 2.17216L1.75699 0.757164L5.99999 5.00016Z' fill='rgb(57,76,89)'/></svg>") !important;
  background-position: center !important;
}
.ui-datepicker th {
  font-weight: lighter !important;
  color: #9AA7AE !important;
  font-size: 14px !important;
}

.ui-datepicker td a {
  text-align: center !important;
  border-radius: 50% !important;
  width: 32px !important;
  height: 32px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
[class^="ui-datepicker-"] {
  font-family: Roboto !important;
}

.ui-widget.ui-widget-content {
  background: #FFFFFF !important;
  border-radius: 8px !important;
}

.ui-widget-header {
  background: none !important;
  border: none !important;

}

.ui-corner-all {
  padding: 16px !important;
  /* padding-top: 10px !important; */
  border-radius: 50% !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  background: none !important;
  border: none !important;
  color: #626469 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  background: #626469 !important;
  color: white !important;
}

.ui-state-hover:nth-child(n) {
  background: #D2DDE1 !important;
  border: none !important;
}

.ui-state-hover:nth-child(n) {
  background-color: #D2DDE1 !important;
}

.ui-state-highlight {
  font-weight: bold !important;
}

.ui-header-logo {
  width: 250px;
}

/* Dropdown Menu */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content div {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content div:hover {
  background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
  display: block;
}

.collapsible {
  background-color: #394C59;
  color: #FFFFFF;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 16px;
}

.active, .collapsible:hover {
  background-color: #d2dde1;
  color: #394C59;
}

.collapsible-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.2s ease-out;
}