@font-face {
    font-family: 'Plus Jakarta Sans';
    src: url('../fonts/Plus_Jakarta_Sans/PlusJakartaSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree/Figtree-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
}

.welcome-message {
  height: calc(100vh - 250px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.driver__table {
  padding: 24px;
  background-color: #FFFFFF;
  border-radius: 16px;
  border: 1px solid #EAF0F7;
  margin-top: 24px;
}

.dropdown-menu.show {
  display: none !important;
}

::v-deep .custom-thead th,
::v-deep .custom__table>thead>tr>th {
  background-color: #f8f9fa !important;
}

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

.bg-blue {
  background-color: #007bff;
  color: white;
}

::v-deep .show>.btn-secondary.dropdown-toggle {
  background-color: #F8F9FC !important;
  border: none !important;
}

.driver__action-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.driver__actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.driver__tabs_search {
  display: flex;
  align-items: center;
  gap: 12px;
}

.action-column {
  position: relative;
}

.ellipsis-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.custom-dropdown {
  position: fixed;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  min-width: 140px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  padding: 5px 0;
}

.custom-dropdown li {
  width: 100%;
}

.custom-dropdown a {
  display: block;
  padding: 8px 12px;
  text-decoration: none;
  color: #333;
  transition: background 0.2s;
}

.custom-dropdown a:hover {
  background: #f2f2f2;
}

.custom-dropdown a.danger {
  color: #e63946;
}
.date-picker {
  display: inline-flex;
  align-items: center;
}

.date-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #C4C4CC;
  border-radius: 10px;
  background: white;
  color: #40404D;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.2s ease;
  font-weight: 500;
  font-family: 'Satoshi', sans-serif;
  line-height: 125%;
  letter-spacing: 0%;
  height: 40px;
  width: 201px;
  justify-content: center;
}

.date-btn:hover {
  background: #f5f5f5;
}

.icon {
  width: 18px;
  height: 18px;
}

.hidden-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}
