.numspin-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
}

.numspin-input {
    width: 100%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input2 {
    width: 100%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input3 {
    width: 70%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input4 {
    width: 70%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input5 {
    width: 50%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input-mobile {
    width: 100%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input2-mobile {
    margin-top: 0.2rem;
    width: 100%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input3-mobile {
    width: 100%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 1rem;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input4-mobile {
    width: 80%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 13px;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.numspin-input5-mobile {
    width: 80%;
    text-align: center;
    /* padding: 0.5rem; */
    font-size: 13px;
    box-sizing: border-box;
    background-color: transparent;
    color: white;
    border-style: hidden;
}

.arrow {
    width: 100%;
    text-align: center;
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    /* padding: 0.5rem 0; */
    transition: background-color 0.3s;
    line-height: normal;
}

.arrow:hover {
    background-color: transparent;
}

.arrow-up {
    order: 1;
    height: 40px;
}

.arrow-up2 {
    order: 1;
    height: 40px;
}

.arrow-up3 {
    order: 1;
    height: 40px;
}

.arrow-up4 {
    order: 1;
    height: 40px;
}

.arrow-up-mobile {
    order: 1;
    height: 40px;
}

.arrow-up3-mobile {
    order: 1;
    height: 40px;
}
.numspin-input {
    order: 2;
}

.numspin-input-mobile {
    order: 2;
}

.numspin-input2 {
    order: 2;
}

.numspin-input3 {
    order: 2;
}

.numspin-input4 {
    order: 2;
}

.numspin-input5 {
    order: 2;
}

.numspin-input3-mobile {
    order: 2;
}

.numspin-input4-mobile {
    order: 2;
}

.numspin-input5-mobile {
    order: 2;
}

.arrow-down {
    order: 3;
    margin-top: -0.5rem;
}

.arrow-down2 {
    order: 3;
    margin-top: -0.5rem;
}

.arrow-down3 {
    order: 3;
    margin-top: -0.5rem;
}

.arrow-down4 {
    order: 3;
    margin-top: -0.5rem;
}

.arrow-down-mobile {
    order: 3;
    margin-top: -0.5rem;
}

.arrow-down3-mobile {
    order: 3;
    margin-top: -0.5rem;
}