@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;
}
 
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  align-items: end;
}

.form-grid .form-group {
  min-width: 150px;
}

.nav-tabs .nav-link {
  color: gray;
}

.nav-tabs .nav-link.active {
  border-bottom: 2px solid #007bff;
  color: #007bff !important;
  font-weight: bold;
}

.badge {
  padding: 8px;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge-secondary {
  background-color: #6c757d;
  color: white;
}

.badge-warning {
  background-color: #0069D9;
  color: white;
}

.badge-danger {
  background-color: #dc3545;
  color: white;
}

.badge-success {
  background-color: #28a745;
  color: white;
}
::v-deep #__BVID__10 > tbody > tr{
  cursor: pointer;
}
::v-deep #__BVID__10 > tbody > tr > td:nth-child(10){
 cursor: auto; 
}

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

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

}

.manage_rate__tabs_search {
    display: flex;
    align-items: center;
    gap: 12px;
}
.dropdown__menu__open {
  position: absolute;
  margin-top: 4px; 
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
  z-index: 50;
}
.dropdown__toggle {
  padding: 0.5rem; 
  border-radius: 9999px; 
  background-color: transparent;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.dropdown__item {
  display: flex;             
  align-items: center;       
  padding: 0.5rem 1rem;      
  width: 100%;               
  text-align: left;          
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;       
  transition: background-color 0.2s ease;
}

.dropdown__item:hover {
  background-color: #3c424f; 
 color: white;
}
