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

body {
    background-color: #f4f3ef;
    overflow: hidden;
}

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

.wrap-content {
    width: 80%;
    height: 100vh;
    overflow: auto;
    background-color: inherit;
}

.wrapper {
    width: 100%;
    height: auto;
}

.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: 25px;
    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;
}

.chart-fluid {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

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

.chart-rn {
    background: white;
    padding: 30px;
    border-radius: 3px;
    width: 48%;
    height: auto;
    margin: 0 20px;
}

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

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

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

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

.saving-rn {
    width: 30%;
    height: auto;
    padding: 20px;
}

.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;
    margin: 30px 0;
    box-sizing: border-box;
}

.history-wrap .history-fluid {
    width: 97%;
    margin: auto;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
}

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

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

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

.history-wrap .history-fluid .history-table {
    width: 100%;
    height: auto;
    margin: 20px 0;
    overflow-x: scroll;
    padding-bottom: 20px;
}

.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 10px;
    background-color: #e9ecef;
    letter-spacing: 1px;
    font-family: "Nunito", sans-serif;
    font-weight: normal;
    font-size: 14px;
    box-sizing: border-box;
}

.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;
    margin: 0 0 10px;
    font-size: 13px;
    color: black;
    border-bottom: 1px solid #f4f3ef;
}

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

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

.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;
    z-index: 1;
}

.user-wrap .user-fluid {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 30px 50px;
    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;
}

.user-wrap .user-fluid .user-form label {
    width: 30%;
    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: 70%;
    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: 70%;
    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: 70%;
    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;
    height: 200px;
    box-sizing: border-box;
}

.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: 60%;
    margin: 10px auto;
}

.success_message .error_msg {
    width: 80%;
    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 15px;
    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;
}
