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

.profile__title {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #040404;
}

.profile-view .profile {
    background-color: white;
    display: flex;
    border-radius: 16px;
    gap: 16px;
    padding: 16px 24px;
    margin-top: 24px;
}

.profile-view .profile .avatar {
    width: 84px;
    height: 84px;
    border-radius: 100%;
    background-color: #ddd;
    color: #ffffff;
    display: grid;
    place-items: center;
    font-size: 40px;
    text-transform: uppercase;
}

.profile-view .profile .name {
    font-size: 18px;
    color: #344054;
    font-weight: 700;
    font-family: 'Satoshi', sans-serif;
    letter-spacing: 0%;
    line-height: 24px;
}

.profile-view .profile .general {
    font-family: 'Satoshi', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #344054;
}

.profile-view .update-form {
    margin-top: 32px;
}

.profile-view .update-form label {
    font-size: 14px;
    font-weight: 500;
}

.profile-view .update-form input[type="submit"] {
    font-size: 14px;
}

.error-message {
    color: red;
}

.profile-view .form-heading {
    font-family: 'Satoshi', sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #344054;
}

.update__info__wrapper {
    background-color: white;
    border-radius: 16px;
    padding: 16px 24px;
    margin-top: 24px;
}
.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;
}
.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%;
}
