
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  scrollbar-gutter: stable;
}
::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 100px;
}
::-webkit-scrollbar-thumb {
  background-color: #0c55bb;
  border-radius: 100px;
}
.pointers-inactive {
  pointer-events: none;
}
a {
  font-weight: bold;
  color: #0c55bb;
  text-decoration: underline;
}
a:hover {
  color: #0b5ed7;
}
.btn-primary {
  --bs-btn-bg: #0c55bb;
  --bs-btn-border-color: #0c55bb;
}
p {
  margin: 10px 0;
}
.form-block {
  display: flex;
  flex-direction: column;
}
.invalid-block {
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545;
}
input {
  margin: 10px 0;
  padding: 10px;
  border: unset;
  border-bottom: 2px solid #e3e3e3;
  outline: none;
}
button {
  padding: 10px;
  background: #e3e3e3;
  border: unset;
  cursor: pointer;
}
.error {
  border-bottom: 2px solid #ff4332;
}
.msg {
  border: 2px solid #ffa908;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
}
.logout {
  color: #b7625c;
}
.myspinner {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.clientmail {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.clientlist {
  width: 300px;
}
.clientlist button,
.clientlist ul {
  width: 300px;
}
.list-group-item {
  cursor: pointer;
  padding: 8px 12px;
}
.list-group-item:hover, .list-group-item.active {
  background: #0c55bb;
  border-color: #0c55bb;
  color: white;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-menu li.active .dropdown-item {
  color: white;
  background: #0c55bb;
}
.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.icon-button svg {
  flex-shrink: 0;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 96%;
}
@media (min-width: 1440px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 87%;
}
}



div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm,
div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel,
div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 10px !important;
}


.vue3-easy-data-table {
  height: 100%;
}
.vue3-easy-data-table__main {
  max-height: 100%;
  height: 100%;
}
.vue3-easy-data-table__message {
  font-size: 16px !important;
  color: #4D5460 !important;
}
.pagination__rows-per-page {
  flex-shrink: 0;
  font-size: 0;
}
.pagination__rows-per-page .select-items.show {
  top: unset !important;
  bottom: 32px !important;
}
.pagination__rows-per-page .select-items {
  border-radius: 0.5rem;
}
.pagination__rows-per-page .select-items li:first-child {
  border-radius: 0.5rem 0.5rem 0 0;
}
.pagination__rows-per-page .select-items li:hover {
  background-color: #0c55bb !important;
  color: #FFFFFF !important;
}
.pagination__rows-per-page .select-items li:last-child {
  border-radius: 0 0 0.5rem 0.5rem;
}
.pagination__items-index {
  width: 100%;
  margin: 0 20px 0 1px !important;
}
.easy-data-table__rows-selector {
  font-size: 14px;
  position: relative;
  margin-left: 100px !important;
}
.easy-data-table__rows-selector:before {
  content: 'Кол-во строк:';
  font-size: 14px;
  position: absolute;
  top: 4px;
  width: 100px;
  right: 70px;
  pointer-events: none;
}
.easy-data-table__rows-selector .triangle {
  transform: rotate(180deg);
}
.previous-page__click-button, .next-page__click-button {
  font-size: 0;
  position: relative;
}
.previous-page__click-button::before {
  content: 'Страница:';
  font-size: 14px;
  display: flex;
  position: absolute;
  top: -5px;
  right: 25px;
  pointer-events: none;
}
.previous-page__click-button .arrow, .next-page__click-button .arrow {
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid #4D5460 !important;
  border-left: 2px solid #4D5460 !important;
}
.previous-page__click-button.first-page .arrow, .next-page__click-button.last-page .arrow {
  width: 12px !important;
  height: 12px !important;
  border-top: 2px solid #e0e0e0 !important;
  border-left: 2px solid #e0e0e0 !important;
}
.buttons-pagination .item {
  margin: 0 2px;
  border-radius: 6px !important;
  border: 1px solid #0c55bb !important;
}
.buttons-pagination .item.omission {
  border: 1px solid transparent !important;
}
.easy-data-table__rows-selector .rows-input__wrapper {
  height: 30px !important;
  border-bottom: 0 !important;
  border-radius: 10px !important;
  padding: 0 8px !important;
  background: white;
}
.vue3-easy-data-table__header {
  z-index: 7;
}
.customize-table {
  --easy-table-header-font-size: 16px;
  --easy-table-header-height: 50px;
  /*--easy-table-header-font-color: #4D5460;*/
  /*--easy-table-header-background-color: #FFF;*/

  --easy-table-header-item-padding: 10px 15px;

  /*--easy-table-body-even-row-font-color: #fff;*/
  /*--easy-table-body-even-row-background-color: #FFF;*/

  /*--easy-table-body-row-font-color: #4D5460;*/
  /*--easy-table-body-row-background-color: transparent;*/
  --easy-table-body-row-height: 40px;
  --easy-table-body-row-font-size: 16px;

  /*--easy-table-body-row-hover-font-color: #4D5460;*/
  /*--easy-table-body-row-hover-background-color: #DDE5ED;*/

  --easy-table-body-item-padding: 10px 15px;

  --easy-table-footer-background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
  /*--easy-table-footer-font-color: #4D5460;*/
  --easy-table-footer-font-size: 14px;
  --easy-table-footer-padding: 0px 10px;
  --easy-table-footer-height: 43px;

  --easy-table-rows-per-page-selector-width: 70px;
  --easy-table-rows-per-page-selector-option-padding: 10px;
  --easy-table-rows-per-page-selector-z-index: 8;


  --easy-table-scrollbar-track-color: transparent;
  --easy-table-scrollbar-color: transparent;
  --easy-table-scrollbar-thumb-color: #0c55bb;
  --easy-table-scrollbar-corner-color: transparent;
}
.multiselect-search {
  margin: 0
}
[data-tooltip]::before {
  content: attr(data-tooltip);
  position: absolute;
  opacity: 0;

  transition: all 0.15s ease;
  padding: 10px;
  color: white;
  border-radius: 10px;
  box-shadow: 2px 2px 1px silver;
}
[data-tooltip]:hover::before {
  opacity: 1;

  /* customizable */
  background: grey;
  margin-top: -20px;
  margin-left: 20px;
}


.popper {
  pointer-events: none !important;
}
.popup-popper {
  border-radius: 8px;
  padding: 5px 10px;
  box-shadow: 0 6px 30px -6px rgba(0, 0, 0, 0.25);
  color: #212529;
  background: white;
  text-align: center;
  font-size: 12px;
}
.popup-popper.monitoring {
  color: white;
  background: transparent;
}


.spin-block[data-v-a5c03a22] {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lds-ring[data-v-a5c03a22] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div[data-v-a5c03a22] {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #0c55bb;
  border-radius: 50%;
  animation: lds-ring-a5c03a22 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0c55bb transparent transparent transparent;
}
.small .lds-ring[data-v-a5c03a22] {
  width: 40px;
  height: 40px;
}
.small .lds-ring div[data-v-a5c03a22] {
  width: 32px;
  height: 32px;
  margin: 4px;
  border: 4px solid #0c55bb;
  border-color: #0c55bb transparent transparent transparent;
}
.lds-ring div[data-v-a5c03a22]:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div[data-v-a5c03a22]:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div[data-v-a5c03a22]:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring-a5c03a22 {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}


.dialog[data-v-18a7fba0] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(77, 84, 96, 0.7);*/
  background: rgba(0, 0, 0, 0.4);
  display: block;
  z-index: 999;
}
[data-v-18a7fba0]::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.modal-dialog-scrollable[data-v-18a7fba0] ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.modal-header[data-v-18a7fba0] {
  justify-content: space-between;
}
.modal-title[data-v-18a7fba0] {
  line-height: 125%;
}
.modal-header .modal-title[data-v-18a7fba0] {
  font-size: 24px !important;
  color: #0c55bb;
}
.button-close[data-v-18a7fba0] {
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.fade-enter-active[data-v-18a7fba0] {
  animation: fade-in-18a7fba0 0.3s;
}
.fade-leave-active[data-v-18a7fba0] {
  animation: fade-in-18a7fba0 0.3s reverse;
}
@keyframes fade-in-18a7fba0 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/* < 475 */
@media screen and (max-width: 474px) {
.modal-header .modal-title[data-v-18a7fba0] {
    font-size: 18px !important;
}
}


.v-enter-active[data-v-2b1cd7e5],
.v-leave-active[data-v-2b1cd7e5] {
  transition: opacity 0.5s ease;
}
.v-enter-from[data-v-2b1cd7e5],
.v-leave-to[data-v-2b1cd7e5] {
  opacity: 0;
}
.spin[data-v-2b1cd7e5] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
body[data-v-2b1cd7e5], #app[data-v-2b1cd7e5] {
  min-width: 100vh;
}
.component-block[data-v-2b1cd7e5] {
  height: 100vh;
}
.logs-table[data-v-2b1cd7e5] {
  height: 780px;
}
.container[data-v-2b1cd7e5] {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* .vue3-easy-data-table__main */
[data-v-2b1cd7e5] .units-table .customize-table > .vue3-easy-data-table__main{
  max-height: 800px;
}
.logo[data-v-2b1cd7e5] {
  max-width: 40px;
}
.users-menu[data-v-2b1cd7e5] {
  max-height: calc(100vh - 75px);
  overflow: auto;
  overflow-x: hidden;
  padding-top: 0;
}
.users-menu .dropdown-item[data-v-2b1cd7e5] {
  padding-right: 21px;
  padding-left: 12px;
}
.users-list[data-v-2b1cd7e5] {
  max-height: 480px;
  overflow: auto;
}
.nav.nav-tabs[data-v-2b1cd7e5] {
  border: 0;
}
.nav-link[data-v-2b1cd7e5] {
  border: 0;
  color: #212529;
}
.nav-link.active[data-v-2b1cd7e5],
.nav-link[data-v-2b1cd7e5]:hover {
  background: #0c55bb;
  color: white;
}
.list-users-search[data-v-2b1cd7e5] {
  padding-right: 37px;
}
.list-users-close[data-v-2b1cd7e5] {
  position: absolute;
  top: 17px;
  right: 8px;
}
.dropdown-users-search[data-v-2b1cd7e5] {
  margin: 0;
  padding: 0.375rem 37px 0.375rem 0.75rem;
  border-bottom-width: 1px;
}
.dropdown-users-close[data-v-2b1cd7e5] {
  position: absolute;
  top: 6px;
  right: 8px;
  width: 1em;
}
.wialon_getunits[data-v-2b1cd7e5] {
  padding-bottom: 45px !important;
}
.easy-table-block[data-v-2b1cd7e5] {
  height: 400px;
}
.command-close[data-v-2b1cd7e5] {
  position: absolute;
  top: 17px;
  right: 8px;
}
.command-search[data-v-2b1cd7e5] {
  width: 450px;
}
.user-delete-btn[data-v-2b1cd7e5] {
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.user-delete-btn svg[data-v-2b1cd7e5] {
  width: 14px;
  height: 14px;
}


.spin[data-v-24fe70a1] {
  z-index: 1001;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo[data-v-24fe70a1] {
  max-width: 100px;
}


