.sellAuto{
    color: #303030;
    text-align: center;
    font-family: Noto Sans SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.16px;
    white-space: nowrap;
    justify-content: center;
}

.estimate{
    color: #303030;
    text-align: center;
    font-family: Noto Sans SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.16px;
    white-space: nowrap;
    justify-content: center;
}

.sellMotor{
    width: 250px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #505050;
    display: flex; 
    justify-content: center; 
    align-items: center;
    color: #FFF;
    font-size: 20px;
    box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.10);
}

.sellBoat{
    font-family: Noto Sans SC; 
    font-size: 20px; 
    font-style: normal; 
    font-weight: 500; 
    line-height: 16px; 
    letter-spacing: -0.16px;
    color: #303030; 
    white-space: nowrap;
    justify-content: center;
}

.select-btn:hover {
    cursor: pointer;
}

.container-for-autoIndex{
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: none !important;
}

.wrap{
    width: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
}