#Add-Asset-Form{
    flex-direction: column;
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #0F5091;
    font-size: 15px;
    line-height: 2;
    position: absolute;
    top: 30%;
    left: 50%;
    display: none;
    width: 500px;
    font-family: Pretendard;
    box-shadow: 0px 0px 15px 0px rgba(31, 41, 51, 0.15);
}

.Add-Asset-Form-Item{
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-bottom: 1px solid #0F5091;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.underline{
    border-bottom: 1px solid #0F5091;
}

input {
    flex-shrink: 0;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #DBE2E9;
    background: #F5F8FA;
    padding: 5px;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

select {
    flex-shrink: 0;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #DBE2E9;
    background: #F5F8FA;
    padding: 5px;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}

.Add-Asset-Form-Button{
    display: flex;
    justify-content: flex-end;
    padding: 10px;
}

.add-asset-form-item-button{
    width: 100px;
    height: 50px;
    border-radius: 3px;
    border: 1px solid #0F5091;
    cursor: pointer;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.48px;
}
