html, body {
    height: 100%;
}

body {
    color: #2b2f36;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.471;
    font-family: Microsoft YaHei, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
}


h2 {
    font-size: 18px;
    font-weight: 400
}

a {
    color: #222;
    text-decoration: none;
}

a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0
}

a:hover, a:focus {
    text-decoration: none;
    color: #eab91f;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

.btn {
    background: #eab91f;
    border: 1px solid #eab91f;
    color: #222;
    padding: 10px 19px;
    font-size: 15px;
}

.btn.focus, .btn:focus, .btn:hover {
    /* color: #ccc; */
}

*, *:before, *:after {
    box-sizing: border-box
}
.col-space {
    width: 20px;
}
/*
table
 */
th, td {
    padding: 10px !important;
}

/*
form
 */

.daterangepicker .ranges li {
    color: #73879C
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
    background: #536A7F;
    border: 1px solid #536A7F;
    color: #ccc
}

.daterangepicker .input-mini {
    background-color: #cccccc;
    border: 1px solid #ccc;
    box-shadow: none !important
}

.daterangepicker .input-mini.active {
    border: 1px solid #ccc
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect, .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    font-size: 12px;
    padding: 1px;
    margin: 0;
    cursor: default;
    height: 30px;
    border: 1px solid #ADB2B5;
    line-height: 30px;
    border-radius: 0 !important
}

.daterangepicker select.monthselect {
    margin-right: 2%
}

.daterangepicker td.in-range {
    background: #E4E7EA;
    color: #73879C
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #536A7F;
    color: #ccc
}

.daterangepicker th.available:hover {
    background: #cccccc;
    color: #34495E
}

.daterangepicker:before, .daterangepicker:after {
    content: none
}

.daterangepicker .calendar.single {
    margin: 0 0 4px 0
}

.daterangepicker .calendar.single .calendar-table {
    width: 224px;
    padding: 0 0 4px 0 !important
}

.daterangepicker .calendar.single .calendar-table thead tr:first-child th {
    padding: 8px 5px
}

.daterangepicker .calendar.single .calendar-table thead th {
    border-radius: 0
}

.daterangepicker.picker_1 {
    color: #ccc;
    background: #34495E
}

.daterangepicker.picker_1 .calendar-table {
    background: #34495E
}

.daterangepicker.picker_1 .calendar-table thead tr {
    background: #213345
}

.daterangepicker.picker_1 .calendar-table thead tr:first-child {
    background: #af2ef3
}

.daterangepicker.picker_1 .calendar-table td.off {
    background: #34495E;
    color: #999
}

.daterangepicker.picker_1 .calendar-table td.available:hover {
    color: #34495E
}

.daterangepicker.picker_2 .calendar-table thead tr {
    color: #af2ef3
}

.daterangepicker.picker_2 .calendar-table thead tr:first-child {
    color: #73879C
}

.daterangepicker.picker_3 .calendar-table thead tr:first-child {
    color: #ccc;
    background: #af2ef3
}

.daterangepicker.picker_4 .calendar-table thead tr:first-child {
    color: #ccc;
    background: #34495E
}

.daterangepicker.picker_4 .calendar-table td, .daterangepicker.picker_4 .calendar-table td.off {
    background: #ECF0F1;
    border: 1px solid #ccc;
    border-radius: 0
}

.daterangepicker.picker_4 .calendar-table td.active {
    background: #34495E
}

/*
layout
 */
.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.left_col {
    background: #1d2025 url(images/blackbg.jpg) center;
    background-size: cover;
}


.nav-md .container.body .col-md-3.left_col {
    min-height: 100%;
    width: 230px;
    padding: 0;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    z-index: 99;
}

body .container.body .right_col {
    /*max-width: 800px;*/
    margin: auto;
}

.nav-md .container.body .right_col {
    overflow-y: scroll;
    overflow-x: hidden;
    background: #f5f5f5;
    padding-bottom: 100px;
    overflow: auto !important;
}

.blue {
    color: #3498DB
}

.purple {
    color: #9B59B6
}

.green {
    color: #1ABB9C
}

.aero {
    color: #9CC2CB
}

.red {
    color: #E74C3C
}

.dark {
    color: #34495E
}

.bg-white {
    background: #f1f1f1;
}

.container {
    width: 100%;
    padding: 0;
}

/*
header
 */
.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%
}

.menu_section h3 {
    padding-left: 15px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 0;
    margin-top: 0;
    text-shadow: 1px 1px #000
}

.menu_section > ul {
    margin-top: 10px
}

.main_menu span.fa {
    float: right;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    min-width: inherit;
    color: #C4CFDA
}

.active a span.fa {
    text-align: right !important;
    margin-right: 4px
}

.nav-md .container.body .col-md-3.left_col.menu_fixed {
    height: 100%;
    position: fixed
}

.nav_title {
    width: 230px;
    float: left;
    border-radius: 0;
    height: auto;
    background-size: cover;
}


.navbar-nav > li > a, .navbar-brand, .navbar-nav > li > a {
    color: #ccc !important
}

.top_nav .nav > li > a:focus, .top_nav .nav > li > a:hover, .top_nav .nav .open > a, .top_nav .nav .open > a:focus, .top_nav .nav .open > a:hover {
    background: linear-gradient(to left, #03a6f8, #00e0d7) !important;
    border-radius: 20px;
}

.main_container .top_nav {
    display: block;
    margin-left: 230px
}

.navbar {
    margin-bottom: 0
}

.navbar-header {
    background: #34495E
}

.navbar-right {
    margin-right: 0
}

.navbar-right li:hover {
    background: transparent !important;
}

.top_nav .navbar-right {
    margin: 0;
    width: 70%;
    float: right
}

.top_nav .navbar-right li {
    display: inline-block;
    float: right;
    position: static
}

.no-padding {
    padding: 0 !important
}

.page-title {
    width: 100%;
    height: auto;
    /*padding: 21px 0px 10px;*/
    display: inline-block;
    min-height: 40px;
    position: relative;
    color: #222;
}
.page-title h1,.page-title h3 {
    color: #222 !important;
    font-size: 1.5rem;
    line-height: 50px;
}
.page-title .title_left {
    width: calc(100% - 40px);
    display: block;
    text-align: center;
    padding-left: 40px;
}

.page-title .title_left h3 {
    margin: 9px 0;
    color: #222;
    font-size: 20px;
    /*letter-spacing: 3px;*/
}

.top_nav li a i {
    font-size: 1.5em !important;
    color: #cccccc;
    position: relative;
}

.nav.side-menu > li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 24%;
    font-weight: bold;
}

.nav.side-menu > li > a {
    margin-bottom: 6px
}

.nav.side-menu > li > a > span {
    padding: 4px 0px 0px;
    display: block;
}

.nav.side-menu > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: transparent
}

