@font-face {
    font-family: "SFUIText-Regular";
    src: url("../fonts/SFUIText-Regular.ttf");
}
@font-face {
    font-family: "SFUIText-Medium";
    src: url("../fonts/SFUIText-Medium.ttf");
}
@font-face {
    font-family: "SFUIText-Semibold";
    src: url("../fonts/SFUIText-Semibold.ttf");
}
html,body {
    height:100%;
    font-family: SFUIText-Regular, sans-serif;
  }
a, a:hover{
	text-decoration: none;
}

.font-russo {
    font-family: 'Russo One';
    color: #fff;
}

#logo {
    font-size: 26px;
    color: #FFF;
}

img{
	max-width: 100%
}
.center-div3{
	display: flex;justify-content: center;
	flex-direction: column;
  }
  .center-div2{
	display: flex;justify-content: center;
	flex-direction: row;
  }
  .center-div4{
	display: flex;justify-content: center;align-items: center;
	flex-direction: row;
  }
  .center-div{
    display: flex;align-items: center;justify-content: center;
    flex-direction: column;
text-align:center;
}
.third-index{
    background-image: url('../images/cta-bg.png'), linear-gradient(0deg,rgba(177, 189, 205,1),rgba(177, 189, 205,1));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.third-integration, .third-pricing{
	background-image: url('../images/cta-bg.png'), linear-gradient(0deg,rgba(177, 189, 205,1),rgba(177, 189, 205,1));
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0;
}
h1{
	font-size: 48px;
	font-weight: 700;
	color: #313131;
	line-height: 54px;
}
h2{
	font-size: 40px;
	font-weight: 700;
	color: #313131;
}
a{
	text-decoration: none;
}
.nav-link{
	font-family: SFUIText-Regular;
font-size: 14px;
color: #FFFFFF !important;
	letter-spacing: 0.5px;
}
.nav-item .active{
	border-bottom:2px solid #FFFFFF !important;
}
.signup, .login{
	font-weight: 500;
}
.signup{
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	text-align: center;
	margin-left:30px;
}
.navbar-toggler{
	color: #FFFFFF !important;
	border-color: #FFFFFF !important;
}

.navbar {
    background: rgb(34, 41, 47);
}

.tagline{
	font-family: SFUIText-Semibold;
font-size: 52px;
color: #FFFFFF;
text-align: center;
}
.sub-tagline{
	font-family: SFUIText-Regular;
	font-size: 24px;
	color: #B1BDCD;
	text-align: center;
}
.btn{
	border: none;
}
.btn-primary{
    background: #19BEDF;
	font-family: SFUIText-Medium;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}
.btn-secondary{
	background: #FFFFFF;
	border-radius: 2px;
	font-family: SFUIText-Medium;
font-size: 16px;
color: #162753;
text-align: center;
}
.payment-options-I{
	background: url('../images/img-creditcard.png'), linear-gradient(0deg,rgba(242,246,253,1),rgba(242,246,253,1));
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	border: 1px solid #E3E9F9;
	border-radius: 2px;
	height: 190px
}
.payment-options-II{
	background: url('../images/img-paypal.png'), linear-gradient(0deg,rgba(242,246,253,1),rgba(242,246,253,1));
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	border: 1px solid #E3E9F9;
	border-radius: 2px;
	height: 190px
}
.payment-options-III{
	background: url('../images/img-sepa.png'), linear-gradient(0deg,rgba(242,246,253,1),rgba(242,246,253,1));
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	border: 1px solid #E3E9F9;
	border-radius: 2px;
	height: 190px
}
.title{
	font-family: SFUIText-Medium;
font-size: 24px;
color: #222222;
text-align: center;
}
.sub-title{
	font-family: SFUIText-Regular;
font-size: 16px;
color: #162753;
text-align: center;
}
.glance{
	font-size: 18px;
	color: #B1BDCD;
	text-align: center;
}
.sub-glance{
	font-family: SFUIText-Medium;
	font-size: 32px;
	color: #162753;
	text-align: center;
}
.desc .title{
	font-family: SFUIText-Medium;
font-size: 20px;
color: #222222;
}
.desc span{
	font-size: 16px;
	color: #585858;
	line-height: 24px;
}
.merchant-section{
	font-family: SFUIText-Medium;
font-size: 32px;
color: #FFFFFF;
text-align: center;
line-height: 41px;
}
.sub-merchant-section{
	font-family: SFUIText-Regular;
font-size: 24px;
color: #FFFFFF;
line-height: 41px;
}
.slanted{
	background: #1B202E;
	position: relative;
}
.slanted:before {
    content: "";
    background: #1B202E;;
    height: 300px;
    transform: skewY(-5deg);
    position: absolute;
    left: 0;
    right: 0;
    z-index: 0;
    top: -120px;
}
.footer-desc{
	font-size: 14px;
	color: #B1BDCD;
	line-height: 20px;
}
.footer{
	background: #141A28;
}
.footer span{
	font-size: 14px;
	color: #B1BDCD;
	text-align: center;
}
.fifth .nav-link{
	font-size: 14px;
	color: #FFFFFF;
}
.fifth .nav-desc{
	font-size: 13px;
	color: #B1BDCD;
	line-height: 26px;
	text-align: left;
}
.straight-line{
	background: #E1E7EF;
	height: 100%;
	width: 2px;
}
.solid{
	background: rgb(34, 41, 47);
}

.first{
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom 
}
.features-head{
	height: 70vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom 
}
.header-sub{
	font-family: SFUIText-Medium;
	font-size: 32px;
	color: #FFFFFF;
	text-align: center;
	line-height: 41px;
}
.con-feature{
	font-family: SFUIText-Medium;
font-size: 24px;
color: #222222;
text-align: center;
}
.con-feature-p{
	font-family: SFUIText-Regular;
font-size: 16px;
color: #585858;
}
.con-feature-list li{
	margin: 0;
	padding: 6px 0 6px 6px;
	list-style-image: url('../images/tick.png');
	text-align: left;
}
.con-feature-list{
	font-family: SFUIText-Regular;
font-size: 16px;
color: #585858;

}
.third{
	background: none;
}
.fourth-features{
	background-image: url('../images/cta-bg-big.png'), linear-gradient(0deg,rgba(177, 189, 205,1),rgba(177, 189, 205,1));
	background-repeat: no-repeat;
	background-size: cover;
	height: 70vh;
}

.fourth-features .container{
    margin-top: -10%;
}
.slanted:before{
	z-index:0;
	top: -170px;
}
.fifth .container{
}
.payments-title{
	font-family: SFUIText-Medium;
font-size: 32px;
color: #FFFFFF;
text-align: center;
line-height: 41px;
}
.payments-sub{
	font-family: SFUIText-Regular;
font-size: 24px;
color: #FFFFFF;
line-height: 41px;
}
.navbar-light .navbar-toggler{
	margin-right:15px;
}
.fet{
	margin-bottom: 100px;
}
.f-title{
	font-family: SFUIText-Medium;
font-size: 24px;
color: #222222;
text-align: left;
}
.f-desc{
	font-family: SFUIText-Regular;
font-size: 16px;
color: #585858;
line-height: 24px;
text-align: left;
width:80%;
}
.f-img{
	width:70%;
}
.fet-list{
	margin-top:15px;
	list-style: none; /* Remove default bullets */
	font-family: SFUIText-Regular;
font-size: 16px;
color: #585858;
line-height: 24px;
  }
  .fet-list li a{
	font-family: SFUIText-Regular;
	font-size: 16px;
	color: #162753;
	line-height: 24px;
  }
  .fet-list li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #162753; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */ 
	width: 1em; /* Also needed for space (tweak if needed) */
	margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
  .integrations-head{
	height: 70vh;
	background-image: url('../images/hero-img-page02.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom 
  }
.integration-img{
	display:block;
}
.integration-title{
	font-family: SFUIText-Medium;
font-size: 24px;
color: #222222;
text-align: left;
display:block;
margin: 10px 0px;
}
.integration-p{
	font-family: SFUIText-Regular;
font-size: 16px;
color: #585858;
line-height: 24px;
text-align: left;
display:block;
margin-bottom: 15px;
}
.integrations-list li:before{
	padding: 15px 0 6px 6px;
}
  .integrations-list li{
	margin: 10px;
	list-style-image: url('../images/tick.png');
	text-align: left;
}
.integrations-list{
	font-family: SFUIText-Regular;
	font-size: 16px;
	color: #585858;
	line-height: 22px;
}
.integration-button{
	
	width:100%;
	margin: 10px auto;
}
.integration-button button{
	margin-top:20px;
	font-family: SFUIText-Medium;
font-size: 16px;
color: #162753;
text-align: center;
border: 2px solid #162753;
padding: 5px 10px;
background: none;
width:80%;
cursor: pointer;
}
.quote img{
	display: block;
	margin-bottom:15px;
}
.quote i{
	font-family: SFUIText-RegularItalic;
font-size: 24px;
color: #585858;
text-align: center;
line-height: 30px;
letter-spacing: 1px;
margin-bottom:15px;
}
.quote small{
	font-family: SFUIText-Regular;
	font-size: 16px;
	color: #222222;
	text-align: center;
}
.fourth-pricing{
	padding-top: 15vh;
}
.fourth-integration, .fifth-pricing{
    padding-top: 15vh;
	padding-bottom: 30vh;
}
.integration-q-title{
	font-family: SFUIText-Medium;
	font-size: 16px;
	color: #222222;
	line-height: 24px;
	margin-bottom:10px;
}
.integration-q-p{
	font-family: SFUIText-Regular;
	font-size: 16px;
	color: #585858;
	line-height: 24px;
	margin-bottom:20px;
}
.pricing-head{
	height: 70vh;
	background-image: url('../images/hero-img-page03.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position-y: bottom 
}
.benefit{
	background: #F0F4F9;
border-radius: 8px;
}
.p{
	font-family: SFUIText-Regular;
font-size: 20px;
color: #222222;
line-height: 26px;
text-align: left;
}
.p-table{
	background: #FFFFFF;
border: 1px solid #D6E0ED;
border-radius: 8px;
}
.p-table .table-header{
	border-bottom: 1px solid #D6E0ED;
	padding:10px;
	font-family: SFUIText-Medium;
font-size: 24px;
color: #222222;
text-align: center;
}
.active .table-header{
	background: #D6E0ED;
	border-bottom-width: 0px;
}
.table-contents{
	font-family: SFUIText-Regular;
font-size: 16px;
color: #585858;
text-align: center;
line-height: 38px;
padding: 30px 20px;
}
.table-contents span{
	display: block;
	margin-bottom: 2px;
}
.table-notes{
	font-family: SFUIText-Regular;
font-size: 14px;
color: #585858;
text-align: center;
line-height: 24px;
}
.enterprise{
	background-image: url('../images/cta-bg-01.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.enterprise-title{
	font-family: SFUIText-Medium;
font-size: 24px;
color: #FFFFFF;
text-align: center;
line-height: 33px;
}

.enterprise button{
	background: #FFFFFF;
	border-radius: 2px;
	font-family: SFUIText-Medium;
font-size: 16px;
color: #162753;
text-align: center;
}

.pricing .fourth{
padding: 50px 0px;
padding-bottom:100px;
}

/* ONBOARDING */
.ob-container{
    /* background-image: url('../images/pattern-bg@2x.png'); */
	background-size: contain;
	background-repeat: repeat;

}

.first-ob{
	height: 50vh;
	min-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
    background-position-y: bottom;
    justify-content: unset;
}

.onboarding-cont{
    position: relative;
    margin-top: -30vh;
    /*min-height: 750px;*/
    height: 100%;
    margin-bottom: 180px;
    max-width: 800px !important;
}

.onboarding-panel{
    padding: 50px;
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    height: 100%;
    z-index: 1;
}

.onboarding-steps-cont ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
}

.onboarding-steps-cont ul li{
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.ob-steps{
    background-color: #fff;
    border-radius: 100%;
    height: 50px;
    width: 50px;
    display: flex;
    margin: auto;
    z-index: 1;
}

.ob-step-icon{
    margin: auto;
    font-weight: bold;
    z-index: 1;
}

.ob-step-label{
    color: #fff !important;
    margin-bottom: unset !important;
    margin-top: 1rem;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 100px;
}

.ob-line{
    border: 3px solid #fff;
    width: 400px;
    position: absolute;
    /*top: 20%;*/
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.ob-form-title{
    text-align: left;
    color: #162753 !important;
    text-transform: uppercase;
    font-size: 1.8rem !important;
    margin-bottom: 1.5rem;
}

.ob-form-subtitle{
    text-align: left;
    color: #989898 !important;
    text-transform: uppercase;
    font-size: 1.4rem !important;
    margin-bottom: 1.5rem;
}

.ob-input-field{
    text-align: left;
    max-width: 80%;
    margin: auto;
}

.ob-form-label{
    color: gray;
    display: block;
    font-size: 0.9rem;
}

.ob-select .dropdown-toggle{
    padding: 10px !important;
    background: transparent !important;
    border: 1px solid #ced4da !important;
    color: #495057 !important;
    margin-bottom: 20px !important;
}

.ob-file{
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #797979;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 1.5rem 1rem 1.2rem 1rem;
}

.ob-file-upload{
    opacity: 0;
    position: absolute;
    top: 53px;
}

.ob-file label{
    max-width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ob-file-btn{
    float: right;
    font-size: 10px;
    color: #fff;
    background-color: #a2a2a2;
    padding: 0.3rem 1rem;
    border-radius: 0.25rem;
    cursor: pointer;
}

.btn-cancel{
    background-color: transparent !important;
    color: #162753 !important;
}

.w-15{
    width: 15%;
}

.w-30{
    width: 30%;
}

.mw-50{
    max-width: 50% !important;
}

.alert-cont{
    display: none;
}

.select-false{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-submit{
    color: #fff !important;
}

#signup_step_2, #signup_step_3, #signup_step_4, #signup_step_5, #signup_result{
    display: none;
}

#ownership_other{
	display: none;
}

.btn-remove-rep{
	text-align: right;
	margin-bottom: 1rem;
}

.ob-btn-add{
	background: transparent;
	outline: none !important;
	box-shadow: none !important;
}

.btn-remove-rep-btm{
	display: none;
}

.remove-representative{
	cursor: pointer;
}

.eq-height{
    display: flex;
    flex-direction: column;
}

.list-filenames{
	font-size: 0.8rem;
	color: #a1a1a1;
}

.btn_remove_file > i{
	cursor: pointer;
}

/* CUSTOM RADIO BUTTON STYLE */
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #162753;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* ONBOARDING */
 
/* ACTIVATE ACCOUNT */
.activate-form{
	width: 50%;
}

.activate-cont{
	position: relative;
    margin-top: -35vh;
    height: 100%;
    margin-bottom: 180px;
}

#activation_result{
	display: none;
}
/* ACTIVATE ACCOUNT */

/* PRICING */
.contact-icon{
	font-size: 2.5rem;
    color: #162753;
    margin-top: 0.2rem;
}

.alert-contact{
    display: none;
}
/* PRICING */

/* ONBOARDING V3 */
.form-txnpay{
    border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    background: none;
    padding: 0.7rem;
    color: #636363;
}

.form-txnpay:focus{
	outline: none !important;
	border-color: #1c2f5a;
}

.txnpay-btn{
    width: 100%;
    padding: 1.3rem;
    background: none;
    border: none;
    background-color: #1c2f5a;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 1.5rem;
    cursor: pointer;
    outline: none !important;
    font-size: 0.9rem;
}

.txnpay-btn:hover, .txnpay-btn:focus{
	background-color: #27437c;
}

.txnpay-btn:active, .txnpay-btn:disabled, .txnpay-btn[disabled]{
	background-color: #304b83;
}

.txnpay-title{
	font-weight: bold;
	color: #545454;
	font-size: 1.2rem;
}

.txnpay-subtitle{
	color: gray;
}

.txnpay-sublabel{
    color: #afafaf;
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.txn-link{
	cursor: pointer;
	color: #1c2f5a !important;
}

.txnpay-sublabel-error{
	color: #ea5151;
}

.txnpay-border-error{
	border-color: #ea5151;
}

.txnpay-setup-account-panel{
    background-color: #fff;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    height: 100%;
    z-index: 1;
}

.txnpay-setup-account-content{
	padding: 50px;
}

.account-progress-bar .col{
	padding: 3px;
}

.txnpay-progress, #progress_1{
	background-color: #65b8d8;
}

#account_setup_2, #account_setup_3, #account_setup_4, #account_setup_5{
	display: none;
}

.form-txnpay-select{
	width: 100% !important;
}

.form-txnpay-select > button{
	border: none;
    border-bottom: 1px solid #e1e1e1;
    width: 100%;
    background: none;
    padding: 0.7rem;
    color: #636363;
    border-radius: 0;
    background: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-txnpay-select > .dropdown-menu{
	min-width: 100% !important;
}
/* ONBOARDING V3 */

.card-body {
    color: #22292E !important;
}

.card-body i {
    color: #0188ac !important;
}

html {
	scroll-behavior: smooth;
}

.font-russo {
    font-family: 'Russo One';
}

.font-allan {
    font-family: 'Allan', sans-serif;
}

.font-inter {
    font-family: 'Inter', sans-serif;
}

.text-stroke {
    text-shadow:
   -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.bg-black-spc {
    background: #22292f;
}

.text-blue-custom {
    color: #0473fa;
}

/* ======== BANNER ======== */
#banner {
    background: url('../img/bg/bg.png') no-repeat;
    background-position-x: right;
    background-size: cover;
}

@media screen and (max-width: 600px) {
    #banner {
        background: url('../img/bg/bg-mob.png') no-repeat;
        background-position-x: right;
        background-size: cover;
    }
}

.pay-bills-btn {
    padding: 15px;
    width: 220px;
    background: #19BEDF;
    border-radius: 999px;
}

.second-ob {
    margin-top: -20vh;
    padding-bottom: 10vh;
}

/* ======== PAYMENT SERVICES ======== */

#payment-services img {
    width: auto;
    height: 60px;
}

#payment-services .flex-row .flex-col {
    padding: 20px;
    width: 170px;
}

@media screen and (max-width: 1100px) {
    #payment-services img {
        width: auto;
        height: 40px;
    }

    #payment-services .flex-row .flex-col {
        padding: 20px;
        width: 120px;
    }
}

