/* For body color*/
body {
    font-family: "Lato", sans !important;
    background: #1c1f21 !important;
    overflow-x: hidden;
}
body.login {
    background-size: cover !important;
    background: #2D2D2D url(../images/login-background.jpg) no-repeat fixed center center !important;
    height: 100%;
}

/** For loading image**/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/preloader.gif) 50% 50% no-repeat #ffffff;
}

/** home page header menu**/
.login .navbar.navbar-default.navbar-fixed-top {
    background: rgba(9, 15, 37, 0.9);
    border: none;
    color: #fff;
    padding: 0 0 15px !important;
}
.login .navbar ul li a {
    color: #ffffff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #ffffff;
}
.login ul.dropdown-menu {
    margin-top: 15px !important;
    background: #080e24;
    text-transform: uppercase;
    width: 253px;
}
.login nav.navbar .nav .dropdown-menu a {
    white-space: unset;
}
.login ul.dropdown-menu a:hover {
    background: transparent;
}
.login ul li a.btn.btn-primary {
    padding: 12px;
    margin-left: 15px;
    font-weight: 300;
}
.login .btn.btn-primary:hover, .login .btn.btn-primary:focus {
    background: #0091EA;
    color: #fff;
    border-color: #0091EA;
}
.btn.btn-primary {
    background: #0072f6;
    border-color: #0072f6;
}

.btn.btn-primary:focus, .btn.btn-primary:hover {
    background: #0091EA;
    border-color: #0091EA;
    color: #ffffff;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.btn-default:focus, .btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}
.form-actions .btn {
    margin-right: 10px;
}
.login .nav.navbar-nav.navbar-right{
    padding-top: 10px;
}

/*** Home page login box ***/
body.login .box-login, body.login .box-forgot, body.login .box-register {
    min-width: 300px;
    max-width: 500px;
    padding: 40px 30px 20px;
    border-radius: 8px;
    position: relative;
    background: #515151;
    opacity: 0.8;
    z-index: 2;
}
.login .stretchRight p {
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.login .blur-placeholder{
    position: absolute;
    z-index: 1;
    background-size: cover;
    -webkit-filter: blur(20px);
    filter: blur(20px);
    opacity: 0.8;
    background: url('../images/login-background.jpg') fixed center center;
}
body.login .main-login{
    margin-top: 90px;
    margin-bottom: 60px;
}
.form-group {
    display: flex;
}

/** Home news section **/
.new-section {
    background: #f2f5fa;
    padding: 25px 150px 80px;
}
h1.news-title {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    font-weight: 900;
}
.news-container {
    padding: 30px;
    border: 1px solid #c5cad8;
    border-radius: 8px;
    margin: 3.75rem auto 0;
}
.news-date {
    font-weight: bold;
    margin-bottom: 10px;
}

/** Footer  **/
footer.page-footer{
    background: #2d2d2d;
    display: flex;
    padding: 30px 115px;
    color: #ffffff;
}
footer.page-footer p, footer.page-footer h1, footer.page-footer a {
    color: #ffffff;
}
footer .footer h1{
    font-weight: 900;
    padding: 7px 0;
}
footer.page-footer .footer p{
    font-size: 16px;
    line-height: 1.5;
}
.footer-logo {
    font-size: 30px;
    font-weight: 900;

}
.footer-hr {
    margin-top: 30px;
    margin-bottom: 35px;
    border-top: 1px solid rgba(92, 102, 137, 0.4);
}

/** Pages **/
.page-wrapper {
    margin-top: 110px;
}
.page-wrapper .new-section .page-content {
    color: #272727;
}
.page-wrapper .new-section .page-title h1 {
    text-transform: uppercase;
}
/** For input box**/
input[type="text"],
input[type="password"],
input[type="email"] {
    color: #55595c;
    border-radius: .25rem !important;
    border: 1px solid #cccccc;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: #ffffff;
    line-height: 1.5;
    opacity: 0.7;
    padding: 8px 16px;
    height: 40px;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
}
body.login label {
    color: #ffffff;
    font-weight: 500;
}
/** Background color for chrome autofill**/
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px black inset;
    -webkit-text-fill-color: #949ba2 !important;
}
.container-center {
    max-width: 500px;
    margin: 10% auto 0;
    overflow: hidden;
}

/**** Logged in section ****/
.container.frontend-container {
    width: 1200px;
}
/** Navigation bar **/
#navbar ul.nav li a {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
}
#navbar ul.nav li a i.fa {
    display: block;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: #82AFFF;
}
#navbar ul.dropdown-menu {
    background-color: #82AFFF;
    border: 1px solid #82AFFF;
}
#navbar ul.dropdown-menu li a {
    text-align: left;
}
#navbar .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: transparent;
    color: #ffffff;
}
.navbar-tools ul li a:hover, .navbar-tools ul li a:focus {
    background: transparent;
    color: #ffffff;
}
.navbar-tools ul li a {
    color: #ffffff;
    padding: 7px 15px 7px;
    font-size: 13px;
    border: 1px solid #fff;
    margin-left: 10px;
    border-radius: 0;
}
.navbar-tools ul li a.btn.btn-accent {
    min-height: 34px;
}
.navbar-tools ul li a.btn.btn-accent div{
    position: absolute;
    top: 1px;
    right: 1px;
}
li.dropdown.current-user .dropdown-toggle {
    padding: 7px 4px 7px 9px;
}
.head-wrapper {
    margin-bottom: 60px;
}
.head-wrapper header {
    margin-bottom: 20px;
}
.frontend-container .content {
    background-color: #ffffff;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 60px;
}

/** For news page **/
section#new-wrapper {
    position: relative;
}
.news-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 19px;
    height: 100%;
    width: 1px;
    background: #49ceff;
}
.news-time-line {
    position: relative;
}
.news-time-line .fire-icon {
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #d32f2f;
    color: #fff;
    padding: 5px;
    vertical-align: middle;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #d32f2f;
    position: absolute;
    box-shadow: 0 0 0 6px #fff;
}
.news-data-container {
    margin-left: 60px;
    padding: 20px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    margin-bottom: 20px;
}
.news-time-line .news-data-container .news-category-title h5 {
    font-size: 18px;
    font-weight: 500;
}
.news-time-line .news-data-container .news-contents {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/** For Dumps page**/
.well {
    border-radius: 0px;
}
.inner-content .cardoption #row .well .row {
    margin-top: 10px;
}
.inner-content table.table.table-bordered {
    font-size: 11px;
}
.select2-drop-active {
    border: 1px solid #CCCCCC;
}
.tdInfo {
    max-width: 400px;
    word-wrap: break-word;
}

#pricing_table_example2 .top {
    border-radius: 5px 5px 0 0;
}
#pricing_table_example2 .pricing-table {
    border-radius: 5px;
}

/*** Add Funds ***/
.payment-container {
    padding: 20px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
}
.choose-amount p {
    font-size: 16px;
    font-weight: 600;
}
.payment-input {
    margin-bottom: 10px;
}
.min-deposit-amount p {
    color: #1fbb1f;
    font-weight: 600;
}
.deposit-payment-form {
    padding: 20px;
    box-shadow: 0 1.5px 4px rgba(0, 0, 0, 0.24), 0 1.5px 6px rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    margin-bottom: 20px;
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
}
.invoice {
    display: flex;
}
.deposit-payment-form .invoice input {
    background-color: #1e202b;
    text-align: center;
    color: #fff;
    border-color: #1e202b;
}
.deposit-payment-form p.btc-address {
    padding-top: 12px;
}
.deposit-payment-form h5 {
    font-size: 16px;
    font-weight: 600;
}