.nav li.active:hover {
    background: transparent;
}

.nav.side-menu > li.active a:hover {
    background: transparent;
}

.nav-md ul.nav.child_menu li.current-page:before, .nav-md ul.nav.child_menu li.current-page:after, .nav-md ul.nav.child_menu li:hover:before, .nav-md ul.nav.child_menu li:hover:after {
    background: #04a1fc;
    border-color: #04a1fc;
}

.nav.child_menu {
    display: none
}

.nav.child_menu li:hover, .nav.child_menu li.active {
    background: transparent;
}

.nav.child_menu li {
    padding-left: 36px;
    border: 0px !important;
}

.nav-md ul.nav.child_menu li:before {
    background: #eee;
    bottom: auto;
    content: "";
    height: 8px;
    left: 23px;
    margin-top: 15px;
    position: absolute;
    right: auto;
    width: 8px;
    z-index: 1;
    border-radius: 50%;
}

.nav-md ul.nav.child_menu li:after {
    border-left: 1px solid #eee;
    bottom: 0;
    content: "";
    left: 27px;
    position: absolute;
    top: 0;
}

.nav.side-menu > li > a, .nav.child_menu > li > a {
    color: #a6c4ff;
    text-align: center;
}

.nav.child_menu li li:hover, .nav.child_menu li li.active {
    background: none
}

.nav.child_menu li li a:hover, .nav.child_menu li li a.active {
    color: #ccc
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px;
}

.nav.side-menu > li.current-page a, .nav.side-menu > li.active a {
    color: #f1f1f1;
    border-radius: 20px;
}

.nav li.current-page, .nav li:hover {
    background: transparent;
}

.nav li li li.current-page {
    background: none
}

.nav li li.current-page a {
    color: #ccc;
}

.site_title {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 22px;
    width: 100%;
    color: #ECF0F1 !important;
    line-height: 59px;
    display: block;
    margin: 0;
}

img.logo {
    display: block;
    margin: 20px auto;
    width: 80%;
    height: auto;
    max-width: 150px;
}

.site_title:hover, .site_title:focus {
    text-decoration: none
}

.nav > li > a:hover, .nav > li > a:focus {
    background-color: transparent;
    /* color: #ccc !important; */
    border: 0px;
}

.nav.child_menu > li > a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;
    padding: 9px
}

.main_menu_side {
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    left: 0;
}

footer {
    background: #18191d;
    padding: 15px 20px;
    display: block;
    margin-left: 230px
}

.footer_fixed footer {
    position: fixed;
    left: 0px;
    bottom: 0px;
    width: 100%
}

#sup {
    display: table-cell;
    vertical-align: middle;
    width: 80%
}

.x_panel {
    position: relative;
    width: 100%;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
    opacity: 1;
    transition: all .2s ease;
    border-radius: 0px;
    overflow: hidden;
}

.x_content {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}

.x_content h4 {
    font-size: 16px;
    font-weight: 500
}

table.jambo_table td {
    padding: 10px !important;
    display: table-cell;
}

table.jambo_table th, table.jambo_table td {
    white-space: nowrap;
}

.table-responsive input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.table-responsive input[type=radio]:checked ~ .check {
    border: 0px;
    background: #777;
    color: white;
}

.table-responsive .check {
    text-align: center;
    padding: 5px 0 0;
    border-radius: 24px
}

table.jambo_table thead {
    color: #ECF0F1;
}

table.jambo_table tbody tr.selected {
    background: rgba(38, 185, 154, 0.16)
}

table.jambo_table tbody tr.selected td {
    border-top: 1px solid rgba(38, 185, 154, 0.4);
    border-bottom: 1px solid rgba(38, 185, 154, 0.4)
}

.clear {
    clear: both
}

tfoot input {
    margin: 0.5em 0;
    width: 100%;
    color: #444
}

tfoot input.search_init {
    color: #999
}


.tile-stats {
    position: relative;
    display: table;
    margin-bottom: 12px;
    border: 0 solid #343440;
    -webkit-border-radius: 5px;
    overflow: visible;
    padding: 10px 10px 16px;
    -moz-border-radius: 5px;
    -moz-background-clip: padding;
    border-radius: 0;
    transition: all 300ms ease-in-out;
    width: 97%;
    height: 131px;
}

.tile-stats:hover .icon i {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    color: rgba(58, 58, 58, 0.41);
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards
}

.tile-stats .icon {
    width: 20px;
    height: 20px;
    color: #BAB8B8;
    position: absolute;
    right: 53px;
    top: 22px;
    z-index: 1
}

.tile-stats .icon i {
    margin: 0;
    font-size: 60px;
    line-height: 0;
    vertical-align: bottom;
    padding: 0
}

.tile-stats .count {
    font-size: 2em;
    line-height: 1.65857;
    color: #eee;
    letter-spacing: 1px;
}

.tile-stats .count, .tile-stats h3, .tile-stats p {
    position: relative;
    margin: 0;
    z-index: 5;
    padding: 0;
}

.tile-stats h3 {
    color: #eee;
}

.tile-stats p {
    margin-top: 5px;
    font-size: 12px
}

.tile-stats > .dash-box-footer {
    position: relative;
    text-align: center;
    margin-top: 5px;
    padding: 3px 0;
    color: #ccc;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.tile-stats > .dash-box-footer:hover {
    color: #ccc;
    background: rgba(0, 0, 0, 0.15)
}

.tile-stats > .dash-box-footer:hover {
    color: #ccc;
    background: rgba(0, 0, 0, 0.15)
}

button, .buttons, .btn, .modal-footer .btn + .btn {
    margin-bottom: 5px;
    margin-right: 5px
}

