/* ===========================================================
   Bhairav One
   layout.css
   Version : 3.0
=========================================================== */

body{

    font-family:var(--bo-font);

    background:var(--bo-bg);

    color:var(--bo-text);

}

.bo-app{

    position:relative;

    width:100%;

    height:100dvh;

    background:var(--bo-bg);

    overflow:hidden;

    display:flex;

    flex-direction:column;

}

.bo-terminal{

    flex:1;

    display:flex;

    flex-direction:column;

    padding:16px 20px 10px;

    overflow:hidden;

    background:var(--bo-bg);

}

.bo-amount-section{

    margin-top:54px;

    display:flex;

    flex-direction:column;

    align-items:center;

    justify-content:center;

    text-align:center;

    width:100%;

}

.bo-chip-group{

    margin-top:28px;

}

.bo-keypad{

    flex:1;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-top:24px;

}

.bo-action{

    margin-top:14px;

    padding-bottom:calc(6px + var(--bo-safe-bottom));

}