@media screen and (max-width: 767px) {
    #payment-services img {
        width: auto;
        height: 40px;
    }

    #payment-services .flex-row .flex-col {
        padding: 20px;
        width: 100px;
    }
}

.side-element-left img {
    margin-top: -20%;
    position: absolute;
}

.side-element-right img {
    margin-top: -20%;
    position: absolute;
}


@media screen and (max-width: 600px) {
    .side-element-left img {
        margin-top: -40%;
        position: absolute;
    }

    .side-element-right img {
        margin-top: -40%;
        position: absolute;
    }
}

/* ======== BILLERS ======== */
.billers-logos img {
    width: 80px;
    height: 100%;
    opacity: 0.6;
    margin: 20px 15px;
}

@media screen and (max-width: 600px) {
    .billers-logos img {
        width: 60px;
        height: 100%;
        opacity: 0.6;
        margin: 20px 15px;
    }
}

.absolute-top{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    align-items: unset;
}

.top-navbar{
    height: 25vh;
    background: url('/static/images/bg/baiyarin-biller-bg@2x.png') rgb(25,190,223, 0.9);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
    background-blend-mode: overlay;
}
.navbar-title{
    font-size: 26px;
    color: white;
    font-weight: bold;
}
.navbar-search{
    color: #ACACAC;
    background-color: white;
    border-radius: 25px;
    border: 2px solid #EFEFEF;
    font-size: 16px;
    padding: 15px;
    margin-top: 5px;
}
.header-top{
    padding:10px 50px;

}

