﻿.driver-popover {
  max-width: 550px !important;
  width: auto !important;
  white-space: normal;
  padding: 0px !important;
  z-index: 1000000000;
}
.driver-popover .driver-popover-close-btn {
  position: relative;
  font-size: inherit;
}
.driver-popover .driver-popover-description {
  padding: 12px;
}
.driver-popover .driver-popover-footer {
  margin-top: 0px;
}
.driver-popover .driver-popover-navigation-btns {
  border-top: solid;
  border-width: 1px;
  margin: 0px;
  gap: 5px;
  padding: 6px;
  border-color: #c9c9c9;
}
.driver-popover .driver-popover-navigation-btns button {
  padding: 0.5em;
  border: 1px solid #262b4c;
}
.driver-popover .k-i-close {
  font-family: 'WebComponentsIcons';
}