* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: TT Interphases Pro;
    src: url(/common/css/font/TT_Interphases_Pro_Regular_1.ttf)
}

@font-face {
    font-family: TT Interphases Pro Demi_Bold;
    src: url(/common/css/font/TT_Interphases_Pro_DemiBold.ttf)
}

@font-face {
    font-family: TT Interphases Pro_Bold;
    src: url(/common/css/font/TT_Interphases_Pro_Bold.ttf)
}

@font-face {
    font-family: TT_Interphases_Pro_Light;
    src: url(/common/css/font/TT_Interphases_Pro_Light.ttf)
}

textarea {
    resize: none;
}

body {
    background-color: transparent;
    cursor: default;
    font-family: TT Interphases Pro;
    font-size: 14px;
}

.BNI-MainHead-OrWh {
    background-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    padding: 0;
}

.BNI-MainHead-OrWh .col-12 {
    padding: 0;
    color:#000000;
}

.BNI-MainHead-OrWh a {
    color: #212121;
    /*font-weight: bold;*/
    font-family: TT Interphases Pro_Bold;
}

.BNI-SecondaryHead-OrWh {
    background-color: #F0F0F0;
    color: #000000;
    font-weight: bold;
    padding: 5px 10px;
    border: 1px solid #fff;
    font-size: 16px !important;
    /*font-family: TT Interphases Pro_Bold;*/

}

.BNI-Content-OrWh {
    background-color: #ffffff;
    color: #000000;
    padding: 5px 10px;
}

.BNI-Content-OrWh-change-language {
    background-color: #EFF8FF;
    color: #000000;
    padding: 16px;
    border: 2px solid #53B1FD;
    border-radius: 8px;
}

.BNI-BorderRadius {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 16px;
}

