@font-face {
  font-family: "eld-icons";
  src: url("/fonts/eld-icons.eot?tavukv");
  src: url("/fonts/eld-icons.eot?tavukv#iefix") format("embedded-opentype"), url("/fonts/eld-icons.ttf?tavukv") format("truetype"), url("/fonts/eld-icons.woff?tavukv") format("woff"), url("/fonts/eld-icons.svg?tavukv#eld-icons") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "eld-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: 200;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-dashcam:before {
  content: "\e902";
}

.icon-alerts:before {
  content: "\e90a";
}

.icon-assets:before {
  content: "\e905";
}

.icon-maintenance:before {
  content: "\e906";
}

.icon-incidents:before {
  content: "\e907";
}

.icon-reports:before {
  content: "\e908";
}

.icon-lockedvideos:before {
  content: "\e909";
}

.icon-logo-e:before {
  content: "\e90a";
}

.icon-logo-full:before {
  content: "\e900";
}

.icon-users:before {
  content: "\e972";
}

.icon-make-group:before {
  content: "\ea58";
}

.asset-marker {
  background-color: #4285F4;
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 15px;
  position: relative;
  cursor: pointer !important;
}

.asset-marker::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #4285F4;
}

#kt_app_main {
  height: calc(100vh - 40px);
}

.companyHeader {
	max-height: 40px;
	background-color: var(--kt-navbar-bg);
	height: 40px;
	position: sticky;
	top: 0px;
	z-index: 99;
	text-align: right;
}

.b-bar-vertical-inline.b-bar-dark, .b-bar-vertical-popout.b-bar-dark, .b-bar-vertical-small.b-bar-dark {
	background: var(--kt-navbar-bg);
}

.b-bar-vertical-inline.b-bar-dark .b-bar-dropdown-menu, .b-bar-vertical-popout.b-bar-dark .b-bar-dropdown-menu, .b-bar-vertical-small.b-bar-dark .b-bar-dropdown-menu {
	background: inherit;
}

.companyHeader > span {
	color: white;
	line-height: 40px;
	text-align: right;
	padding-right: 40px;
}

.container-google-map {
  padding-left: 0px;
  padding-right: 0px;
  height: 100vh;
  max-height: calc(100vh - 40px);
}

.eld-primary {
  color: var(--kt-primary) !important;
}

.eld-primary-light {
  background: var(--kt-primary-light) !important;
  color: var(--kt-primary) !important;
}

.border-radius-6 {
  border-radius: 6px;
}

.card-radious-right-0 {
  border-radius: 12px 0px 0px 12px !important;
}