.ln_solid {
    border-top: 0px solid #04a8f9;
    color: #cccccc;
    background: linear-gradient(to right, #4073ff, #4186ff);
    height: 1px;
    margin: 20px 0;
}


.form-control {
    border-radius: 0;
    width: 100%;
    border: 0px solid #ccc;
    border-bottom: 1px solid #eab91f !important;
    background-color: #13161c;
    color: #f1f1f1 !important;
    font-size: 14px;
}

.form-horizontal .control-label {
    padding-top: 8px
}

.form-control:focus {
    border-color: #CCD0D7;
    box-shadow: none !important
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

.form-control::placeholder {
    color: #65707f;
}

.form-group {
    margin: 0px;
}


.inl-bl {
    display: inline-block
}

a.btn-success, a.btn-primary, a.btn-warning, a.btn-danger {
    color: #f5f5f5;
}

.btn-success {
    background: #4488ff;
    border: 1px solid #4488ff;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    background: #169F85
}

textarea {
    padding: 10px;
    vertical-align: top;
    border: 0;
    width: 100%;
}

textarea:focus {
    outline-style: solid;
}

.btn_ {
    display: inline-block;
    padding: 3px 9px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: linear-gradient(to bottom, #ccc, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccccccff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05)
}

a:focus {
    outline: none
}


.angular {
    margin-top: 100px
}

.angular .chart {
    margin-top: 0
}

.divider {
    border-bottom: 1px solid #ddd;
    margin: 10px
}

.divider-dashed {
    border-top: 1px dashed #e7eaec;
    background-color: #cccccc;
    height: 1px;
    margin: 10px 0
}


.form-group .btn {
    margin-bottom: -6px;
    position: relative;
    overflow: hidden;
}

.input-group-btn .btn {
    margin-bottom: 0;
}


.login {
    background: #F7F7F7
}

.login .fa-paw {
    font-size: 26px
}


.alignleft {
    float: left;
    margin-right: 15px
}

.alignright {
    float: right;
    margin-left: 15px
}

.clearfix:after, form:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

#username {
    background-position: 10px 10px !important
}

#password {
    background-position: 10px -53px !important
}

.separator {
    border-top: 1px solid #D8D8D8;
    margin-top: 10px;
    padding-top: 10px
}

.button {
    background: #f7f9fa;
    background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f9fa', endColorstr='#f0f0f0', GradientType=0);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    border-radius: 0 0 5px 5px;
    border-top: 1px solid #CFD5D9;
    padding: 15px 0
}

.button a {
    background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px no-repeat;
    color: #7E7E7E;
    font-size: 17px;
    padding: 2px 0 2px 40px;
    text-decoration: none;
    transition: all 0.3s ease
}

.button a:hover {
    background-position: 0 -135px;
    color: #00aeef
}

header {
    width: 100%
}

div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.alert-success {
    color: #cccccc;
    background-color: rgba(38, 185, 154, 0.88);
    border-color: rgba(38, 185, 154, 0.88)
}

.alert-info {
    color: #E9EDEF;
    background-color: rgba(52, 152, 219, 0.88);
    border-color: rgba(52, 152, 219, 0.88)
}

.alert-warning {
    color: #E9EDEF;
    background-color: rgba(243, 156, 18, 0.88);
    border-color: rgba(243, 156, 18, 0.88)
}

.alert-danger, .alert-error {
    color: #E9EDEF;
    background-color: rgba(231, 76, 60, 0.88);
    border-color: rgba(231, 76, 60, 0.88)
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: #03A9F4 !important;
    border-radius: 100%;
}

.daterangepicker.xdisplay {
    width: 228px;
}

/*loader*/

#preloader {
    background-color: #18191d;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
}

#loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    perspective: 500px;
}

@keyframes square-spin {
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
}

.square-spin > div {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right, #eab91f, #8343f9);
    -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
    animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
}

@-webkit-keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@keyframes rotate_pacman_half_up {
    0% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
}