.right-inner-addon {
    position: relative;
}

.right-inner-addon input{
    padding-right: 50px;
}

.right-inner-addon > .box-icon{
	position:absolute;
    right: 0px;
    width: 40px;
    height: 40px;
    margin-top: 10px;
    margin-right: 10px;

}
.header-content{
    width: 80vw;
    margin: auto;
}


.navbar-ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 5px;
}

.navbar-ul li{
    width:100%;
    text-align:left;
    font-family: 'Roboto-Regular';
    font-size: 20px;
}

.navbar-ul li.active::before{
    background: #19BEDF;
    border: 1px solid #19BEDF;
    color: #19BEDF;
    content: '|'; 
    
    display: inline-block;

    margin-left: -5px;
    width: 5px;
    border-radius: 3px;
  
}

.navbar-ul li.active span {
    position: relative;
    left: 15px;
    color: #2B2B2B;
  }

.navbar-ul li span{
    position: relative;
    left: 15px;
    font-size: 24px;
    color: #22292E;
    text-align: center;
}

.biller-name{
    font-size: 16px !important;
    color: #22292E;
    font-family: SFUIText-Medium !important;
}
.btn-go-back{
    float: right;
    font-size: 12px !important;
    color: #93979A !important;
    line-height: 35px;
    font-family: SFUIText-Medium !important;
}

.card-hover:hover{
    background-color:#EBEBEB;
}

.card-description{
    font-family: SFUIText-Regular !important;
}
.category-title{
    font-family: SFUIText-Medium !important;
}

/* ======== CARD BILLER ======= */
p.card-description {
    font-size: 12px;
}

.card.biller {
    margin-bottom: 10px;
}

.biller .card-body {
    min-height: 220px;
    display: flex;
    padding: 10px;
}

.biller .card-body .content {
    margin: auto;
    width: 100%;
    display: block;
}

.btn-send{
    background-color: #d68100;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 14px;
    border-radius: 15px !important;
}
.container-terms{
    height: 400px !important;
    overflow-y: scroll;
    padding-right: 10px;
}
.white-link, .white-link:hover{
    color: white;
    text-decoration: none;
}
.form-text{
    line-height: 1.15;
    border-radius: 2px;
    padding: 10px 20px;
    margin-bottom: 0.5rem;
}
.form-textarea{
    width:100% !important;
}
.btn-landing-submit{
    background-color: #d68100;
    border: none;
    color: white;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    border-radius: 7px !important;
}