.card-header-height-60 {
  min-height: 60px !important;
  padding-left: 16px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-16 {
  font-size: 16px !important;
}

.container-abs {
  position: fixed;
  z-index: 999;
  width: auto !important;
  z-index: 3;
  --bs-gutter-x: 0;
  margin-left: 32px;
  margin-top: 32px;
}

.container-abs-lg {
  position: fixed;
  z-index: 999;
  width: 530px !important;
  z-index: 3;
  --bs-gutter-x: 0;
  margin-left: 32px;
}

.container-row-0 {
  margin-top: 32px;
}

.container-row-1 {
  margin-top: 94px;
}

.container-row-2 {
  margin-top: 300px;
}

.container-abs-right {
  position: fixed;
  z-index: 999;
  width: auto !important;
  z-index: 3;
  right: 0px;
  --bs-gutter-x: 0;
  margin-right: 0px;
  margin-top: 32px;
}

.nav-line-tabs {
  border-bottom-width: 2px;
  padding: 0 0 0 20px;
}

.nav-line-tabs .nav-item .nav-link {
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

.nav-line-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid var(--kt-gray-500) !important;
}

.nav-line-tabs .nav-item .nav-link.active {
  color: var(--kt-primary);
  border-bottom: 2px solid var(--kt-primary);
}

.bg-white-active {
  background-color: var(--white-active);
}

.eld-header-description {
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: var(--kt-gray-600);
  margin-top: 8px;
  margin-bottom: 8px;
}

.pad-t-10 {
  padding-top: 20px;
}

.pad-l-20 {
  padding-left: 20px;
}

.pad-r-20 {
  padding-right: 20px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.pad-l-30 {
  padding-left: 30px;
}

.margin-right-12 {
  margin-right: 12px;
}

.eld-form-icon-span {
  position: absolute;
  margin-left: 12px;
  margin-top: 12px;
}

.cnt-300-center {
  min-height: 300px;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
}

/*ELD Table*/
.eld-table {
  --col-gap: 1rem;
  font-size: 14px;
  line-height: 24px;
  color: var(--kt-gray-800);
  width: 100%;
}

.eld-table > thead > tr > th {
  font-weight: normal;
  border-bottom: 1px dashed var(--kt-gray-300);
  padding-bottom: 6px;
  color: var(--kt-gray-600);
  font-weight: bold;
  gap: 0.4rem; /* Separate the sort indicator from title text */
}

.eld-table > thead > tr > th > i {
  margin-left: 8px;
}

.eld-table > tbody > tr > td {
  /*padding: 0.1rem calc(0.4rem + var(--col-gap)) 0.1rem 0.4rem;*/
  padding-top: 18px;
  padding-bottom: 18px;
  vertical-align: middle;
}

.eld-table > tbody > tr {
  border-bottom: 1px dashed var(--kt-gray-300);
}

.hidden {
  display: none;
}

.eld-context-container {
  padding: 0px !important;
  border: 0px;
  border-radius: 12px;
}

.eld-context-container .blazor-context-menu__list {
  padding: 0px !important;
}

.eld-filter-menu-container {
  width: 290px;
}

.eld-filter-menu-container > p {
  margin-left: 16px;
  margin-top: 12px;
}

.eld-filter-menu-container > hr {
  color: var(--kt-gray-800);
}

.eld-filter-menu-container > div > select {
  background-color: var(--kt-gray-200);
  border: 0px;
  margin-bottom: 16px;
}

.eld-heading {
  font-size: 16px;
  font-weight: bold;
}

.eld-sub-heading {
  margin-bottom: 8px;
}

.right-32 {
  right: 32px;
}

.eld-icon-96px {
  font-size: 96px !important;
  margin-bottom: 24px;
}

.blazored-toast {
  box-shadow: rgba(0, 0, 0, 0.12) 0px 2px 16px 2px !important;
  width: 26rem !important;
}

.blazored-toast-message {
  font-size: 14px !important;
  margin-top: -4px !important;
}

.blazored-toast-success {
  border-top: none !important;
  background: var(--kt-success-light) !important;
}

.blazored-toast-warning {
  border-top: none !important;
  background: var(--kt-warning-light) !important;
}

.blazored-toast-info {
  border-top: none !important;
  background: var(--kt-info-light) !important;
}

.blazored-toast-error {
  border-top: none !important;
  background: var(--kt-danger-light) !important;
}

.accordion-button-collapsed {
  background-color: var(--kt-accordion-button-bg) !important;
}

.eld-stationary {
  background-color: var(--kt-gray-200);
  border: 1px solid var(--kt-gray-300);
  border-radius: 12px;
  padding: 12px;
}

.eld-bold {
  font-weight: bold;
}

.eld-stationary > p {
  margin-bottom: 0px !important;
}

.eld-tab-pane {
  overflow-y: scroll;
}

.gm-style-iw:has(.eld-incident-balloon) {
  background-color: var(--kt-danger);
  color: white;
  font-size: 14px;
  font-family: var(--bs-font-sans-serif);
  font-weight: 400;
}

.eld-incident-title {
  font-weight: bold;
  font-size: 16px;
  margin-right: 8px;
}

.eld-incident-balloon {
  margin-bottom: 12px;
  margin-right: 12px;
}

.gm-ui-hover-effect {
  margin: 4px !important;
}

.gm-ui-hover-effect > span {
  background-color: white !important;
}

.gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style-iw-tc::after {
  background: var(--kt-danger) !important;
  top: -30px !important;
}

.gm-style-iw {
  top: -30px !important;
}

.eld-bg-white {
  background-color: white;
}

.eld-color-gray-600 {
  color: #7E8299;
}

.eld-lockedvideos-header-group-row {
  margin-bottom: 20px;
}

.eld-lockedvideos-view {
  /*width: 411px;*/
  height: 370px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(56, 71, 109, 0.03);
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
}

/*.eld-lockedvideos-search-btn {
    height: 46px;
}*/
.eld-lockedvideos-search-btn-span {
  display: flex;
  gap: 12px;
}

.eld-lockedvideos-search-group-row {
  flex-direction: row;
  justify-content: end;
  margin-bottom: 20px;
}

.eld-incident-header-btn-download {
  display: flex;
  align-items: center;
}

.eld-lockedvideos-header-download {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 24px;
}

.eld-incident-header-download-details {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #A1A5B7;
}

.eld-lockedvideos-locked-videos-cards-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  overflow: hidden;
}

.eld-lockedvideos-header-container {
  /*background: url("../../images/img.png");*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 224px;
  border-radius: 12px 12px 0px 0px;
}

.eld-lockedvideos-heder-content {
  display: flex;
  justify-content: space-between;
  margin: 16px 16px;
  z-index: 1;
}

.eld-lockedvideos-header-title {
  display: flex;
  align-items: center;
}

.eld-lockedvideos-header-checkbox-container {
  width: 18px;
  height: 18px;
}

.eld-lockedvideos-header-checkbox {
  width: 18px;
  height: 18px;
  background: #F4F4F4;
  border-radius: 4px;
}

.eld-lockedvideos-header-text-date {
  height: 18px;
  font-family: "Inter";
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0px 13px 0px 12px;
}

.eld-lockedvideos-header-text-speed {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  margin: 0;
}

.eld-lockedvideos-header-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 6px !important;
  height: 26px;
  background: #F1416C;
  border-radius: 4px;
  color: white;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
}

.eld-lockedvideos-header-button span {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.eld-lockedvideos-timer {
  margin: 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 4px 6px !important;
  gap: 10px;
  height: 26px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  align-self: flex-end;
}

.eld-lockedvideos-timer span {
  height: 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.eld-lockedvideos-content-title {
  height: 26px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  display: flex;
  align-items: center;
  color: #181C32;
  margin: 0;
}

.eld-lockedvideos-content-date {
  height: 20px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #A1A5B7;
  margin: 0;
}

.eld-lockedvideos-content-discription {
  padding: 10px 24px;
}

.eld-lockedvideos-search-box {
  align-items: center;
  justify-content: flex-start;
}

.eld-lockedvideos-date-btn-apply {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 9px 16px !important;
  gap: 10px;
  height: 38px;
  background: #3E97FF;
  border-radius: 6px;
  flex: none;
  order: 1;
  flex-grow: 1;
  color: #ffffff;
}

.eld-datepicker .flatpickr-calendar {
  box-shadow: none !important;
}

.eld-lockedvideos-modal-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.01em;
  color: #262B31;
}

.eld-lockedvideos-modal-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #A1A5B7;
}

.eld-lockedvideos-modal .modal-content {
  /*border-radius: 16px;*/
  padding: 5px 0px 20px 0px;
}

.eld-lockedvideos-modal .modal-body {
  padding: 30px 0px;
}

.eld-lockedvideos-modal .modal-header, .eld-lockedvideos-modal .modal-footer {
  border: none;
}

.eld-lockedvideos-modal-cancel-btn {
  padding: 10px 20px;
  background: #F4F4F4;
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #5E6278;
}

.eld-lockedvideos-modal-submit-btn {
  padding: 10px 20px;
  background: #3E97FF;
  border-radius: 6px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #FFFFFF;
}

.eld-lockedvideos-modal-input-email input {
  background: #F5F8FA !important;
  /*border-radius: 6px !important;*/
  border: none;
}

.eld-lockedvideos-modal-input-select {
  flex: 0.3;
  place-self: center;
}

.eld-lockedvideos-modal-select {
  flex: 0.7;
}

.eld-lockedvideos-modal-select-description {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #A1A5B7;
}

.eld-lockedvideos-modal-select-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #3F4254;
}