@-webkit-keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes rotate_pacman_half_down {
    0% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

@keyframes pacman-balls {
    75% {
        opacity: 0.7;
    }
    100% {
        -webkit-transform: translate(-100px, -6.25px);
        transform: translate(-100px, -6.25px);
    }
}

/*form*/

.form-control:focus {
    border-color: #af2ef3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 71, 205, 0.66);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(193, 71, 205, 0.66);
}

.form-group .btn.flat {
    background: #03a8f8;
    border-radius: 20px !important;
}

.form-group .btn.flat:hover {
    background: #00e1d6;
}

.form-group .btn.border {
    border: 1px solid #4d88fe;
    background: transparent;
}

.form-group .btn.border:hover {
    background: linear-gradient(to right, #4073ff, #4186ff);
    border: 1px solid #a631ef00;
}

.x_panel.imgBg {
    background: url(images/bg-form.jpg);
    background-position: center;
}

.imgBg input[type="text"] {
    background: #00000059;
}

.imgBg .form-group .btn {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.form-control:focus {
    box-shadow: none;
}

/*custom radio*/

.customRadio {
    list-style: none;
    margin: 0;
    padding: 10px;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
}

.customRadio label {
    width: 100%;
}

.customRadio ul li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #333;
}

ul.customRadio li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

ul.customRadio li label {
    display: block;
    position: relative;
    /* font-weight: normal; */
    padding: 0px 9px 0px 27px;
    height: auto;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

ul.customRadio li:hover label {
    color: #222;
}

ul.customRadio li .check {
    display: block;
    position: absolute;
    border: 2px solid #777;
    border-radius: 100%;
    height: 19px;
    width: 19px;
    top: 12px;
    left: 11px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

ul.customRadio li:hover .check {
    border: 2px solid #3d3d3d;
}

ul.customRadio li .check::before {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 7px;
    width: 7px;
    top: 4px;
    left: 4.2px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
    border: 2px solid #777;
}

input[type=radio]:checked ~ .check::before {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

input[type=radio]:checked ~ label {
    color: #101010;
}

ul.customRadio li {
    position: relative;
    flex: 1 1 160px;
    margin: 0 10px 10px;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
}

input[type=radio]:disabled ~ .check {
    background: #ccc;
    border-color: #ccc;
}

ul.customRadio li:hover input[type=radio]:disabled ~ .check {
    border-color: #333;
}

/*custom checkbox*/
.modern-radio-box .form-check-input {
    margin-left: auto;
    right: 1.25rem;
    position: absolute;
    visibility: hidden;
}

.modern-radio-box input[type=radio]:checked ~ .check {
    border: 0;
    position: absolute;
    top: 0;
    right: 1.25rem;
}

.modern-radio-box input[type=radio]:checked ~ .check:before {
    content: "\f00c ";
    font-family: 'FontAwesome';
    background: none;
    color: #eab91e;
}

.modern-radio-box input[type="checkbox"] + label:before {
    left: auto !important;
    right: 21px;
    border: 0px;
    transform: none !important;
    top: 0px !important;
}

.modern-radio-box input[type="checkbox"]:checked + label:before {
    content: "";
    content: "\f00c ";
    font-family: 'FontAwesome';
    background: none;
    color: #eab91e;
}

.modern-radio-box input[type="checkbox"] + label {
    color: #222;
    padding: 0px;
}
.cntr {
    background: #eee;
    border-radius: 5px;
    padding: 10px 10px 5px;
    margin: 10px 20px;
}

.label-cbx {
    user-select: none;
    cursor: pointer;
    padding: 0px;
}

/*.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}*/

.label-cbx input:checked + .checkbox {
    border-color: #777;
}

.label-cbx .checkbox {
    position: relative;
    top: 0px;
    float: left;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    border: 2px solid #9b6ff8;
    border-radius: 20px;
    margin: 0 10px 0 0;
}

.label-cbx .checkbox svg {
    position: absolute;
    top: -5px;
    left: 0px;
    border-radius: 27px;
    width: 11px;
}

svg:not(:root) {
    overflow: hidden;
}

.label-cbx .checkbox svg path {
    fill: none;
    stroke: #777;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 72px;
    transition: all 0.6s ease;
}

.label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #101010;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
    /* color: #222; */
}

.customcbxWrapper {
    padding: 10px 20px;
}

input[type=checkbox]:checked ~ span {
    color: #777;
}

.label-cbx input:disabled + .checkbox {
    background: #ccc;
    border-color: #ccc;
}

.cntr span.stroke-single:before {
    content: attr(title);
    position: absolute;
    -webkit-text-stroke: 0.2em #f1f1f1;
    z-index: -1;
    top: 2px;
}

/*media*/

figure {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    cursor: pointer;
    height: 355px;
}

.media figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
    width: 100%;
}

.media figure figcaption {
    padding: 2em;
    color: #ccc;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.media figure figcaption::before, .media figure figcaption::after {
    pointer-events: none;
}

.media figure figcaption, .media figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.media figure h2, .media figure p {
    margin: 0;
}

.media figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

figure.effect-zoe figcaption {
    top: auto;
    bottom: 0;
    padding: 1em;
    height: 3.75em;
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    background: #0000005e;
}

figure.effect-zoe h2 {
    float: left;
}

figure.effect-zoe p.icon-links a {
    float: right;
    color: #3c4a50;
    font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover, figure.effect-zoe:hover p.icon-links a:focus {
    color: #252d31;
}

figure.effect-zoe p.description {
    position: absolute;
    bottom: 8em;
    padding: 2em;
    color: #ccc;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    -webkit-backface-visibility: hidden;
}

figure.effect-zoe h2, figure.effect-zoe p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

figure.effect-zoe p.icon-links a span::before {
    display: inline-block;
    padding: 8px 10px;
    font-family: 'feathericons';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

figure.effect-zoe h2 {
    display: inline-block;
}

figure.effect-zoe:hover p.description {
    opacity: 1;
}

figure.effect-zoe:hover figcaption, figure.effect-zoe:hover h2, figure.effect-zoe:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #212228;
}

figure.effect-zoe:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

figure button.transparent {
    border: 0px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    width: 30%;
    float: right;
}

figure button.transparent:hover {
    color: white;
}

/*progress*/

.progressWrap {
    padding: 50px 0 0;
    overflow: visible;
    display: block;
}

.progressWrap .start {
    float: left;
    margin: 0px !important;
}

.progressWrap .end {
    float: right;
    margin: 0px;
}

.progressWrap .bg-white {
    padding: 24px 50px 13px;
    border-bottom: 0px;
}

.progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
    background-image: linear-gradient(-45deg, #2b2f36 -60%, #eab91f 85%);
    position: relative;
    border-radius: 7px;
}

.progress-bar:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #eab91f;
    opacity: 0.56;
    filter: blur(5px);
    left: 0;
}

.progress {
    background-color: #2b2f36;
    margin-bottom: 6px;
    border-radius: 20px;
}

span.label {
    position: absolute;
    top: -34px;
    right: 0px;
    background: #eab91f;
    border: 1px solid #eab91f;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

.progress {
    overflow: visible;
}

span.label:before, span.label:after {
    top: 100%;
    right: -1px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

span.label:before {
    border-color: rgba(146, 146, 146, 0);
    border-top-color: #eab91f;
    border-width: 6px;
    margin-left: -6px;
}

span.label:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #eab91f;
    border-width: 5px;
    margin-left: -5px;
    content: "";
}

/* new design */

h2.subtitle {
    font-weight: bold;
    color: #cccccc;
    margin: 10px 10px 20px;
    background: #24282e;
}

table.jambo_table tbody tr th {
    border-bottom: 1px solid #34344000;
    padding: 10px 20px;
}

.nav.side-menu > li.current-page a i {
    color: #cccccc;
}

.tile-stats h3 {
    line-height: 1.2em;
    text-align: right;
    font-size: 2.3em;
    padding-right: 0.7em;
}

.tile-stats h3 span {
    font-size: 0.5em !important;
}

h2.subtitle i {
    padding: 10px;
    background: #4176de;
    color: #cccccc;
}

h2.subtitle span {
    background: #4d88fe;
    padding: 10px 20px;
}

.topup a {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    width: 30px;
    text-align: center;
    z-index: 9;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #eab91f5c;
}

.topup i {
    color: #eab91f;
}

.sendwallet label {
    color: #cccccc;
    padding: 10px;
    background: #cccccc4d;
}

.sendwallet input {
    background: #18191d40;
    border: 0px;
    padding: 10px;
    margin: 10px -3px 0px;
    color: white;
}

.sendwallet {
    display: block;
    float: right;
    margin-right: 27px;
}

.sendwallet label:hover {
    background: #333;
}

.sendwallet label:hover a {
    color: white;
}

div#chart {
    padding: 20px 0px;
}

a.site_title h1 {
    text-align: center;
    color: #cccccc;
    padding: 20px 0px;
}

a.site_title img.circle {
    position: relative;
}

.tile-stats:before {
    content: "";
    height: 80%;
    width: 100%;
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    background-size: cover;
    background: url(images/105-01-wave.png) no-repeat;
}

.modal-content {
    background: #e8e8e8;
}

#myModalLabel {
    text-align: left;
    color: #333;
}

.modal-header {
    background-size: 120%;
    background: url(images/color-bg.jpg) left;
    border-bottom: 1px solid #eab91fa3;
}

div#dvMemoText {
    color: #2d2f31;
}

.modal-body hr {
    width: 100%;
    border-top: 4px solid #16a6fc;
    border-radius: 3px;
}

.modal-body button, .modal-body a.btn {
    /* border-radius: 20px; */
    /* background: linear-gradient(to right, #4073ff, #4186ff); */
    /* min-width: 80px; */
    /* border-color: #cecece; */
}

.topup a i {
    z-index: 9;
    position: relative;
}

.bottom_toggle .next_toggle img {
    top: -2px;
    position: relative;
}

.bottom_toggle .back_toggle {
    font-size: 30px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: inline-block;
}

.bottom_toggle .next_toggle a {
    width: auto;
    height: 44px;
    display: block;
    text-align: center;
    color: #101010 !important;
}

.bottom_toggle .next_toggle {
    font-size: 30px;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: inline-block;
    float: right;
}

.bottom_toggle {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    padding: 0px 20px;
    z-index: 11;
}

.bottom_toggle .back_toggle img, .bottom_toggle .next_toggle img {
    display: inline-block;
    width: 20px;
    top: -2px;
}

.bottom_toggle .back_toggle a, .bottom_toggle .next_toggle a {
    font-size: 16px;
}

/* Slider */
.home-slider {
    margin: -35px 0px -10px;
    width: 100%;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
    /* display: table; */
}

.home-slider .tile-stats {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: initial; */
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    transition: all ease-in-out .3s;
    opacity: .2;
    overflow: visible;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    width: 100vw;
    height: 400px !important;
    object-fit: cover;
}

.slick-slide .tile-stats {
    height: 400px;
}


.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Arrows */

.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% + 10px);
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    outline: none;
    background: #fe5461;
    border-radius: 20px;
    border: 4px solid #4c3d3e;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: #4b4b4c;
    border-color: #fe5461;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #ccc;
}

