/* Global */
#page{
    overflow: unset;
}
main.page-rpl,
main.single-rpl{    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.005em;
    color: #2A2A2E;
}
main.page-rpl,
main.single-rpl,
main.page-rpl h1,
main.page-rpl h2,
main.page-rpl h3,
main.page-rpl h3,
main.page-rpl h5,
main.page-rpl h6,
main.single-rpl h1,
main.single-rpl h2,
main.single-rpl h3,
main.single-rpl h4,
main.single-rpl h5,
main.single-rpl h6{
    font-family: 'Nunito Sans', sans-serif;
}
.page-rpl .section{
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #FFF;
    position: relative;
}
.page-rpl .section .container{
    z-index: 4;
    position: relative;
}
.page-rpl .section .decor{
    position: absolute;
}
.page-rpl .section .title-section{
    font-size: 32px;
    font-weight: 800;
    line-height: 42px;
    letter-spacing: -0.024em;
    margin-bottom: 16px;
}
.text-bold{
    font-weight: 700;
}
@media (max-width: 900px) {
    .page-rpl .section .title-section{
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.014em;
    }
    .page-rpl .container,
    .single-rpl .container{
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media ( max-width: 767px ) {
    main.single-rpl{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.005em;
    }
}

/* Section Hero */
.page-rpl .section-hero{
    position: relative;
    color: #FFF;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.01em;
    padding-top: 0;
}
.page-rpl .section-hero .hero-bg{
    height: 485px;
    width: 100%;
    object-fit: cover;
}
.page-rpl .section-hero .hero-bg.bg-desktop,
.single-rpl .section-page-header .hero-bg.bg-desktop{
    display: block;
}
.page-rpl .section-hero .hero-bg.bg-mobile,
.single-rpl .section-page-header .hero-bg.bg-mobile{
    display: none;
}
@media (max-width: 900px) {
    .page-rpl .section-hero .hero-bg.bg-desktop{
        display: none;
    }
    .page-rpl .section-hero .hero-bg.bg-mobile{
        display: block;
        min-height: 540px;
    }
}
@media (max-width: 767px) {
    .single-rpl .section-page-header .hero-bg.bg-desktop{
        display: none;
    }
    .single-rpl .section-page-header .hero-bg.bg-mobile{
        display: block;
}
}
.page-rpl .section-hero .hero-inside{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
}
.page-rpl .section-hero .hero-inside .content{
    width: 100%;
    max-width: 620px;
}

.page-rpl .section-hero .hero-inside .subtitle-hero{
    margin-bottom: 8px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.01em;

}
.page-rpl .section-hero .hero-inside .title-hero{
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.024em;
    margin-bottom: 8px;
    color: #FFF;
}
.page-rpl .section-hero .hero-inside .button-wrapper{
    margin-top: 32px;
}

@media (max-width: 900px) {
    .page-rpl .section-hero{
        padding-bottom: 0;
    }
    .page-rpl .section-hero .hero-inside{
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.005em;
        align-items: flex-start;
        padding: 40px 0;
    }
    .page-rpl .section-hero .hero-inside .container{
        padding-left: 16px;
        padding-right: 16px;
    }
    .page-rpl .section-hero .hero-inside .subtitle-hero{
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: -0.005em;
    }
    .page-rpl .section-hero .hero-inside .title-hero{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.014em;
    }
    .page-rpl .section-hero .hero-inside .button-wrapper{
        margin-top: 24px;
    }
    .page-rpl .section-hero .hero-inside .button-wrapper .btn{
        width: 100%;
        padding: 12px 6px;
        color: #333333;
        font-size: 16px;
        font-weight: 700;
        border-radius: 16px;
    }
}

/* Section Overview */
.page-rpl .section.section-overview{
    
}
.page-rpl .section.section-overview .decor.d-1{
    right: 0;
    top: 0;
}
.page-rpl .section.section-overview .row-overview{
    --bs-gutter-x: 76px;
    --bs-gutter-y: 24px;
    align-items: center;
}
.page-rpl .section.section-overview .row-overview .img-overview{
    width: 100%;
    max-width: 476px;
    border-radius: 23px;
    object-fit: cover;
}
.page-rpl .section.section-overview .row-overview .inner{
    width: 100%;
    max-width: 431px;
}

@media (max-width: 900px) {
    .page-rpl .section.section-overview .decor.d-1 svg{
        width: 60px;
        height: 60px;
    }
    .page-rpl .section.section-overview .row-overview{
        --bs-gutter-y: 24px;
        flex-direction: column-reverse;

    }
}

/* Section Method */
.page-rpl .section.section-method{
    padding-top: 60px;
    padding-bottom: 60px;
}
.page-rpl .section.section-method .decor.d-1{
    left: 0;
    top: 0;
}
.page-rpl .section.section-method .decor.d-2{
    right: 0;
    bottom: 0;
}
.page-rpl .section.section-method .title-section{
    text-align: center;
    margin-bottom: 32px;
}
.page-rpl .item-method{
    
}
.page-rpl .item-method .item-thumb .img-method{
    border-radius: 12px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.page-rpl .item-method .item-content{
    padding: 24px 0 0;
    text-align: center;
}
.page-rpl .item-method .item-content .title-item{
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
}
.page-rpl .row-method{
    --bs-gutter-x: 16px;
    --bs-gutter-y: 24px;
}

@media (max-width: 900px) {
    .page-rpl .section.section-method{
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .page-rpl .section.section-method .decor svg{
        width: 52px;
        height: 52px;
    }
    .page-rpl .section.section-method .title-section{
        margin-bottom: 16px;
    }
    .page-rpl .item-method .item-content{
        padding-top: 16px;
    }
    .page-rpl .item-method .item-content .title-item{
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: -0.01em;
        margin-bottom: 8px;
    }
}

/* Section Partner */
.page-rpl .section.section-partner .decor.d-1{
    left: 0;
    bottom: 0;
}
.page-rpl .section.section-partner .decor.d-2{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -25px;
}
.page-rpl .section.section-partner .title-section{
    text-align: center;
    margin-bottom: 32px;
}
.page-rpl .section.section-partner .row-partner{
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.page-rpl .item-partner{
    border: 1px solid #D8D8D9;
    padding: 16px;
    border-radius: 12px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #FFF;
}
.page-rpl .item-partner .item-thumb{
    margin-bottom: 16px;
}
.page-rpl .item-partner .img-partner{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.page-rpl .item-partner .title-item{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.005em;
    margin-bottom: 0;
}
.page-rpl .item-partner .view-wrap{
    padding-top: 24px;
    margin-top: auto;
}
.page-rpl .item-partner .view-more{
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.page-rpl .item-partner .view-more span ~ .icon{
    margin-left: 6px
}
.page-rpl .item-partner .view-more svg{
    width: 24px;
    height: 24px;;
}

@media (max-width: 900px) {
    .page-rpl .section.section-partner .decor.d-1 svg{
        width: 80px;
        height: 40px;
    }
    .page-rpl .section.section-partner .decor.d-2{
        top: 0;
        right: 0;
        transform: translateY(0);
        margin-top: 0;
    }
    .page-rpl .section.section-partner .decor.d-2 svg{
        width: 52px;
        height: 52px;
    }
    .page-rpl .section.section-partner .title-section{
        margin-bottom: 16px;
    }
    .page-rpl .section.section-partner .row-partner{
        --bs-gutter-y: 24px;
    }
    .page-rpl .item-partner .view-wrap{
        padding-top: 16px;
    }
}

/* Section FAQ */
.page-rpl section.section-faq{
    background-color: #F5F4F8;
}

/* ======================================== */
/* Single RPL*/
/* Section Page Header*/
.single-rpl{
    background-color: #FFFFFF;
}
.single-rpl .section-page-header{
    background-color: #0069B1;
    position: relative;
    overflow: hidden;
}
.single-rpl .section-page-header .header-inside{
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFF;
}
.single-rpl .section-page-header .univ-logo img.univ{
    width: 120px;
    height: 120px;
    position: relative;
    z-index: 3;
    object-fit: contain;
}
.single-rpl .section-page-header .subtitle-header{
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #FFF;
}
.single-rpl .section-page-header .subtitle-header ~ .title-header{
    margin-top: 8px;
}
.single-rpl .section-page-header .title-header{
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    letter-spacing: -0.024em;    
    color: #FFF;
    margin-bottom: 0;
}
.single-rpl .section-page-header .content-wrap{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.single-rpl .section-page-header .content-wrap .univ-logo{
    flex: 0 1 auto;
    background-color: #FFF;
    padding: 20px 40px 20px 0;
    border-radius: 0 100px 100px 0;
    position: relative;
    margin-left: -20px;
}
.single-rpl .section-page-header .content-wrap .univ-logo::before{
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    width: 30vw;
    height: 100%;
    z-index: 0;
    background-color: #FFF;
}
.single-rpl .section-page-header .content-wrap .content{
    flex: 1 1 auto;
}
.single-rpl .section-page-header .content-wrap .univ-logo ~ .content{
    margin-left: 48px;
}

@media (max-width: 900px) {
    .single-rpl .section-page-header .subtitle-header{
        font-size: 16px;
        line-height: 1.4;
    }
    .single-rpl .section-page-header .title-header{
        font-size: 26px;
        line-height: 1.3;
    }
    .single-rpl .section-page-header img.hero-bg{
        height: 230px;
        object-fit: contain;
        object-position: top right;
    }
    .single-rpl .section-page-header .content-wrap .univ-logo{
        padding: 15px 20px 15px 0;
        margin-left: 0;
    }
    .single-rpl .section-page-header .univ-logo img.univ{
        width: 80px;
        height: 80px;
    }
    .single-rpl .section-page-header .content-wrap .univ-logo ~ .content {
        margin-left: 28px;
    }
}
@media (max-width: 767px) {
    .single-rpl .section-page-header img.hero-bg{
        width: 100%;
        min-height: 292px;
        object-fit: cover;
        object-position: top right;
    }
    .single-rpl .section-page-header .header-inside{
        padding: 40px 0;
    }
    .single-rpl .section-page-header .content-wrap{
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .single-rpl .section-page-header .univ-logo img.univ{
        width: 60px;
        height: 60px;
    }
    .single-rpl .section-page-header .content-wrap .univ-logo::before{
        display: none;
    }
    .single-rpl .section-page-header .content-wrap .univ-logo{
        padding: 16px;
        border-radius: 50%;
        margin-bottom: 24px;
    }
    .single-rpl .section-page-header .content-wrap .univ-logo ~ .content{
        margin-left: 0;
    }
    .single-rpl .section-page-header .subtitle-header{
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: -0.005em;
    }
    .single-rpl .section-page-header .title-header{
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: -0.014em;

    }
}

/* Single Page Header*/
.single-rpl .section-content .row-section-content{
    --bs-gutter-x: 80px;
    --bs-gutter-y: 0;
}
.single-rpl .section-content{
    padding-top: 56px;
    padding-bottom: 64px;
}
.single-rpl .section-content .title-content{
    color: #2A2A2E;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 1.31;
    letter-spacing: -0.024em;
}
.single-rpl .section-content .content-group:not(:last-child){
    margin-bottom: 48px;
}
.single-rpl .section-content .content-group .content-head{
    margin-bottom: 16px;
}

@media ( max-width: 900px ) {
    .single-rpl .section-content .row-section-content{
        --bs-gutter-x: 40px;
        --bs-gutter-y: 24px;
    }
}

@media ( max-width: 767px ) {
    .single-rpl .section-content{
        padding: 48px 0;
    }
    .single-rpl .section-content .row-section-content{
        flex-direction: column-reverse;
    }
    .single-rpl .section-content .title-content{
        font-size: 24px;
        font-weight: 800;
        line-height: 32px;
        letter-spacing: -0.014em;
    }
    .single-rpl .section-content .content-group:not(:last-child){
        margin-bottom: 24px;
    }
}

/* Table Program */
.table thead th{
    padding: 16px 12px;
}
.table tbody td{
    padding: 16px;
}
.table-program,
.table-program tbody tr{
    background-color: #FFF;
}
.table-program tbody tr:nth-of-type(odd),
.table-program tbody tr:nth-of-type(odd){
    background-color: #f2f2f2;
}
.table-program{
    border-left-width: 0;
    border-top-color: #B9B9CB;
    border-bottom-color: #B9B9CB;
}
.table-program th,
.table-program td{
    border-right-width: 0;
    border-color: #DDDDEA;
}
.table-program thead tr th,
.table-program thead tr td{
    border-top-color: #B9B9CB;
    border-bottom-color: #B9B9CB;
    border-bottom-width: 1px;
}

@media ( max-width: 900px ){
    .table-responsive .table-program{
        width: calc(100%* 1.5);
    }
}

@media ( max-width: 767px ){
    .table-responsive .table-program{
        width: calc(100%* 2);
    }
}

/* Card Sidebar */
aside.sidebar{
    height: 100%;
    width: 348px;
    position: relative;
}
.card-register{
    border: 1px solid #BCBCBD;
    padding: 24px;
    border-radius: 16px;
    position: sticky;
    top: 125px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.005em;
}
.card-register .card-title{
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.005em;
    margin-top: 0;
    margin-bottom: 8px;
}
.card-register .button-wrap{
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.card-register .button-wrap .btn{
    margin-bottom: 16px;
}
.card-register .button-wrap .btn:last-child{
    margin-bottom: 0;
}
.form-group .btn,
.card-register .btn{
    width: 100%;
    box-shadow: 0px 1px 2px 0px #0000001A;
    border-radius: 12px;
    padding: 12px 6px;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.005em;
    transition: opacity .2s ease;
    opacity: 1;
}
.form-group .btn:hover,
.card-register .btn:hover{
    opacity: .8;
}
.form-group .btn-primary,
.card-register .btn-primary{
    background-color: #0069B1 !important;
    border-color: transparent !important;
    color: #FFF !important;
}
.form-group .btn-outline,
.card-register .btn-outline{
    background-color: transparent !important;
    border-color: #BCBCBD !important;
    color: #57575B !important;
}
.form-group .btn{
    margin-bottom: 0;
}

@media (max-width: 900px) {
    
    aside.sidebar{
        width: 240px;
    }
    .card-register{
        padding: 15px;
        font-size: 16px;
        top: 145px;
    }
    .card-register .button-wrap{
        margin-top: 16px;
    }
    .form-group .btn,
    .card-register .btn{
        padding: 8px 6px;
    }
    .card-register .button-wrap .btn{
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: -0.005em;
        color: #FFFFFF;
    }
}

@media (max-width: 767px) {
    aside.sidebar{
        width: 100%;
    }
    .card-register{
        top: 0;
        position: relative;
    }
}

/* Popup Modal */
.form-group:last-of-type{
    margin-bottom: 0;
}
@media (min-width: 576px) {
    .popup-modal .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
@media (max-width: 575px) {
    .popup-modal .modal-dialog{
        max-width: calc(100% - 32px);
        margin: 0 auto;
    }
}

.popup-modal{
    font-family: 'Nunito Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.005em;
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0);
    transition: top .15s ease;
    display: none;
}
.popup-modal.active{
    top: 0%;
    background-color: rgba(0, 0, 0, 0.8);
    display: block;
}
.popup-modal .modal-dialog{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup-modal .btn-close{
    background-color: transparent;
    border: 0;
    padding: 5px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.35147 5.35147C5.8201 4.88284 6.5799 4.88284 7.04853 5.35147L12.2 10.5029L17.3515 5.35147C17.8201 4.88284 18.5799 4.88284 19.0485 5.35147C19.5172 5.8201 19.5172 6.5799 19.0485 7.04853L13.8971 12.2L19.0485 17.3515C19.5172 17.8201 19.5172 18.5799 19.0485 19.0485C18.5799 19.5172 17.8201 19.5172 17.3515 19.0485L12.2 13.8971L7.04853 19.0485C6.5799 19.5172 5.8201 19.5172 5.35147 19.0485C4.88284 18.5799 4.88284 17.8201 5.35147 17.3515L10.5029 12.2L5.35147 7.04853C4.88284 6.5799 4.88284 5.8201 5.35147 5.35147Z' fill='%2357575B'/%3E%3C/svg%3E%0A");
}

.popup-modal .modal-content{
    background-color: #FFF;
    box-shadow: 0px 8px 8px -4px #10182808, 0px 20px 24px -4px #10182814;
    border-radius: 12px;
    padding: 24px;
    border-color: transparent;
}

.popup-modal .modal-header{
    padding: 0;
    border-bottom: 0;
    margin-bottom: 16px;
}

.popup-modal .modal-title{
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    letter-spacing: -0.01em;
    font-family: 'Nunito Sans', sans-serif;
}

@media (max-width: 767px) {
    .popup-modal .modal-title{
        font-size: 16px;
        font-weight: 800;
        line-height: 24px;
        letter-spacing: -0.005em;

    }
}

.popup-modal .modal-body{
    padding: 0;
}

@media (max-width: 1440px) {
    .popup-modal .modal-body{
        margin-left: -24px;
        margin-right: -24px;
        margin-bottom: -24px;
        padding: 0 24px 24px;
        overflow-y: auto;
        max-height: 80vh;
    }
}

.wpcf7-form .wpcf7-spinner{
    display: none;
}
.wpcf7-form.submitting .wpcf7-spinner{
    display: inline-block;
}

.form-group{
    margin-bottom: 16px;
}
.form-group:last-child{
    margin-bottom: 0;
}
.form-group > p > label{
    color: #2A2A2E;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.005em;
    display: block;
    margin-bottom: 8px;
}
.form-group > label ~ .input-group{
    margin-top: 8px;
}
.form-control{
    border-radius: 8px !important;
    border: 1px solid #BCBCBD !important;
    padding: 10px 14px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.005em;
    height: 40px;
    color: #2A2A2E;
    background-color: transparent !important;
}
label.checkbox{
    font-weight: 400;
}
label.checkbox input[type=checkbox]{
    display: none;
}
label.checkbox input[type=checkbox] ~ .text{
    position: relative;
    display: flex;
    align-items: flex-start;
}
label.checkbox input[type=checkbox] ~ .text:before{
    content: '';
    flex: 1 0 auto;
    margin-top: -1px;
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23b9b9cb' viewBox='0 0 256 256'%3E%3Cpath d='M208,28H48A20,20,0,0,0,28,48V208a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V48A20,20,0,0,0,208,28Zm-4,176H52V52H204Z'%3E%3C/path%3E%3C/svg%3E");
}
label.checkbox input[type=checkbox]:checked ~ .text:before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%230069b1' viewBox='0 0 256 256'%3E%3Cpath d='M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm-34.34,77.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z'%3E%3C/path%3E%3C/svg%3E");
}
label.checkbox input[type=checkbox] ~ .text span{
    display: inline-block;
    flex: 1 1 auto;
}
@media (min-width: 768px) {
    label.checkbox input[type=checkbox] ~ .text:before{
        width: auto;
    }
}

.choices{
    width: 100%;
}
.choices .choices__inner{
    border-radius: 8px !important;
    border: 1px solid #BCBCBD;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.005em;
    height: auto;
    background-color: #FFF;
}

.iti.iti--container{
    z-index: 9999999 !important;
}
.form-group .iti {
    width: 100%;
}

.form-group .iti__flag-container {
    right: auto;
    left: 0;
}

.form-group .iti--separate-dial-code .iti__selected-dial-code {
    padding-left: 6px;
}

.form-group .iti--separate-dial-code .iti__selected-flag {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    border-right: none;
}
.form-group .iti{
    position: relative;
    display: flex;
}
.form-group .iti__country-container{
    position: relative;
    padding: 0;
}
.form-group .iti__selected-country{
    flex-direction: row-reverse;
}
.form-group .iti__selected-country,
.form-group .iti__tel-input{
    border-radius: 8px !important;
    border: 1px solid #BCBCBD !important;
    padding: 10px 14px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: -0.005em;
    height: 40px;
    color: #2A2A2E;
    background-color: transparent !important;
}
.form-group .iti .iti__tel-input.js-countrycode{
    margin-left: 8px !important;
}
.form-group .iti__selected-country:hover,
.form-group .iti__selected-country:hover .iti__selected-country-primary{
    background-color: transparent !important;
    color: #2A2A2E !important;

}

/* Adjust input spacing */
.js-countrycode {
    padding-left: 85px !important;
    width: 100%;
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    color: #2A2A2E;
}
