.elementor-kit-5 h1, .elementor-kit-5 h2, .elementor-kit-5 h3, .elementor-kit-5 h4, .elementor-kit-5 h5, .elementor-kit-5 h6 {
  padding: 0;
  margin: 0;
}
input[type=submit] {
  color: unset;
}
.btn {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 10px 10px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
  border: 1px solid #69727d;
}
.btn.btn-sm {
  padding: 3px 7px;
}
.btn:hover {
  background: white;
  color: var(--e-global-color-accent);
}
.btn.btn-red {
  background: red;
  border: 1px solid red;
  color: white;
}
.btn.btn-red:hover {
  background: white;
  color: red;
}
.btn.btn-blue {
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  color: white;
}
.btn.btn-blue:hover {
  background: white;
  color: var(--e-global-color-accent);
}
.btn.btn-action {
  display: flex;
  gap: 7px;
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
  color: white;
}
.btn.btn-action:hover {
  background: white;
  color: var(--e-global-color-accent);
}
.btn.btn-action i.fas {
  padding-right: 0;
}
.btn.btn-white {
  background: white;
  border: 1px solid var(--e-global-color-accent);
  color: var(--e-global-color-accent);
}
.btn.btn-white:hover {
  background: var(--e-global-color-accent);
  color: white;
}
.btn.btn-no-btn {
  border-radius: 0;
  padding: 0;
  background: none;
  border: none;
  color: var(--e-global-color-accent);
}
.btn.btn-no-btn:hover {
  color: var(--e-global-color-primary);
  text-decoration: underline;
}
.btn.delete-button i.fas {
  padding-right: 0;
}
.btn.delete-button:hover {
  color: red;
}
.btn i.fas {
  padding-right: 8px;
}
div.dt-container .datatables-search {
  padding-bottom: 10px;
  width: 250px;
}
div.dt-container .dt-search {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
div.dt-container .dt-search input {
  margin-left: 0;
}
div.dt-container .dt-search input:focus {
  outline: none;
}
div.dt-container table.dataTable thead .actions-th {
  width: 1px;
}
div.dt-container table.dataTable tbody tr {
  height: 1px;
}
div.dt-container table.dataTable tbody tr td {
  height: inherit;
}
div.dt-container table.dataTable tbody tr td .actions-wrapper {
  height: 100%;
}
.post-type-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.screen-message-wrapper table#screen-messages-table .screen-message-details {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.screen-message-wrapper table#screen-messages-table .screen-message-details .screen-message-details-info {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.screen-message-wrapper table#screen-messages-table .screen-message-details .screen-message-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.screen-wrapper table#screens-table .screen-details {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.screen-wrapper table#screens-table .screen-details .screen-details-info {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.screen-wrapper table#screens-table .screen-details .screen-details-info .screen-company {
  background: var(--e-global-color-7cec7fa);
  border-radius: 10px;
  color: white;
  width: fit-content;
  padding: 2px 7px 0px;
}
.screen-wrapper table#screens-table .screen-details .screen-details-info .error {
  color: var(--e-global-color-accent);
}
.screen-wrapper table#screens-table .screen-actions {
  display: flex;
  flex-direction: row;
  gap: 7px;
  justify-content: flex-end;
  align-items: center;
}
.shuttle-wrapper .shuttle-active {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: green;
}
.shuttle-wrapper .shuttle-inactive {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: red;
}
.shuttle-wrapper .shuttle-deviating {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: orange;
}
.shuttle-wrapper table#shuttles-table .shuttle-details {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.shuttle-wrapper table#shuttles-table .shuttle-details .shuttle-details-image {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shuttle-wrapper table#shuttles-table .shuttle-details .shuttle-details-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: fit-content;
}
.shuttle-wrapper table#shuttles-table .shuttle-details .shuttle-details-info .shuttle-delay {
  color: red;
}
.shuttle-wrapper table#shuttles-table .shuttle-details .shuttle-times {
  flex-grow: 1;
}
.shuttle-wrapper table#shuttles-table .shuttle-details .shuttle-times strong {
  min-width: 100px;
  display: inline-block;
}
.shuttle-wrapper table#shuttles-table .shuttle-details .shuttle-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.shuttle-wrapper table .status-col {
  width: 20px;
}
.shuttle-wrapper table .status-cell {
  text-align: -webkit-center;
  vertical-align: middle;
}
.shuttle-wrapper table .status-cell-x {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.driver-wrapper .driver-active {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: green;
}
.driver-wrapper .driver-inactive {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  background-color: red;
}
.driver-wrapper table#drivers-table .driver-details {
  display: flex;
  flex-direction: row;
  gap: 7px;
}
.driver-wrapper table#drivers-table .driver-details .driver-details-image {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.driver-wrapper table#drivers-table .driver-details .driver-details-info {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
}
.driver-wrapper table#drivers-table .driver-details .driver-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.driver-wrapper table .status-col {
  width: 20px;
}
.driver-wrapper table .status-cell {
  text-align: -webkit-center;
  vertical-align: middle;
}
.driver-wrapper table .status-cell-x {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
p:last-child {
  margin-bottom: 0;
}
.post-type-form-x #message.updated {
  background: #d1edcf;
  border: 2px solid #3a8c33;
  border-radius: 5px;
  margin: 0;
  padding: 0;
  padding: 7px;
  color: #3a8c33;
}
.post-type-form-x .acf-fields > .acf-field {
  padding: 15px 0;
  border-top: none;
}
.post-type-form-x .acf-fields > .acf-field .description {
  font-size: 0.8em;
}
.post-type-form-x .form-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.post-type-wrapper .add-another-post {
  display: none;
}
.post-type-wrapper.item-added form {
  display: none;
}
.post-type-wrapper.item-added .add-another-post {
  display: block;
}
.select2-search__field:focus {
  outline: none !important;
  /* Remove the blue outline */
  box-shadow: none !important;
  /* Remove any shadow effects */
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: var(--e-global-color-accent) !important;
  color: white !important;
}
.post-type-form #message.updated {
  background: #d1edcf;
  border: 2px solid #3a8c33;
  border-radius: 5px;
  margin: 0;
  padding: 7px;
  color: #3a8c33;
}
.post-type-form .acf-fields > .acf-field {
  padding: 15px 0;
  border-top: none;
}
.post-type-form .acf-fields > .acf-field > .acf-label label {
  font-weight: bold;
}
.post-type-form .acf-fields > .acf-field .description {
  font-weight: 400;
  font-size: 0.8em;
}
.post-type-form .acf-radio-list {
  list-style: none;
  padding: 0;
}
.post-type-form .acf-radio-list li label {
  display: inline-block;
  cursor: pointer;
  color: #333;
  transition: color 0.3s ease;
}
.post-type-form .acf-radio-list li label:hover {
  color: var(--e-global-color-accent);
}
.post-type-form .acf-radio-list li input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  border: 2px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.post-type-form .acf-radio-list li input[type="radio"]:checked {
  border-color: var(--e-global-color-accent);
  border-width: 5px;
}
.post-type-form .acf-radio-list li input[type="radio"]:checked + label {
  color: var(--e-global-color-accent);
  font-weight: bold;
}
.post-type-form .form-buttons {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.current-page-ancestor, .current-menu-item {
  background: var(--e-global-color-accent);
  color: white;
}
.current-page-ancestor a, .current-menu-item a {
  color: white !important;
  font-weight: bold;
}
.current-page-ancestor ul, .current-menu-item ul {
  display: flex;
}
#breadcrumbs .breadcrumb_last {
  font-weight: 400;
}
.page-id-13 #page-breadcrumb, .page-id-13 #page-title {
  display: none;
}
#dashboard-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 1025px) {
  #dashboard-wrapper {
    flex-direction: column;
  }
}
#dashboard-wrapper .dashboard-routes-wrapper {
  flex-basis: 50%;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-list-wrapper ul {
  display: flex;
  flex-direction: row;
  gap: 7px;
  list-style: none;
  margin: 0;
  padding: 0;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-list-wrapper ul li {
  background: var(--e-global-color-7cec7fa);
  color: white;
  flex-basis: fit-content;
  padding: 2px 7px 3px;
  line-height: normal;
  font-size: 14px;
  border-radius: 10px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-list-wrapper ul li:hover {
  cursor: pointer;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-list-wrapper ul li .route-active, #dashboard-wrapper .dashboard-routes-wrapper .route-list-wrapper ul li .route-inactive {
  height: 5px;
  width: 5px;
  display: block;
  border-radius: 5px;
  margin-right: 7px;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-list-wrapper ul li .route-active {
  background: #32CD32;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-list-wrapper ul li .route-inactive {
  background: red;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-screen-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-screen-wrapper .screens-list {
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-screen-wrapper .screens-list .dashboard-screen-wrapper {
  flex-basis: calc((100% - 10px) /2);
  border: 1px solid red;
}
#dashboard-wrapper .dashboard-routes-wrapper .route-screen-wrapper .screens-list .dashboard-screen-wrapper .screen-shuttle-times li.shuttle-late {
  color: red;
}
#dashboard-wrapper .dashboard-sidebar-wrapper {
  flex-basis: 50%;
  border: 1px solid black;
}
#dashboard-wrapper .dashboard-sidebar-wrapper .dashboard-map-wrapper {
  height: 100%;
  position: relative;
}
#dashboard-wrapper .dashboard-sidebar-wrapper .dashboard-map-wrapper #custom-map {
  height: 100%;
  min-height: 400px;
}
.error {
  margin: -5px;
  padding: 5px;
  background: pink;
}
td.error {
  background: pink !important;
}
/*# sourceMappingURL=https://admin.transittrak.com/wp-content/plugins/transittrak-admin/assets/css/main.css.map */