.slick-prev {
    left: -35px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '\f060';
}

[dir='rtl'] .slick-prev:before {
    content: 'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢';
}

.slick-next {
    right: -45px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '\f061';
}

[dir='rtl'] .slick-next:before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢';
}

/* Dots */

.slick-dotted.slick-slider {
    /* margin-bottom: 30px; */
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button, .form-style .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\f111";
    text-align: center;
    opacity: .25;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.w90 {
    width: 90%;
    margin: auto;
}

.slick-slide img.coin {
    height: 140px;
    width: auto;
    margin: -50px auto 0;
    display: block;
}

.bottom_nav {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
    padding: 20px;
    background: #191a1e;
}

.modal-body {
    display: table;
    width: 100%;
    color: #4e4e4e;
}

.modal-body form {
    width: 100%;
    padding: 0 !important;
}
.modal-header .close {
    color: #8c95a5;
}
select.form-control {
    padding: 10px;
    height: auto;
    background: #fff !important;
    border: 1px solid transparent !important;
    color: #222 !important;
    border-radius: 5px;
    /* margin: 10px 0px; */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.modal-content {
    /* background: #626a77; */
}

.modal-body label {
    margin-bottom: 0;
    color: #48f;
}

input.form-control {
    padding: 10px 20px;
    height: auto;
    border-radius: 20px;
    color: #222 !important;
    background: #f6f7fa;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #353942 !important;
}

textarea.form-control {
    padding: 10px;
    height: auto;
    border-bottom: 0 !important;
    color: #ccc !important;
    background: #353942;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h4.modal-title {
    color: #f1f1f1;
}

.slick-slide .tile-stats h3 {
    padding: 0px;
}

.modal-body button:hover, .modal-body a.btn:hover {
    background: #04a3fb;
    border-color: #04a3fb;
}

.modal-body p.form-desc {
    font-size: 12px;
    color: #999;
    padding-top: 7px;
}

.nav.child_menu > li:hover a {
    color: #04a1fc !important;
}

.nav.child_menu > li a {
    background: transparent !important;
    color: #fff !important;
    text-align: left;
}

table.jambo_table thead tr {
    background: linear-gradient(to right, #4073ff, #4186ff);
}

.x_panel h5 {
    margin: 0px;
}

body.mainNav .container.body {
    padding-bottom: 40px;
}

.nav-md .container.home .right_col {
    padding-bottom: 100px !important;
    /*height: 100vh;*/
}

.nav li.active:hover a {
    background: #333942;
}

.btn {
    overflow: hidden;
}

.widget-user .widget-user-header:after {
    content: "";
    background: transparent;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.widget-user .widget-user-header.bg-red-active:after {
    background: #dd4b39;
}

.widget-user .widget-user-header {
    /* border-radius: 0px !important; */
    /* margin: 0px 16px; */
    padding: 10px !important;
    /* background-color: #eeeeee !important; */
    background: url(images/14-01-cryptobg-small-1.jpg);
    background-position: top;
    background-size: cover;
    border: 1px solid #d4d4d4a3;
    border-radius: 5px !important;
    position: relative;
}

.widget-user .widget-user-header h3.widget-user-username, .widget-user .widget-user-header h3.widget-user-username a {
     color: #222 !important; 
    text-shadow: none;
    padding-bottom: 5px;
    margin-bottom: 5px;
    font-weight: bold;
}

.widget-user .widget-user-header.bg-red-active {
    /* border-color: #dd4b39; */
    background-color: #eee !important;
}

.widget-user .widget-user-desc {
    color: #222;
    /* font-weight: bold; */
}

button[type=submit] {
    min-width: 40px;
    position: relative;
    overflow: hidden;
}

.nav.side-menu > li.current-page a i {
    color: #03A9F4;
}

.modal-body input.form-control {
    background: #cccccc;
    border-color: #cccccc !important;
    color: #4e4e4e !important;
}

/* sticky table header */

.sticky-wrap {
    overflow-x: auto;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    max-height: 540px;
}

.sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect {
    opacity: 1;
    position: absolute;
    transition: all .125s ease-in-out;
    z-index: 50;
    background: #1d2025;
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, .125);
    z-index: 999;
    width: 100%;
}

.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150;
}

.sticky-wrap .sticky-intersect th {
    background-color: #666;
    color: #cccccc;
}

.sticky-wrap td, .sticky-wrap th {
    box-sizing: border-box;
}

.sticky-wrap th.text-right {
    text-align: right;
}

.sticky-wrap th {
    border-bottom: 1px solid #04a4fb;
}

table.sticky-tfoot {
    opacity: 1;
    position: absolute;
    z-index: 50;
    background: #1d2025;
    width: 100%;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #2c313a;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #2c313a;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #1d2025;
}

a.site_title img {
    max-width: 57%;
    margin: auto;
}

.form-group .btn.inline-btn {
    display: inline-block;
    margin: 5px 0.5%;
}

.center {
    text-align: center;
}

.btn.submit {
    width: auto;
    margin: 10px auto;
    display: inline-block;
    float: none;
    padding: 10px 20px;
}

.modal-dialog .table-striped > tbody > tr:nth-of-type(odd), .modal-dialog .table-striped > tbody > tr {
    background: #eee;
}

.info-item {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    padding-bottom: 20px;
}

.info-item:last-child {
    width: 57%;
}

.modal-body input.form-control::placeholder {
    color: #65707f;
}

.jambo_table a.btn.btn-primary {
    max-width: 150px;
    float: right;
}

a.btn.btn-primary.disabled {
    background: #2c313a;
    border-color: #62636b;
}

.nav-pills > li > a {
    padding: 23px 5px;
    color: #7d7d7d;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #22262d;
}

.subtitle {
    padding: 10px 0px;
}

.avatar-wrap img {
    width: 100px;
    margin: 0px auto 20px;
    display: block;
}

.align-center {
    display: block;
    margin: 10px auto;
}

ul.nav.member li {
    border-bottom: 1px solid #2c313a;
}

ul.nav.member li a i {
    padding: 0px 10px 0px 0px;
}

ul.nav.member li a {
    font-size: 16px;
}

.notify-item {
    margin-bottom: 10px;
    /* background: #f4f4f4; */
    padding: 15px;
    color: #6e7a8c;
    font-weight: normal;
    position: relative;
}

.notify-item:after {
    /* content: ""; */
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    position: absolute;
    left: 0;
    bottom: 0;
}

.notify-item h4 {
    /* color: #444; */
}

.modal-body td {
    padding: 8px !important;
}

.btn-primary {
    min-width: 100px;
}

input#walletid {
    margin-bottom: 10px;
}

div#lottie {
    position: fixed;
    top: calc(50% - 300px);
    left: 230px;
    max-width: calc(100% - 230px);
}

