@charset "utf-8";
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body{
    background: #2a2525;
}

.main{
    /* background: red;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-cont{
    position: absolute;
    top: 0px;
    bottom: 0px;
    background: #000000;
    width: 100%;
    max-width: 500px;
    color: #fff;
    overflow-y: auto;
    scrollbar-width: none; 
    -ms-overflow-style: none;
    box-shadow: 3px 6px 9px #000;
}

.app-cont::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.header{
    background: #252323;
    padding: 10px;
    font-weight: 900;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
}

.money-cont{
    padding: 20px;
    /* background-image: linear-gradient(rgba(254, 166, 4, 0.3), rgba(0, 0, 0, 0.9)),url("../images/bbb.jpg"); */
    background-size: contain;
    font-weight: 900;
}

.error-txt{
    background: red;
    margin-top: 30px;
    margin-bottom: 70px;
    
}

.bal-intro{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
}

.bal-amount-cont{
    display: flex;
    justify-content: space-between;
    
}

.bal-amount{
    font-size: 35px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
}

.hide-bal{
    margin-top: 10px;
}

.button-cont{
    display: flex;
    padding: 20px;
    margin-top: 10px;
    justify-content: space-between;
    text-align: center;
}

.btn-icon{
    background: #fff;
    color: #000000;
    padding: 15px;
    border-radius: 50%;
    font-weight: 900;
    font-size: 25px;
    border: none;
    margin-bottom: 10px;
}

.btn-txt{
    font-size: 14px;
}

.short-note{
    margin: 15px;
    background: #252323;
    padding: 10px;
    border-radius: 10px;
}

.ex-img-cont{
    display: flex;
}

.ex-txt{
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
}

.ex-img img{
    transform: rotate(-25deg);
}

.ex-btn{
    display: flex;
    /* justify-content: space-around; */
}

.e-btn{
    background: #f79e03;
    margin: 5px;
    padding: 10px;
    color: #000000;
    font-weight: 900;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 10px;
}

.navigation{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 10px 20px;
    background: #2a2525;
}

.fo-icon{
    font-size: 20px;
}

.fo-txt{
    font-size: 13px;
}

.form-note{
    /* margin: 10px; */
    background: #2a2525;
    padding: 10px;
    border-left: 5px solid #f79e03;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.form-cont{
    margin: 10px;
}

.tle{
    text-align: center;
    color: #f79e03;
    margin: 20px 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 900;
}

.input-cont{
    margin: 10px;
    background: #2a2525;
    padding: 10px;
    border-radius: 10px;
}

.inup{
    width: 100%;
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    font-weight: 900;
    font-size: 18px;
}

.submit{
    background: #f79e03;
    color: #fff;
    padding: 10px 50px;
    font-weight: 900;
    font-size: 25px;
    border: none;
    text-align: center;
    width: 80%;
    border-radius: 10px;
}

.Trans-ltter{
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    background: #f79e03;
    width: 50px;
}

.tran-left{
    display: flex;
}

.left-txt-tran{
    margin-left: 10px;
}

.tran-right{
    margin-top: 13px;
    color: #f77d03;
}

.left-txt-tran{
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    
}