
*{
    margin: 0;
    padding: 0;
    border: 0;
}

body{
    background-color: #f4f3ef;
}

.container{
    width: 100%;
    height: auto;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column-reverse;
}

.wrap-content{
    width: 100%;
    height: auto;
}

.wrapper{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: scroll; 
}

.banner-fluid{
    width: 100%;
    height: auto;
    background: #f5f5f5;
    color: black;
    padding: 30px;
    box-sizing: border-box;
}

.account-details{
    width: 100%;
    margin: 20px auto;
    text-align: justify;
    margin-bottom: 50px;
}

.account-details h3{
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 5px 0;
}

.account-details h4{
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
}

.account-details h1 {
    font-family: "Nunito", sans-serif;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 1px;
}

.account-bal{
    width: 100%;
    margin: 20px auto;
    text-align: center;
}

.account-bal h3{
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
}

.account-bal h1{
    font-family: "Nunito",sans-serif;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
}


.trading-fluid{
    width: 95%;
    height: 55vh;
    margin: 50px auto;
    background-color: white;
}

.trading-fluid .tradingview-widget-container{
    width: 100%;
    height: auto;
}

.chart-fluid{
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px;
    margin-bottom: 40px;
    background: white;
}

.chart-flex{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.chart-rn{
    text-align: center;
    background: white;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 20px;
}

.card-fluid{
    width: 100%;
    box-sizing: border-box;
    padding: 50px 20px;
    margin-bottom: 40px;
    background: white;
}

.card-flex{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.saving-rn{
    width: 100%;
    height: auto;
    padding: 20px;
    margin: auto;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.card-icon{
    width: 20%;
    height: auto;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
}

.card-icon img{
    width: 100%;
    height: auto;
}

.card-title{
    color: black;
    margin: 0 0 15px;
}

.card-title h3{
    text-align: center;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-size: 20px;
}

.card-para{
    text-align: center;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-size: 14px;
    color: black;
}

.history-wrap{
    width: 100%;
    height: auto;
    padding: 50px 0px;
    box-sizing: border-box;  
}

.history-wrap .history-fluid{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 20px 10px;
}

.history-wrap .history-fluid .history-title{
    width: 100%;
    text-align: center;
    padding-top: 20px;
}

.history-wrap .history-fluid .history-title h3{
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 15px;
}

.history-wrap .history-fluid .history-title p{
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.history-wrap .history-fluid .history-table{
    width: 95%;
    height: auto;
    margin: 20px auto;
    overflow-x: auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.history-wrap .history-fluid .history-table::-webkit-scrollbar{
    display: none;
}

.history-wrap .history-fluid .history-table table{
    width: 100%;
    border-collapse: collapse;
    height: auto;
    visibility: visible;
}

.history-wrap .history-fluid .history-table table thead tr td{
    text-align: center;
    padding: 5px 50px;
    background-color: #e9ecef;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
}

.history-wrap .history-fluid .history-table table tbody tr td a{
    margin: 0 12px;
}

.history-wrap .history-fluid .history-table table tbody tr td{
    text-align: center;
    padding: 6px 20px;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 1px solid #f4f3ef;
    line-height: 23px;
    margin: 0 0 10px;
}

.history-wrap .history-fluid .history-table table tbody tr td#img{
    width: 30px;
    height: 50px;
}

.history-wrap .history-fluid .history-table table tbody tr td#img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* TRANSFER STYLE */

.user-wrap{
    width: 100%;
    height: auto;
    padding: 0px 15px;
    margin: 30px 0;
    box-sizing: border-box;
    overflow: scroll;
    z-index: 1;
}

.user-wrap .user-fluid{
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 20px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.2);
}

.user-wrap .user-fluid .user-title{
    width: 100%;
    text-align: center;
}

.user-wrap .user-fluid .user-title h3{
    letter-spacing: 4px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 25px;
    font-weight: bold;
}

.user-wrap .user-fluid .user-form{
    width: 100%;
    height: auto;
    margin-top: 30px;
    text-align: center;
}

.user-wrap .user-fluid .user-form .user-box{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}

.user-wrap .user-fluid .user-form label{
    width: 100%;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}

.user-wrap .user-fluid .user-form input{
    width: 100%;
    padding: 6px 15px;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    outline: none;
    border: none;
    background-color: #eee;
    display: inline-block;
    color: black;
    font-weight: bold;
    box-sizing: border-box;
}

.user-wrap .user-fluid .user-form select{
    width: 100%;
    padding: 6px 15px;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    outline: none;
    border: none;
    background-color: #f4f3ef;
    display: inline-block;
    color: black;
    font-weight: bold;
    box-sizing: border-box;
}

.user-wrap .user-fluid .user-form textarea{
    width: 100%;
    padding: 6px 15px;
    letter-spacing: 1px;
    font-family: "Nunito",sans-serif;
    font-weight: normal;
    font-size: 14px;
    outline: none;
    border: none;
    background-color: #f4f3ef;
    display: inline-block;
    color: black;
    font-weight: bold;
    resize: vertical;
}

.user-wrap .user-fluid .user-form input::placeholder{
    color: gray;
    font-weight: normal;
}

.user-wrap .user-fluid .user-form .user-btn{
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 40px;
}

.user-wrap .user-fluid .user-form .user-btn button {
    padding: 15px 40px;
    border: none;
    outline: none;
    border-radius: 8px;
    background: #1652f0;
    color: white;
    letter-spacing: 1px;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    text-transform: uppercase;
}

.user-box-ul{
    width: 100%;
    padding: 40px 0px;
    box-sizing: border-box;
    text-align: left;
}

.user-box-ul .userbox-type{
    margin-top: 40px;
    width: 100%;
    height: auto;
    display: block;
    text-align: left;
}

.user-box-ul p{
    width: auto;
    letter-spacing: 1px;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}

.user-box-ul .userbox-type p{
    width: auto;
    letter-spacing: 1px;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-size: 14px;
    text-align: justify;
    font-weight: bold;
}

.user-box-ul .userbox-type input{
    width: auto !important;
    margin-right: 20px !important;
    margin-bottom: 20px;
}

/*======================================
    Styling Success and error Message 
======================================= */
    
#success_msg{
    width: auto;
    padding: 7px 20px;
    position: fixed;
    top: 80px;
    right: 10px;
    text-align: right;
    background: #000000;
    background: -webkit-linear-gradient(to right, #0f9b0f, #000000);
    background: linear-gradient(to right, #0f9b0f, #000000);
    letter-spacing: 2px;
    font-family: "Nunito",sans-serif;
    color: white;
    animation: slideInRight 1.5s ;
    z-index: 1000;
    border-left: 2px solid lawngreen;
    font-size: 13px;
}

#error_msg{
    width: auto;
    padding: 7px 20px;
    position: fixed;
    top: 80px;
    right: 10px;
    text-align: right;
    background: #ED213A;  
    background: -webkit-linear-gradient(to right, #93291E, #ED213A); 
    background: linear-gradient(to right, #93291E, #ED213A);
    letter-spacing: 2px;
    font-family: "Nunito",sans-serif;
    color: white;
    animation: slideInRight 1.5s ;
    z-index: 1000;
    border-left: 2px solid red;
    font-size: 13px;
}

#success_msg i,#error_msg i{
    padding-right: 5px;
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: .2;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.success_message{
    width: 95%;
    margin: 10px auto;
}

.success_message .error_msg{
    width: 100%;
    padding: 5px 15px;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    font-size: 15px;
    margin: auto;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    box-sizing: border-box;
    font-family: "Nunito";
}

.success_message .success_msg{
    width: 100%;
    padding: 5px;
    background: green;
    color: white;
    font-size: 15px;
    box-sizing: border-box;
    border-radius: 3px;
    font-family: "Nunito",sans-serif;
    text-align: center;
    letter-spacing: 1px;
}

.success_message .error_msg i,.success_message .success_msg i{
    padding-right: 5px;
    cursor: pointer;
}