.top_nav .nav_menu {
    z-index: 99;
    position: relative;
}

.circles-wrap {
    display: inline;
}

/* Circles */

.circles {
    position: relative;
    width: 80px;
    height: 80px;
    display: inline-block;
}

.circles a {
    display: block;
    height: 100%;
    position: relative;
    color: #c9e9ff;
}

.circles a:hover {
    color: #fff;
}

.circle {
    position: absolute;
    display: inline-block;
    border-radius: 50%;
}

.circles-main-content {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
}

.circle-0 {
    width: 52%;
    height: 52%;
    top: 24%;
    left: 24%;
    background: rgba(98, 208, 240, .02);
    -webkit-animation: spin 80s infinite linear;
    animation: spin 80s infinite linear;
}

.circle-1 {
    width: 56%;
    height: 56%;
    top: 22%;
    left: 22%;
    border: 20px groove rgba(98, 208, 240, .1);
    -webkit-animation: spin-inverse 40s infinite linear;
    animation: spin-inverse 40s infinite linear;
}

.circle-2 {
    width: 64%;
    height: 64%;
    top: 18%;
    left: 18%;
    border: 6px dotted rgba(255, 255, 255, .05);
    -webkit-animation: spin 100s infinite linear;
    animation: spin 100s infinite linear;
}

.circle-3 {
    width: 72%;
    height: 72%;
    top: 14%;
    left: 14%;
    border: 10px double rgba(255, 255, 255, .5);
    -webkit-animation: spin 30s infinite linear;
    animation: spin 30s infinite linear;
}

.circle-4 {
    width: 76%;
    height: 76%;
    top: 12%;
    left: 12%;
    border: 4px dotted rgba(98, 208, 240, .5);
    -webkit-animation: spin-inverse 60s infinite linear;
    animation: spin-inverse 60s infinite linear;
}

.circle-5 {
    width: 94%;
    height: 94%;
    top: 3%;
    left: 3%;
    border: 2px rgba(98, 208, 240, .2);
    border-style: dashed solid dashed solid;
    -webkit-animation: spin 30s infinite linear;
    animation: spin 30s infinite linear;
}

.circle-6 {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 36px double rgba(255, 255, 255, .03);
    -webkit-animation: spin-inverse 50s infinite linear;
    animation: spin-inverse 50s infinite linear;
}

.circle-over-1, .circle-over-2, .circle-over-3 {
    width: 70px;
    height: 70px;
    line-height: 70px;
    top: 0;
    right: 0;
    color: rgba(231, 76, 60, 1);
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    background-color: rgba(231, 76, 60, .15);
}

.circle-over-2 {
    border: 1px dashed rgba(231, 76, 60, .3);
    background-color: transparent;
    -webkit-animation: spin-inverse 15s infinite linear;
    animation: spin-inverse 15s infinite linear;
}

