* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Nunito Sans;
}

.flex-logo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.flex-logo>.logo_bca {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-right: 13px;
}

.flex-logo>.logo_bca>.logo {
    width: 48px;
    height: 53.25px;
}

.container-main {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -7px;
}

.mian-border {
    min-width: 380px;
    max-width: 380px;
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #c9cdcf;
    margin: 20px auto;
    text-align: center;
    margin-top: 54px;
}

.mian-border h2 {
    font-size: 26px;
    margin-bottom: 7px;
}

.mian-border p {
    font-family: Nunito Sans !important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 27px;
    color: #1e2f41;
    margin: 15px 0 20px;
}

.backgroundRow {
    background-color: #fff6e5;
    margin-top: 20px;
    padding: 8px 0;
}

.backgroundRow span {
    padding: 6px 0;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
}

.tab-content {
  display: none;
}
.tab-content.active {
  display: block;
}
.radio-btn.selected {
  border: 2px solid #007bff;
  border-radius: 4px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
}

.options {
    display: flex;
    align-items: center;
    margin: 2px 6px;
}

.options img {
    margin-right: 5px;
}

.options span {
    font-size: 18px;
}

.tab-content {
    margin-top: 20px;
}

.tab-flex {
    display: flex;
}

.tab-content img {
    width: 80px;
    height: 80px;
}

.tab-glab {
    padding: 0 12px;
}

.tab-glab-padding {
    padding: 0;
}

.tab-glab img {
    width: auto;
    height: 78px;
}


.tab-content p {
    margin: 0;
    margin-top: 5px;
}

.tab-nation {
    justify-content: center;
}

.tab-nation .tab-glab {
    padding: 0 44px;
}