html,
body {
  height: 100%;
}

body {
    /* display: -ms-flexbox;
    display: -webkit-box;
    display: flex; */
    padding-bottom: 40px;
    font-family: 'Ubuntu';
    font-size: 14px;
    background: radial-gradient(#1a4670, #082138);
    color: #9bacbb;
    font-weight: 300;
    overflow-x: hidden;
}

h1 {
    font-size: 1.8rem;
    color: #fff;
}

h1, h2, h3 {
    font-family: 'Ubuntu';
    font-weight: 500;
}

h4 {
    font-size: 1rem;
    font-weight: 300;
    color: #fff;
}

.btn {
    text-transform: uppercase;
    font-size: 95%;
    font-weight: 500;
    font-family: 'Helvetica Neue', Helvetica, Arial;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
    padding-left: 1.2rem;
    padding-right: 1.2rem;
}

.btn-primary, .btn-primary:link {
    background-color: #3f5f84;
    border-color: #3f5f84;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus,
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #fd6400;
    border-color: #fd6400;
    color: #fff;
}

.balance {
    /* color: #fff; */
    /* font-size: 2.8rem; */
    text-align: center;
    font-family: 'Ubuntu';
    height: 170px;
    margin-top: -180px;
    position: relative;
    z-index: 999;
}

.text-small {
    font-size: 18px;
}

.transactions {
    position: absolute;
    bottom: 0;
    top: 266px;
    background: linear-gradient(rgba(62, 103, 150, .22), transparent);
}

.transactions .row {
    border-bottom: 1px dashed #071524;
    /* border-top: 1px solid #3f658f; */
    padding: 1.5rem 0;
    position: relative;
}

.transactions .row:first-child {
    border-top: none;
}

.transactions .row:last-child {
    border-bottom: none;
}

/* a {
    color: #9bacbb;
}

a:hover {
    color: #fff;
    text-decoration: none;
} */

a {
    color: #fff;
    transition: color ease-in-out 300ms;
}

a:hover {
    color: #9bacbb;
    text-decoration: none;
}

.transactions > .row::before {
    content: " ";
    display: block;
    width: 8px; 
    height: 8px;
    border-radius: 50%;
    background-color: #ccc;
    position: absolute;
    top: 32px;
    left: 15px;
    z-index: 999;
}

.transactions .row .row {
    text-align: left;
    color: #9bacbb;
}

.transactions .row .row b {
    padding-top: .5rem;
}

.transactions .row .row b {
    color: #fff;
}

.transactions .row.pos::before {
    background-color: #a9d512;
}

.transactions .row.neg::before {
    background-color: #d5122e;
}

.transactions .row img{
    width: 24px;
}

.mutation {
    font-size: 1rem;
    font-family: 'Ubuntu';
}
#chart {
    margin: 0 -5px;
}
/* 
.actions .btn-primary {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 36px;
    padding: 0;
    text-align: center;
    border: 2px solid #fff;
} */

/* .actions .btn-exchange{
    margin-top:12px;
} */

.actions {
    margin-top: 1.5rem;
}

.switch-button-text{
    font-size: 20px;
    margin-left: -15px;
}
.switch-button-kopen{
    font-size: 20px;
    margin-left: -1px !important;
}
.btn-toggle-off{
    background-color: #d5122e !important;
}

.btn-toggle-on{
    background-color: green !important;
}
.exchange {
    padding-top: 3.5rem;
}
.exchange .row{
    padding: 0;
    border-bottom: 0;
}
.exchange form{
    padding-top:1.5rem;
}
.exchange .row::before{
    content:none;
}
header{
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
}
header .user{
    color:#fff;
    float: right;
}
header .back {
    font-size: 24px;
    color: #fff;
}
.btn-order{
    color: #fff !important;
}
.balance .balance-bar{
    background-color: #fff;
}
.balance .total-balance img{
    vertical-align: unset;
}
.display-none{
    display: none;
}
.display{
    display: block;
}
.transactions .display-none .row::before{
    content: none;
}
.fa-toggle-off{
    font-size: 30px !important;
    margin-top: 13px;
}

.form-control, .form-control:focus {
    background-color: #082138;
    border-color: #041524;
    color: #fff;
}

.form-control::placeholder {
    color: #4f677c;
}

.list-group-item {
    background-color: #082138;
    border-color: #041524;
}

.cryptolabel {
    background-color: #fff;
    margin: -5px 0 -5px -15px;
    padding: 5px 0 5px 15px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, .5);
}