﻿#api_prod_header svg {
    width: 80px;
    height: 80px;
    min-width: 80px;
    margin-right: 30px;
}

#api_prod_header_wrap {
    background-image: url(/images/CheckeredFlagBanner.png);
    background-position: center;
    background-size: cover;
    min-height: 150px;
    padding: 40px 20px 60px 30px;
    color: #fff;
    width: 100%;
    display: flex;
}

#api_prod_header {
    background-image: linear-gradient(270deg, #0A164A 0%, #0B1552 61%, #090D26 100%);
    min-height: 150px;
    padding: 0;
}



.api_prod_item {
    display: flex;
    margin-left: 20px;
    margin-bottom: 20px;
}
.api_prod_item > svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 10px;
}

.api_prod_item_sm {
    display: flex;
    margin-bottom: 10px;
    margin-left: 20px;

}
.api_prod_item_sm > svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 10px;
}
    .api_prod_item_sm > div {
        line-height: 20px;
    }

.test_routing_number {
    text-align: center;
    max-width: 500px;
    margin: 20px auto;
    border: 1px solid orange;
    border-radius: 5px;
    padding: 10px;
}