.eld-lockedvideos-search-btn-group {
  width: 100%;
}

@media screen and (max-width: 1145px) {
  .eld-lockedvideos-locked-videos-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 800px) {
  .eld-lockedvideos-locked-videos-cards-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1549px) {
  .eld-lockedvideos-locked-videos-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1880px) {
  .eld-lockedvideos-locked-videos-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    overflow: hidden;
  }
}
@media screen and (max-width: 742px) {
  .eld-lockedvideos-search-btn-group {
    display: flex;
    margin-bottom: 20px;
    /*width: 400px;*/
  }
  .eld-lockedvideos-search-group-row {
    /*flex-direction: column;*/
  }
}
.eld-lockedvideos-container {
  position: relative;
  display: grid;
}

.eld-lockedvideos-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.eld-lockedvideos-container:hover .eld-lockedvideos-overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

.eld-lockedvideos-play-icon {
  position: absolute;
  text-align: center;
  opacity: 0;
  transition: opacity 0.35s ease;
  place-self: center;
}

/*.eld-lockedvideos-play-icon{
    width: 200px;
    padding: 12px 48px;
    text-align: center;
    color: white;
    border: solid 2px white;
    z-index: 1;
}*/
.eld-lockedvideos-container:hover .eld-lockedvideos-play-icon {
  opacity: 1;
}

