@import "../../var";
/*select-part-wrap:start*/
.select-position-wrap{
    .damage-category-radio{
        .custom-radio{
            width: 100%;
            margin-top: 8px;
            text-align: center;
        }        
    }
}
.loading{
    align-items: center;
    background: #fff;
    display: flex;
    position: fixed;
    justify-content: center;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
/*select-part-wrap:end*/