.BNI-BorderRadius-Top {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.BNI-BorderRadius-Bot {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.BNI-BorderRadius-Left {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 1px solid #EBBC44;
}

.BNI-BorderRadius-Right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.BNI-White {
    background-color: #ffffff !important;
}

.BNI-Black {
    background-color: #000000;
}

.BNI-Red {
    background-color: #fd0000;
}

.BNI-Turquoise {
    background-color: #099697;
}

.BNI-Orange {
    background-color: #f15921;
}

.BNI-DarkOrange {
    background-color: #f47921;
}

.BNI-DarkAqua {
    background-color: #004b4b;
}

.BNI-DarkBlue {
    background-color: #0166b3;
}

.BNI-DarkGreen {
    background-color: #005B2A;
}

.BNI-DarkGray {
    background-color: #6b533f;
}

.BNI-MediumOrange {
    background-color: #f7931d;
}

.BNI-MediumAqua {
    background-color: #00aaad;
}

.BNI-MediumBlue {
    background-color: #069bda;
}
.BNI-MediumNew {
    background-color: #ffffff;
}

.BNI-MediumGreen {
    background-color: #32a543;
}

.BNI-MediumGray {
    background-color: #b2a291;
}

.BNI-LightOrange {
    background-color: #FFFFFF;
}

.BNI-LightAqua {
    background-color: #eaedf6;
}

.BNI-LightBlue {
    background-color: #9ed3f1;
}

.BNI-LightGreen {
    background-color: #d0e39a;
}

.BNI-LightGray {
    background-color: #f2e6d8;
}

.BNI-TextColor-Black {
    color: #000000 !important;
}

.form-control, .picklist-form-control {
    border: 1px solid #cfcfcf;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 8px;
    font-size: 1em;
    padding: 5px 15px;
    color: #000000;
}
.custom-select {
    border: 1px solid #cfcfcf;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 8px;
    font-size: 1em;
    padding: 5px 15px;
    color: #000000;
    /* background: #fff url("../../images/nextgenimage/icons/Vector.svg") no-repeat right .75rem center; */
}

/*
For disable picklist only
*/
.va-picklist-disabled-form-control {
    border: 1px solid #f05923;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    font-size: 1em;
    padding: 5px 15px;
    color: #000000;
    background: #e2e6ea;
    pointer-events: none;
}

.form-control:focus, .custom-select:focus, .picklist-form-control:focus, .form-select:focus {
    color: #000000;
    background-color: #fff;
    border-color: #f05923;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(244, 121, 33, .25);
}

.BNI-Button {
    text-align: right;
}

.BNI-Button-Yes {
    border: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #017A71;
    color: #fff !important;
    padding: 5px 20px;
    cursor: pointer;
}

.BNI-Button-Yes-login {
    border: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #077879;
    color: #fff !important;
    padding: 5px 20px;
    /*margin-left: 5px;*/
    cursor: pointer;
    width: 100%;
    height: 40px;
}

.BNI-Button-Login {
    border: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #FF6B00;
    color: #fff !important;
    padding: 5px 20px;
    margin-left: 5px;
    cursor: pointer;
}
.BNI-Button-No {
    border: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #077879;
    color: #fff !important;
    padding: 5px 20px;
    margin-left: 5px;
    cursor: pointer;
}

.BNI-Button-General {
    border: 1px solid #7A7A7A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: #0E0E0E !important;
    padding: 5px 20px;
    margin-left: 5px;
    cursor: pointer;
}

.BNI-Button-Disabled {
    border: 1px solid #7A7A7A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #BFBFBF;
    color: #0E0E0E !important;
    padding: 5px 20px;
    margin-left: 5px;
    cursor: pointer;
}

.BNI-Button-login-clear-lite {
    border: 1px solid #7A7A7A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: white;
    color: #000 !important;
    padding: 5px 20px;
    /*margin-left: 5px;*/
    cursor: pointer;
    width: 100%;
    height: 40px;
}

.BNI-Button-Genera-Blue {
    border: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #099697;
    color: #fff !important;
    padding: 5px 20px;
    margin-left: 5px;
    cursor: pointer;
}

.seeing-eye {
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
}

/* Feliz */
.BNI-Button-General-2 {
    border: 1px solid #7A7A7A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #FFFFFF;
    color: #0E0E0E !important;
    padding: 5px 10px;
    cursor: pointer;
}

/* Adhitya */
.BNI-Message {
    text-align: center;
    /*font-style: italic;*/
}

.BNI-Message-Success {
    text-align: left;
    color: #0E0E0E !important;
    background-color: #ECFDF3 !important;
    border:2px solid #17B26A;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 15px;
}

.BNI-Message-Error {
    text-align: left;
    color: #0E0E0E !important;
    background-color: #FFEAEA !important;
    border:1px solid #D65C5C;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 15px;
}

.BNI-Message img {
    padding: 5px;
    padding-left: 0px;
    width: 24px !important;
    height: 29px !important;
}

section .nav .active {
    color: #ffffff;
    background-color: #f7931d;
}

section .nav a {
    color: #ffffff;
}

section .nav a:hover {
    text-decoration: underline;
}

.pre {
    margin: 0;
}

.preWrap {
    font-family: TT Interphases Pro;
    text-align: justify;
    white-space: pre-wrap; /* Since CSS 2.1 */
    white-space: -ms-pre-wrap; /* Since CSS 2.1 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
    -ms-word-wrap: break-word;
    word-break: break-all;
    font-size: 0.8em;
    line-height: 1.5;
}

.BNI-Select {
    border-radius: 15px;
    padding: 10px;
    border-color: #f7931d;
    height: 200px;
    width: 200px;
}

.mandatory {
    font-weight: bold !important;
}

.tnc a {
    color: blue !important;
    text-decoration: underline;
}

.tnc a:hover {
    font-weight: bold;
}

.refno a {
    color: black;
    text-decoration: underline;
}

.refno a:hover {
    color: blue;
    text-decoration: underline;
    font-weight: bold;
}

@font-face {
    font-family: 'icomoon';
    src: url('/common/css/font/icomoon/icomoon.eot') format('embedded-opentype'),
    url('/common/css/font/icomoon/icomoon.ttf') format('truetype'),
    url('/common/css/font/icomoon/icomoon.woff') format('woff'),
    url('/common/css/font/icomoon/icomoon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
    content: "\e900";
}

.icon-plus:before {
    content: "\e901";
}

.icon-minus-outline:before {
    content: "\e902";
}

.icon-add-outline:before {
    content: "\e903";
}

/* Start Side Menu */
/*a.menu-item.active {*/
/*    !*font-weight: bold;*!*/
/*    background-color: #D9F4F1 !important;*/
/*    font-size: 1.15em !important;*/
/*}*/

.list-group-item.selected{
    background-color: #D9F4F1 !important;
    /*font-size: 1.15em !important;*/
    border-left: 5px solid #099697 !important;
}

.testing img{
    filter: invert(36%) sepia(25%) saturate(7041%) hue-rotate(159deg) brightness(70%) contrast(93%);
}

a.sub-menu-item.active {
    font-weight: bold;
    color: #099697 !important;
    font-size: 1.15em !important;
}

/* End Side Menu */


/* Start Shrink Header */
/* .shrink-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: #ffffff;
    color: #212121;
    font-size: 0.95em;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
    z-index: 99;
    transition: visibility 0s, opacity 0.5s linear;
    display: none !important;
} */

.col-shrink {
    padding: 10px;
    line-height: 30px;
}

.ellipsis-left {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right !important;
}

.ellipsis-right {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left !important;
}

.pipe-left:after {
    content: '|';
}

/* .shrink-header a {
    color: #667085;
    font-weight: bold;
}

.shrink-header a:hover {
    text-decoration: none;
} */

/* End Shrink Header */

/* Start Bottom Bar */


/* End Bottom Bar */

.font-color-red{
    color: #fd0000;
}

/* Global Navigation */
.pagination li {
    display:inline-block;
}
/* Selection Disable */
.bni-noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}

#VirtualAccount .BNI-Content-OrWh {
    align-items: center;
}
.no-wrap{
    white-space: nowrap;
}
.button-disabled{
    pointer-events: none;
    background-color: lightgrey;
}

.nav-wrapper {
    width: 300px;
    margin: 100px auto;
    text-align: center;
}
.sl-nav {
    display: inline;
}
.sl-nav ul {
    margin:0;
    padding:0;
    list-style: none;
    position: relative;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 8px;
    border: 2px solid #EDEDED;
}
.sl-nav ul li {
    cursor: pointer;
    padding: 8px;
}
.sl-nav ul li ul {
    display: none;
    width: 180px !important;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    text-align: left;
}
.sl-nav ul li:hover ul {
    position: absolute;
    top:29px;
    right:0px;
    display: block;
    background: #fff;
    width: 120px;
    padding-top: 0px;
    z-index: 1;
    border-radius:5px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav ul li:hover .triangle {
    position: absolute;
    top: 15px;
    right: 0px;
    z-index:10;
    height: 14px;
    overflow:hidden;
    width: 30px;
    background: transparent;
}
.sl-nav ul li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius:5px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav ul li ul li {
    position: relative;
    background: transparent;
    padding: 5px 5px;
    z-index: 2;
    color: #536466;
    border-bottom: 2px solid #f2e6d8;
}
.sl-nav ul li ul li:last-of-type {
    border-bottom:none;
}
.sl-nav ul li ul li span {
    padding-left: 5px;
}
.sl-nav ul li ul li span:hover, .sl-nav li ul li span.active {
    color: #006884;
}
.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}
.BNI-CashLite-LightGreen {
    background-color: #E1FEF7;
}

.BNI-CashLite-LightYellow {
    background-color: #FFFCF5;
}
.BNI-BorderRadius-Right-login-new{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

.BNI-Login-Left-Section {
    background-color: #FFF5DB;
}

.BNI-Button-Online-Balance {
    border: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-color: #077879;
    color: #fff !important;
    padding: 5px 20px;
    margin-left: 5px;
    cursor: pointer;
}

.BNI-CashLite-Text-Black{
    color: #212121;
}
.BNI-CashLite-Text-Black-demi-bold-font{
    color: #212121 !important;
    font-family: TT Interphases Pro Demi_Bold;
}

input[type='radio'] {
    accent-color: rgb(245,107,0);
}
input[type="checkbox"]{
    accent-color: rgb(245,107,0);
}

.BNI-CashLite-LightAqua{
    background-color: #F2F4F7;
}

.BNI-CashLite-Text-LightGray{
    color: #6D7588;
}

.BNI-SubHeader-Detail-Screen {
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom: 2px solid #DADADA;
}


.BNI-BorderRadius-Lite{
    border-radius: 12px;
}

.font-TT-Interphases-Pro-Bold{
    font-family: TT Interphases Pro_Bold;
}

.font-TT-Interphases-Pro-demi-bold{
    font-family: TT Interphases Pro Demi_Bold;
}

.disabled-checkbox {
     position: relative;
     width: 16px;
     height: 16px;
     margin-right: 10px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border: 1px solid black;
     border-radius: 3px;
     background-color: transparent;
}

.disabled-checkbox:checked {
    background-color: #099697;
}

.disabled-checkbox:checked:after {
    content: '✔'; 
    position: absolute;
    color: white;
    font-size: 12px;
    top: 0px;
    left: 2px;
}

.BNI-Message-Warning {
    text-align: left;
    background-color: #EFF8FF;
    border:2px solid #53B1FD;
    border-radius: 12px;
    padding: 10px 10px 10px 10px;
    margin: 0 0 30px 0 !important;
}

.BNI-Button-General-v2{
    border: 1px solid #7A7A7A;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 32px;
    background:transparent;
    color: #0E0E0E !important;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: bold;
}

.BNI-Button-Yes-v2 {
    border: 0px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 32px;
    background-color: #017A71;
    color: #fff !important;
    padding: 8px 20px;
    cursor: pointer;
    font-weight: bold;
}