.eld-modal-tags-container {
  background: #F5F8FA;
  border-radius: 6px;
  padding: 7px 16px;
  height: 42px;
}

.eld-modal-tags-btn {
  background: #F9F9F9;
  border-radius: 4px !important;
  color: #7E8299;
  height: 28px;
}

.eld-settings-request-video-select {
  width: 40%;
}

.eld-settings-video-date-time-picker {
  gap: 5rem;
}

.eld-reports-idle-reports-card {
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  border-radius: 12px;
}

.eld-context-container-filter {
  z-index: 999 !important;
}

.eld-map-incidents-marker-tooltip-custom {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 460px;
  height: 280px;
  display: none;
  position: absolute;
  padding: 10px;
  top: -295px;
  left: -212px;
  z-index: 1;
}

.eld-map-marker-tooltip-custom {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 275px;
  height: 80px;
  display: none;
  position: absolute;
  padding: 10px;
  top: -90px;
  left: -122px;
  z-index: 1;
}

.apexcharts-xaxistooltip {
  display: none !important;
}

@media screen and (max-width: 769px) {
  .eld-report-header-container {
    flex-direction: column;
  }
  .eld-report-header-btn-container {
    text-align: start !important;
  }
}
.eld-incidents-card:hover {
  background-color: #EEF6FF;
  border: 1px solid #FFFFFF;
}

.eld-incidents-icon {
  font-size: 15px !important;
  color: #009ef6 !important;
  background: white !important;
  border-radius: 50% !important;
  padding: 10px !important;
}

.eld-incidents-container-abs {
  position: fixed;
  z-index: 999;
  width: auto !important;
  z-index: 10;
  bottom: 95px;
  left: 667px;
  --bs-gutter-x: 0;
  margin-right: 0px;
  margin-top: 32px;
  border-radius: 12px;
}

.eld-alert-contact-grid-header-select {
  --bs-gutter-y: 0;
}

.plyr:fullscreen video, .plyr:-webkit-full-screen video {
  max-height: 100% !important;
}

.eld-maintenance-alert-date-time-selector > div {
  width: 100%;
}

.bm-header {
  padding: 0px !important;
}

.eld-request-video-modal-datetime > div {
  width: 100% !important;
}

.eld-request-video-radio-button + .btn.btn-secondary {
  background-color: #F5F8FA !important;
  border-radius: 6px !important;
}

.eld-request-video-radio-button + .btn.btn-secondary:hover:not(.btn-active) {
  background-color: #EEF6FF !important;
}

.eld-request-video-radio-button + .btn.btn-secondary.active {
  background-color: #EEF6FF !important;
  color: #3E97FF;
}

.eld-request-video-progress-bar > .progress-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#3E97FF var(--eld-request-video-gradient-progress), #F4F4F4 0);
}

.eld-request-video-progress-bar > .progress-bar > .progress-value {
  font-size: 40px;
  font-weight: bold;
}

.eld-asset-details-video-player > div:last-child {
  display: block !important;
}

.eld-asset-details-video-player > div > video {
  display: inline-block !important;
}

.eld-alert-temperature-radio-button + .btn.btn-secondary {
  background-color: #FFFFFF !important;
  border-radius: 6px !important;
  border: 1px solid #EEF6FF !important;
}

