.currency-pre-loader {
    height: 16px;
    width: 16px;
    background: url("../images/pre-loader.png") no-repeat;
    position: absolute;
    margin: 3px;
    display: inline;
}

.page-pre-loader {
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.4) url("../images/page-pre-loader.png") no-repeat 50% 50%;
    position: absolute;
    margin: auto;
    display: none;
    z-index: 100;
    top:0;
    left: 0;
}

.pagination {
    margin: 3px 0 0;
}

.error-404 {
    color: #ccc;
    margin: 0 auto;
    padding: 120px 0;
    text-align: center;
    background: url('../images/404.png') no-repeat 50% 50%;
}

.error-404::before {
    font-size: 120px;
    content: '404';
    display: block;
}

.alert:last-child {
    margin-bottom: 0;
}

.footer-text {
    color: #999;
}

.dashboard-icons i {
    font-size: 100px;
    display: block;
    text-align: center;
    padding: 10px 10px 0;
}

a {
    text-decoration: none !important;
}
.load-currency{
    color: #3179d5;
    cursor: pointer;
}