@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;
}

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

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

}

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

}

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


.loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}


.form__label {
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0%;
    color: #000000;
}

.currency-input {
    position: relative;
    display: inline-flex;
    align-items: center;
    border: 1px solid #D0D5DD;
    width: 100%;
    border-radius: 14px;
    margin-top: 6px;
    padding: 9px 14px;
    font-weight: 500;
    font-size: 16px;
    color: #565666;
    line-height: 26px;
    font-family: 'Satoshi', sans-serif;
}

.currency-input span {
    margin-right: 5px;
    color: #6b7280;
    pointer-events: none;
}

.currency-input input {
    border: none;
    outline: none;
    width: 100%;
}
.form__input {
    border: 1px solid #D0D5DD;
    width: 100%;
    border-radius: 14px;
    margin-top: 6px;
    padding: 9px 14px;
    font-weight: 500;
    font-size: 16px;
    color: #565666;
    line-height: 26px;
    font-family: 'Satoshi', sans-serif;
}
.save__button{
  display: flex;
  justify-content: flex-end;
}
.quill-section{
  margin-top: 12px;
}