.eld-alert-temperature-radio-button + .btn.btn-secondary:hover:not(.btn-active) {
  background-color: #EEF6FF !important;
}

.eld-alert-temperature-radio-button + .btn.btn-secondary.active {
  background-color: #EEF6FF !important;
  color: #3E97FF;
  border: 1px solid #3E97FF !important;
}

.eld-plus-reports-driver-duty-log-date-btn {
  background: var(--primary-primary-light, #EEF6FF);
  color: var(--primary-primary-active, #2884EF);
}

.eld-plus-radio-buttons + .btn.btn-secondary {
  background-color: #F5F8FA !important;
  border-radius: 6px !important;
}

.eld-plus-radio-buttons + .btn.btn-secondary:hover:not(.btn-active) {
  background-color: #EEF6FF !important;
}

.eld-plus-radio-buttons + .btn.btn-secondary.active {
  background-color: #EEF6FF !important;
  color: #3E97FF;
}

.eld-plus-date-field + input, .eld-plus-date-field + input:focus {
  background-color: #F5F8FA;
  border: 1px solid #F5F8FA;
  border-bottom-right-radius: 0;
  width: 100%;
  border-top-right-radius: 0;
}

div:has(> .eld-plus-date-field) {
  width: 90% !important;
}

.eld-plus-fields-bg-light-primary, .eld-plus-fields-bg-light-primary:focus {
  background-color: #F5F8FA;
  border: 1px solid #F5F8FA;
}

div:has(> .eld-plus-date-time-field) {
  width: 100%;
}

.eld-plus-reports-tracking-card {
  /* box-sizing: border-box;*/
  background: #FFFFFF;
  border: 1px solid #F4F4F4 !important;
  border-radius: 12px;
}

.eld-plus-reports-tracking-card:hover {
  background: #F5F8FA;
}

.gm-style-iw-t:has(.eld-plus-infowindow-balloon) > :last-child::after {
  background: #FFFFFF !important;
  top: -30px !important;
}

.sidebar-custom-scrollbar
{
    scrollbar-width: none; /* for Firefox */
    scrollbar-color: gray transparent; /* for Firefox */
}
    /* Customize the scrollbar for browsers like Chrome and Safari */
    .sidebar-custom-scrollbar::-webkit-scrollbar {
        width: 0px;
    }

    .sidebar-custom-scrollbar::-webkit-scrollbar-thumb {
        background-color: gray; /* Adjust the color as needed */
    }

    .sidebar-custom-scrollbar::-webkit-scrollbar-track {
        background-color: transparent; /* Adjust the background color as needed */
    }

#scrollTopBtn 
{
    right: 36px;
    animation: animation-scrolltop 0.4s ease-out 1;
    opacity: 0.3;
}

#scrollTopBtn:hover
{
    opacity: 1;
}

.eld-dashcam-details-video-btn-div {
    position: absolute;
    z-index: 999;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center !important;
}

.eld-dashcam-details-video-btn-div-container {
    position: relative;
}

.eld-plus-my-trip-load-dropdown > input {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.login-radio-button-1 + label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex: 0.5 !important;
    height: 120px;
    padding-top: 1rem !important;
    padding-bottom: 2rem !important;
    border: 1px solid var(--kt-primary) !important;
    background-color: #FFFFFF !important;
    color: var(--kt-primary) !important;
}

.login-radio-button-2 + label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex: 0.5 !important;
    border: 1px solid var(--kt-primary) !important;
    background-color: #FFFFFF !important;
    color: var(--kt-primary) !important;
}

    .login-radio-button-2 + label.active {
        background-color: var(--kt-secondary) !important;
        color: #FFFFFF !important;
    }
    
    .login-radio-button-1 + label.active {
        background-color: var(--kt-secondary) !important;
        color: #FFFFFF !important;
    }
    
    .login-radio-button-2 + label:hover {
        background-color: var(--kt-secondary) !important;
        color: #FFFFFF !important;
    }
    
    .login-radio-button-1 + label:hover {
        background-color: var(--kt-secondary) !important;
        color: #FFFFFF !important;
    }


.login-radio-button-1 + label.active .login-svg-1,
.login-radio-button-2 + label.active .login-svg-2 {
    filter: brightness(0) invert(1);
}

.login-radio-button-1 + label:hover .login-svg-1,
.login-radio-button-2 + label:hover .login-svg-2 {
    filter: brightness(0) invert(1);
}

tr.table-row-selectable td:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    padding-left: 10px;
}

