

.input-group-text {
    font-size: clamp(13px, 1vw, 14px) !important;
    color: #ffffff !important;
    border-radius: 12px 0px 0px 12px;
    border-left: 1px solid rgba(226, 226, 226, 0.00);
    border-bottom: 1px solid rgba(226, 226, 226, 0.00);
    border-top: 1px solid rgba(226, 226, 226, 0.00);
    background: #424767 !important
}

#cnnumber {
    border-radius: 0px 12px 12px 0px;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.tag {
    background: #ffffff !important;
    border-radius: 12px;
    color: #0e0e0e;
    padding: 9px 16px;
    box-shadow: 1px 1px 3px #0000003b;
}

/*.savedelivery {
    margin: 0 auto;
    max-width: 250px
}*/


#phoneInput .field-wrapper {
    position: relative;
    height: auto;
    width: 100%;
}

#phoneInput .form-group {
    min-width: 200px;
    width: 50%;
    border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    border: 2px solid #46b2706b !important;
}

#testWrapper {
    min-width: 200px;
    width: 50%;
    margin: 0 auto;
}

#phoneInput .digit {
    height: 65px;
    border-radius: 0;
    border: none;
    text-align: center;
    max-width: calc((100% / 4) - 1px);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc(100% / 10);
    outline-style: none;
    padding: 5px 0;
    font-size: 3.5em !important;
    font-weight: 500;
    color: #495057;
}

    #phoneInput .digit + .digit {
        border-left: 1px solid #46b2706b !important;
    }
