.padding-top {
    padding-top: 20px;
}

.address-container {
    width: 100%;
}

.address-box {
    display: flex;
    padding: 0px 0px 10px 0px;
}

.address-box div {
    display: inline-grid;
    padding: 0px 20px;
    width: 100%;
}

.address-box label {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 21px;
    color: #868687;
    margin-left:3px;
    margin-top: 3px;
}

.address-box input {
    height: 40px;
    line-height:40px;
    border: solid #868687;
    border-width:0px 0px 1.35px 0px;
    margin-bottom:30px;
    color:#272728;
    padding:5px 0px;
    margin-left:0px;
    font-size:16px;
    padding: 5px 0px;

    

}

.address-box select {
    -webkit-appearance: listbox;
}

.address-box select {
    width: 100%;
    height: 40px;
    line-height:40px;
    border: solid #868687;
    border-width:0px 0px 1.35px 0px;
    color:#272728;
    padding:5px 0px;
    margin-left:0px;
}

.address-box [type=checkbox] {
    position: relative;
    cursor: pointer;
    width:auto;
    height:auto;
    padding:0px!important;
    margin-right:15px;
}

.address-box input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color:#fff;
    border:solid 0.5px #C2C9D1;
}

.address-box input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
    background-color:#1E80EF;
}

.address-box input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 8px;
}

#billing-addresses, #selected-cfdi{
    background: none;
}

.bp-grid {
    display: grid;
    justify-content: normal;
}

.bp-grid input {
    width:100%;
}

.flex {
    display: flex !important;
    padding: 0px !important;
}

.bp-back-icon {
    display: block;
    margin-top: 15px;
    cursor: pointer;
}

.bp-select-read-only {
    -webkit-appearance: none !important;
    color: #272728 !important;
    background-color: transparent !important;
    opacity: 1;
}

.bp-select-read-only select[disabled] > option {
    color: #272728 !important;
    opacity: 1;
}