tr.table-row-selectable td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    padding-right: 10px;
}

.eld-plus-infowindow-balloon {
    font-family: var(--bs-font-sans-serif);
    color: var(--kt-gray-800);
}

.eld-plus-infowindow-balloon .badge {
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    border-radius: 0.475rem;
    font-size: 0.75rem;
}

.eld-plus-infowindow-balloon .badge-light-primary {
    background-color: var(--kt-primary-light);
    color: var(--kt-primary);
}

.eld-plus-infowindow-balloon .badge-light-success {
    background-color: var(--kt-success-light);
    color: var(--kt-success);
}

.eld-plus-infowindow-balloon .border-dashed {
    border: 1px dashed var(--kt-gray-300);
    border-radius: 0.475rem;
    background-color: var(--kt-gray-100);
    transition: all 0.3s ease;
}

.eld-plus-infowindow-balloon .border-dashed:hover {
    background-color: var(--kt-gray-200);
    border-color: var(--kt-gray-400);
}

.eld-plus-infowindow-balloon h3 {
    font-size: 1.1rem;
    line-height: 1.2;
}

.eld-plus-infowindow-balloon p {
    font-size: 0.9rem;
    line-height: 1.5;
}

.eld-plus-infowindow-balloon .text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.eld-plus-infowindow-balloon .fs-7 {
    font-size: 0.75rem !important;
}

.eld-plus-infowindow-balloon i {
    font-size: 0.9rem;
}

.gm-style-iw:has(.eld-plus-infowindow-balloon) {
    padding: 0 !important;
    border-radius: 0.475rem;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15) !important;
}

.gm-style-iw-d:has(.eld-plus-infowindow-balloon) {
    overflow: hidden !important;
    max-height: none !important;
}

.gm-style-iw-t:has(.eld-plus-infowindow-balloon) {
    padding-top: 0 !important;
}

.gm-style-iw-t:has(.eld-plus-infowindow-balloon) > :last-child::after {
    background: #FFFFFF !important;
    box-shadow: -2px 2px 2px 0 rgba(178, 178, 178, 0.4) !important;
}

.gm-ui-hover-effect:has(.eld-plus-infowindow-balloon) {
    margin: 4px !important;
}

.gm-ui-hover-effect:has(.eld-plus-infowindow-balloon) > span {
    background-color: var(--kt-gray-200) !important;
    border-radius: 50% !important;
    width: 24px !important;
    height: 24px !important;
    margin: 2px !important;
}

.gm-style-iw-c:has(.eld-plus-infowindow-balloon) {
    padding: 0 !important;
    border-radius: 0.475rem !important;
    box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15) !important;
}

.gm-style-iw-c:has(.eld-plus-infowindow-balloon) button {
    top: 4px !important;
    right: 4px !important;
    width: 24px !important;
    height: 24px !important;
    background-color: var(--kt-gray-200) !important;
    border-radius: 50% !important;
    opacity: 1 !important;
}

.gm-style-iw-c:has(.eld-plus-infowindow-balloon) button:hover {
    background-color: var(--kt-gray-300) !important;
}

.gm-style-iw-c:has(.eld-plus-infowindow-balloon) button img {
    display: none !important;
}

.gm-style-iw-c:has(.eld-plus-infowindow-balloon) button::after {
    content: '×' !important;
    font-size: 18px !important;
    color: var(--kt-gray-600) !important;
    line-height: 1 !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.eld-map-marker {
    position: relative;
    display: inline-block;
}

.eld-map-marker i {
    position: relative;
    z-index: 2;
}

.eld-map-marker::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}

.eld-map-marker.driving::before {
    animation: pulse 2s infinite;
}

.eld-map-marker.off-duty::before {
    background-color: rgba(108, 117, 125, 0.2);
    box-shadow: 0 0 0 4px rgba(108, 117, 125, 0.2);
}

.annotated-log {
	background-color: #f0f0f0;
	opacity: 0.8;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}