.circle-over-3 {
    border: 3px dashed rgba(231, 76, 60, .3);
    background-color: transparent;
    -webkit-animation: spin-inverse 15s infinite linear;
    animation: spin-inverse 15s infinite linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin-inverse {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes spin-inverse {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

.row.less-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.row.less-gutter [class*=col-] {
    padding-left: 5px;
    padding-right: 5px;
}

.other-menu-item a {
    border: 1px solid #485c69;
    border-radius: 2px;
    padding: 10px 10px;
    color: #f1f1f1;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    background: #1f2227;
}

.other-menu-item a:hover {
    color: #95cfed;
}

.nav-pills > li {
    width: 49%;
    text-align: center;
    background: #1f2227;
    margin: 2px 0.5% !important;
}

.nav-pills > li span {
    display: block;
}

ul.nav.nav-pills {
}

.x_panel .form-group .btn, .form-group .btn {
    background: #eab91f;
    border: 1px solid #eab91f;
    width: 100%;
    padding: 6px 20px;
    color: #222;
    font-weight: normal;
    font-size: 16px;
    margin: 0 auto !important;
    /*border-radius: 30px;*/
    min-width: 100px;
    display: table;
    border-right: 1px solid #eab91f !important;
    margin-left: -1px !important;
}

ul.main_menu {
    margin-bottom: 10px;
    padding: 0px;
}

ul.main_menu > li {
    width: 32.24%;
    text-align: center;
    background: #1f2227;
    padding: 20px 0;
    margin: 2px 0.5% !important;
    list-style: none;
    float: left;
    display: inline-block;
}

ul.main_menu img {
    width: 50px;
    display: block;
    margin: 10px auto;
}

form input.form-control {
    border-radius: 0px;
    border: 0px !important;
    border: 1px solid transparent !important;
    background: #fff !important;
    padding: 8px 10px;
    margin: 0px;
    border-radius: 5px;
}
.form-style .form-control[readonly],.form-style .form-control[disabled] {
    color: #878787 !important;
}
.form-control[readonly], .form-control[readonly]:focus, .form-control[disabled], .form-control[disabled]:focus {
    /* border-color: #eab91f33 !important; */
    background: #dadada !important;
    color: #878787 !important;
}

form .jambo_table td {
    padding: 0px 0px 10px !important;
}

.form-style select.form-control {
    background: #170f3e;
    /* border: 1px solid #756227 !important; */
    /* border-radius: 0px; */
    margin: 0px;
    padding: 8px 10px;
    /* color: #222 !important; */
    margin-bottom: 5px;
}

form .form-inline select.form-control {
    display: inline-block;
    width: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

form .form-inline select.form-control input#MobileNo {
    display: inline-block;
}

form .form-inline input#MobileNo {
    flex: 1;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

form .form-inline {
    display: flex;
}

.modal-footer .btn {
    color: #25d697;
    margin: 0px;
}

.back_toggle {
    font-size: 30px;
    position: absolute;
    top: 16px;
    left: 17px;
    z-index: 99;
    color: #eab91f;
    height: 30px;
    /* margin-top: -5px; */
}

.back_toggle a {
    width: auto;
    height: 44px;
    display: block;
    text-align: center;
    /* color: #101010 !important; */
}

.back_toggle img {
    width: 19px;
    top: -5px;
    position: relative;
}

span.disabled-text {
    color: #7b7c87;
    display: block;
    padding-bottom: 10px;
}

/* accordion */

.badger-accordion__panel {
    max-height: 75vh;
    overflow: hidden;
}

.badger-accordion__panel.-ba-is-hidden {
    max-height: 0 !important;
}

.badger-accordion--initalised .badger-accordion__panel {
    transition: all ease-in-out 0.2s;
}

.badger-accordion {
    overflow: hidden;
    border-radius: 0px !important;
}

.badger-accordion__trigger {
    align-content: space-between;
    align-items: center;
    background: none;
    border: 1px solid #756227;
    border-radius: 0px !important;
    color: #13161c;
    display: flex;
    line-height: 1;
    padding: 10px;
    text-align: left;
    transition: all ease-in-out 0.2s;
    width: 100%;
    /* box-shadow: 0px 0px 4px #ccc; */
    margin: 0px !important;
    font-weight: normal;
}

.badger-accordion__trigger[aria-expanded=true] .badger-accordion__trigger-icon:before {
    transform: rotate(45deg) translate3d(13px, 14px, 0);
}

.badger-accordion__trigger[aria-expanded=true] .badger-accordion__trigger-icon:after {
    transform: rotate(-45deg) translate3d(-13px, 14px, 0);
}

.badger-accordion__trigger:focus, .badger-accordion__trigger:hover {
    cursor: pointer;
    outline: none;
}

.badger-accordion__trigger::-moz-focus-inner {
    border: none;
}

.badger-accordion__trigger-title {
    transition: ease-in-out 0.3s;
    color: #f1f1f1;
}

.badger-accordion__trigger-icon {
    display: block;
    height: 15px;
    margin-left: auto;
    position: relative;
    transition: all ease-in-out 0.2s;
    width: 20px;
    top: -2px;
}

.badger-accordion__trigger-icon:after, .badger-accordion__trigger-icon:before {
    background-color: #f1f1f1;
    content: "";
    height: 2px;
    position: absolute;
    top: -6px;
    transition: all ease-in-out 0.13333s;
    width: 8px;
}

.badger-accordion__trigger-icon:before {
    left: 15px;
    transform: rotate(45deg) translate3d(8px, 22px, 0);
    transform-origin: 100%;
}

.badger-accordion__trigger-icon:after {
    transform: rotate(-45deg) translate3d(-8px, 22px, 0);
    right: 9px;
    transform-origin: 0;
}

.badger-accordion__panel {
    background-color: #2b2f36;
    position: relative;
    color: #fff;
}

.badger-accordion__panel-inner {
    padding: 20px 20px 40px;
    color: #fff;
}

.-ba-is-active .badger-accordion__trigger-icon:before, .-ba-is-active .badger-accordion__trigger-icon:after {
    width: 16px;
    top: -1px;
}

.-ba-is-active .badger-accordion__trigger-icon:before {
    left: -2px;
}

.-ba-is-active .badger-accordion__trigger-icon:after {
    right: 3px;
}

.success-box {
    text-align: center;
}

.success-box h3 {
    font-size: 40px;
}

.tick {
    background: linear-gradient(to right, #4073ff, #4186ff);
    color: #222;
    border-radius: 100%;
    display: table;
    margin: 40px auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 60px;
}

.success-box .btn-success {
    /*width: 80%;*/
    margin: auto;
    float: none !important;
    display: table;
    /*border-radius: 8px;*/
    border: 0;
    padding: 10px;
    background: linear-gradient(to right, #4073ff, #4186ff);
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.error-box {
    text-align: center;
}

.error-msg {
    text-align: center;
    display: block !important;
    background: #d2d6de;
    border-radius: 3px;
    color: #777;
    width: 100%;
    padding: 5px;
}

.error-box h3 {
    font-size: 40px;
}

.error-box .btn {
    /*width: 80%;*/
    margin: auto;
    float: none !important;
    display: table;
    /*border-radius: 8px;*/
    border: 0px;
    padding: 10px;
    background-color: #e34a4a;
    font-size: 16px;
}

.error-box .tick {
    background: #e34a4a;
}

.tick i {
    color: white;
}

.setting label {
    word-wrap: break-word;
    white-space: normal;
    width: 65%;
}

.setting label strong, .setting label span {
    display: block;
}

.setting label span {
    font-weight: normal;
    font-size: 14px;
}

.setting label.switch {
    width: 104px;
}

.whitespace-5 {
    height: 5px;
}

.whitespace-10 {
    height: 10px;
}

.whitespace-20 {
    height: 20px;
}

.whitespace-30 {
    height: 30px;
}

.whitespace-40 {
    height: 40px;
}

.whitespace-50 {
    height: 50px;
}

.count-number {
    display: none;
}

.collapsed .count-number {
    display: block;
    color: #eab91f;
}

.collapse.in .count-number {
    display: block;
}
.panel-body{
        margin: auto;
    width: calc(100% - 60px);
}
.panel-group .panel-heading a:active {
    color: #101010;
}

.panel {
    background-color: #f1f1f12b;
    border: 0px #2c313a;
    margin-bottom: 10px;
}

.panel > .panel-collapse > .list-group .list-group-item a {
    color: #101010;
}

.panel-default > .panel-heading {
    background: #fff;
    /* border: 1px solid #756227; */
    color: #222 !important;
    /* border-bottom: 2px dotted; */
    padding: 10px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px solid #62636b;
}

.panel > .panel-collapse > .list-group .list-group-item {
    border: 0px solid #ddd;
    background-color: transparent;
    color: #101010;
}

.panel-default > .panel-heading h4 a {
    color: #222;
    background: none;
}

.notify-heading h4 {
    display: inline-block;
    margin: 0px;
    font-weight: bold;
}

.notify-heading i {
    font-size: 25px;
    color: #8c95a5;
}

.notify-heading {
    /* margin-bottom: 5px; */
    color: #8c95a5 !important;
    display: flex;
    align-items: center;
}

/*
FAQ
 */
.faq-wrap dt.badger-accordion__header {
    margin-bottom: -1px;
}

.faq-wrap .badger-accordion__trigger-title {
    color: #f1f1f1f1;
}

/* sticky table header */

.sticky-wrap {
    overflow-x: scroll;
    overflow-y: scroll;
    position: relative;
    width: 100%;
    max-height: 400px;
}

.sticky-wrap .sticky-thead, .sticky-wrap .sticky-col, .sticky-wrap .sticky-intersect {
    opacity: 1;
    position: absolute;
    transition: all .125s ease-in-out;
    z-index: 50;
    background: #2c313a;
}

.sticky-wrap .sticky-thead {
    box-shadow: 0 0.25em 0.1em -0.1em rgba(0, 0, 0, .125);
    z-index: 999;
    width: 100%;
}

.sticky-wrap .sticky-intersect {
    opacity: 1;
    z-index: 150;
}

.sticky-wrap .sticky-intersect th {
    background-color: #666;
    color: #eee;
}

.sticky-wrap td, .sticky-wrap th {
    box-sizing: border-box;
}

.sticky-wrap th.text-right {
    text-align: right;
}

.sticky-wrap th {
    border-bottom: 1px solid #25d697;
    white-space: nowrap;
}

table.sticky-tfoot {
    opacity: 1;
    position: absolute;
    /* transition: all .125s ease-in-out; */
    z-index: 50;
    background: #2c313a;
    width: 100%;
}

.bs-example-popovers {
    position: relative;
    z-index: 999;
}

/*Checkboxes styles*/

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    /* font: 14px/20px 'Open Sans', Arial, sans-serif; */
    color: #ddd;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input[type="checkbox"] + label:last-child {
    margin-bottom: 0;
}

input[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #25d697;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*mobile*/

.slick-slide .tile-stats div {
    width: 100%;
    text-align: left;
}

.slick-slide .tile-stats .col-md-6 h3 {
    text-align: left;
}

.sendwallet {
    margin: 0px;
}

.sendwallet label {
    display: block;
    margin: 10px 0px 0px;
    width: 100%;
}

.sendwallet input {
    margin: 0px;
}



.slick-slide img.coin {
    margin: 0px;
    height: 120px;
}

.badger-accordion__trigger-icon {
    padding: 10px;
}

.other-menu {
    padding: 0 20px;
    bottom: 150px;
    position: absolute;
    width: 100%;
    left: 0;
}

.page-header {
    text-align: center;
}

.sendwallet {
    display: none;
}

.slick-slide .tile-stats {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0;
}

.slick-slide img.coin {
    opacity: 0.3;
}

.slick-prev, .slick-next {
    top: calc(50% + 27px);
}

.statement-wrap .col-md-6 {
    width: 50%;
}

.w90 div {
    width: 100%;
}

.shortcut {
    display: none;
}

.left_col {
    position: fixed;
    bottom: 0;
    z-index: 99999999;
    background: transparent;
    left: 0;
    width: 100%;
    padding: 0;
}

.navbar.nav_title {
    display: none;
}

.nav-rate {
    display: none;
}

.nav.side-menu li {
    max-width: none;
    /* display: table-cell; */
    /* position: static; */
    margin: 0;
    width: 25%;
    text-align: center;
    vertical-align: top;
}

#sidebar-menu ul.nav.side-menu {
    width: 100%;
    max-width: none;
    display: table;
    white-space: nowrap;
    margin: 0;
    background: rgb(255 255 255);
    vertical-align: top;
}
.nav.side-menu li sup {
    top: 20px;
    right: 34px;
}
::-webkit-scrollbar {
    height: 0;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #22262b;
}

.nav-sm .nav.side-menu > li a {
    margin: 0px;
    padding: 0px 0px 10px;
    font-size: 12px;
}

.nav.side-menu li a i, .nav-sm .nav.side-menu li a i {
    width: auto !important;
}

.container.body .col-md-3.left_col {
    background: transparent;
    width: 0px !important;
    display: block !important;
}

.nav-sm .container.body .right_col {
    margin-left: 0px;
}

.nav-sm .main_container .top_nav {
    margin-left: 0px;
}

.menu_section {
    margin: 0px;
    overflow-x: auto;
    background: rgb(30, 33, 38);
}

.nav.side-menu > li.current-page a, .nav.side-menu > li:hover a, .nav.side-menu > li.active a {
    background: transparent;
}

.left_col br {
    display: none;
}

.nav.side-menu > li > a {
    margin-bottom: 0px;
    /* padding: 6px 0 6px; */
    font-size: 12px;
    font-weight: normal;
    color: #777;
}

ul.nav.child_menu {
    position: absolute;
    background: linear-gradient(to right, #4073ff, #4186ff);
    left: 0px;
    width: 100%;
    border-top: 1px solid #25d697;
}

.nav.child_menu li {
    display: block;
}

.nav.side-menu > li.active > a {
    box-shadow: none;
    background: #414753;
    border-radius: 0px;
}

.toggle {
    display: none;
}

.active ul.nav.child_menu {
    bottom: 103px;
}

div#lottie {
    max-width: 100%;
    left: 0px;
    top: 30px;
}

.slick-slide .tile-stats img {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
}

.nav.side-menu > li a i {
    display: block;
    text-align: center;
    font-size: 27px;
    margin-bottom: 8px;
}

.caption-box {
    word-break: break-all;
}

ul.thumbnails li {
    margin-bottom: 30px;
}

.top_nav .navbar-right {
    width: 100%;
}

.exchange i {
    display: none;
}

.exchange:before {
    content: "\f07d";
    font-family: fontawesome;
}

.exchange {
    display: table;
    text-align: center;
    width: 100%;
    margin: 0px;
}

.output, .exchange, .usd {
    display: table;
    margin: 20px auto;
}

.buy h4, .buy span {
    text-align: center;
}

button.buyarv {
    margin: 0 auto;
    display: table;
    width: 220px;
}

.tab-content div.tab-pane {
    padding: 0px 0px;
}

.slick-list.draggable {
    width: 100% !important;
    overflow: hidden;
}

.slick-prev, .slick-next {
    display: none !important;
}

.slider {
    width: 100%;
    margin: 0px;
}

.navbar-brand, .navbar-nav > li > a {
    margin: 10px 5px;
    padding: 8px 16px;
}

.slick-track {
    padding: 0px;
    overflow: visible;
}

.canvas-wrap {
    padding: 10px;
    color: #bababa;
    font-size: 14px;
    background: #fff;
    margin: 0 20px;
    border-radius: 5px;
}

.canvas-title {
    margin-bottom: 10px;
    color: #f1f1f1;
}

.top_tiles {
    width: 100%;
}

.w90 {
    width: 100%;
}

.table-responsive {
    border-color: #3d4450;
}

input.form-control {
    margin-bottom: 10px;
}

.form-group .btn {
    margin: 0px 0px 10px;
}
.btn.btn-secondary {
    background: #777;
    border-color: transparent;
}
.form-group .btn.btn-danger {
    border: 0px !important;
}
.form-style .form-group .btn-danger, .btn-danger {
    background: #fff !important;
    border: 1px solid #2b2f36 !important;
    margin-left: 0 !important;
    color: #a9a9a9 !important;
}
.form-group .btn-info, .form-group .btn-default, .form-group .btn-warning {
    display: inline-block;
    float: left;
    min-width: 0px !important;
}

.ibox-title .form-group div.col-md-8 {
    width: 100%;
}

.slick-slide .tile-stats img {
    position: absolute;
}

.slick-slide .tile-stats div {
    position: initial;
}

.circles {
    width: 100px;
    height: 100px;
}

.main-menu {
    background: #1d2025;
    z-index: 2;
    position: relative;
}

.home-slider {
    /* margin: -35px -20px 20px; */
}

@media screen and (max-width: 780px){
    .slick-slide img {
    width: 100vw;
    height: 200px !important;
    object-fit: cover;
}
.slick-slide .tile-stats {
    height: 175px;
}
}