.passport-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.passport-text{
    width: 100%;
    font-size: 16px;
    margin-left: 2rem;
}
.passport-arrow{ 
    height: 100% !important; 
    width: 60% !important;
    text-align: center;
}
.passport-arrow-error{
    height: 100% !important; 
    width: 60% !important;
    text-align: center;
}
.passport-arrow-text-error{
    margin: 1.5% 0 1.5% 0;
    height: 100% !important; 
    width: 50% !important;
}
.passport-foot{
    display: flex;
    flex-direction: row;
}
.passport-foot-left{
    background-color: rgba(88, 101, 219, 0.24);
}

.passport-foot-rigth{
    margin-left: 1rem;
    flex-basis: 600px;
    text-align: center;
    background-color: rgba(88, 101, 219, 0.24);
}
.service-arrow-button-dropdown {
    display: flex;
    justify-content: space-between;
}
#new-passport-wrapper-id {
    display: flex;
}
.new-passport-left {
    margin-top: 13px;
}