.width-90{
    width: 90px;
}

.width-150{
    width: 150px;
}

.width-198{
    width: 198px;
}

.width-350{
    width: 350px;
}

.width-420{
    width: 420px;
}

.width-530{
    width: 530px;
}

.width-660{
    width: 660px;
}

.text-blue{
    color: #4eace5;
}

.personal-information{
    background-color: white;
    border: solid 1px;
    padding: 10px;
}

.white-space-class{
    white-space: nowrap;
}

.display-class{
    display: flex;
}

.p-3-pc{
    padding: 1rem !important;
}

.ms-3-pc{
    margin-left: 1rem !important;
}

.search-address{
    padding: 0.05rem 1rem !important;
}