/* {
    colorPrimary: '#255C9D',
    backgroundPrimary: '#255C9D',
    lightBlue: '#6DB0FF',
    colorBrand: '#FFF100',
    backgroundGrey: '#EFEFF3',
    colorGreen: '#05D201',
    colorYellow: '#FFF100',
    colorGrey: 'grey',
    superLightBlue: '#F1FCFF',
    colorRed: '#FF6262',
    colorGreyDcrtn: '#d6d5d5'
  } */

.background-brand {
    background-color: #000000 !important;
}

.background-primary {
    background-color: #255C9D !important;
}

.background-green {
    background-color: #05D201 !important;
}

.background-grey {
    background-color: grey !important;
}

.color-brand {
    color: #FFF100 !important;
}

.color-primary {
    color: #255C9D !important;
}

.margin-horizontal-20 {
    height: auto;
    width: 20px;
}

.margin-vertical-40 {
    height: 40px;
    width: auto;
}

.ctr-on-dekstop {
    padding-right: 200px !important;
    padding-left: 200px !important;
}

html, body {
    font-family: "Poppins", sans-serif;
}

.banner-app {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    padding-left: 100px;
    padding-right: 100px;
    justify-content: center;
    align-items: center;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-img {
    width: 100px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-h3 {
    font-size: 42px;
    font-weight: bold !important;
}

.banner-h4 {
    font-size: 20px;
}

.ctn-penerima {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.ctn-c-penerima {
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dot-penerima {
    width: 30px;
    height: 30px;
    border-radius: 30px;
}

.ctn-penerima-accordion {
    width: 100%;
    height: auto;
    /* background-color: #FFF100; */
}

.item-li-sp {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.dot-li-sp {
    width: 15px;
    height: 15px;
    border-radius: 20px;
    margin-right: 10px;
    margin-top: 4px;
}

.ctn-li-sp {
    flex: 1;
}

.btn-loading {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 38px;
}

@media (max-width: 768px) {
    .ctr-on-dekstop {
        padding-right: 80px !important;
        padding-left: 80px !important;
    }
}

@media (max-width: 576px) {
    .on-mobile-hidden {
        display: none;
    }
    .ctr-on-dekstop {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .banner-app {
        padding-left: 15px;
        padding-right: 15px;
    }
    .banner-h3 {
        font-size: 30px;
    }
    .banner-h4 {
        font-size: 14px;
    }
    .ctn-c-penerima {
        width: 20px;
    }
    .dot-penerima {
        width: 10px;
        height: 10px;
    }
}