html, body{overflow-x: hidden;}

.header-area .cryptos-main-menu .classynav .header-newsletter-form form {
  background-color: transparent;
}
.header-area .cryptos-main-menu, .header-area .cryptos-main-menu .classy-navbar {
  /*height: 80px;*/
}
.main-footer-area {
  background-color: #fff;
}
body.fixed .header-area {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
}
body.fixed .hero-area {
  margin-top: 106px;
}
.single-price-table .p-content img{width: 30px}
.main-footer-area .footer-widget .widget-title {
  text-align: center;
}
.cryptos-about-area {
  background: #f1f1f1;
}
.currency-calculator-area {
/*  background-size: contain;*/
}
.bg-overlay::after {
  background-color: rgba(10, 12, 18, 0.5);
}
.header-area .cryptos-main-menu .classynav .header-newsletter-form form {
  width: auto;
}

.currency-calculator-area.bg-overlay::after{background-color: rgba(10, 12, 18, 0.8)}
.currency-calculator-area{padding-top: 140px}
b, strong{font-weight: bold}

section.dynamic_container p {
  color: #292929;
  line-height: 1.3;
  font-size: 1rem;
/*  font-family: inherit;*/
  font-weight: normal;
}
section.dynamic_container .col-md-12 .col-md-12{padding: 0}

.header_bg{
  background: #f5f5f5;
  padding: 25px;
  border: 1px solid #ddd;
}
#data_table_wrapper .dt-buttons button {
  padding: 5px;
  border: 1px solid #ddd;
  box-shadow: 0px 1px 1px #ccc;
  background: #fff;
  cursor: pointer;
}
#data_table_wrapper .dt-buttons button:hover{
  background: lavender;
  box-shadow: none;
}
.highlight_bg{background-color: cadetblue; color: #fff; border: 1px solid #555 !important;}
.highlight_bg_2{background-color: #386d6f; color: #fff}

.graph_color_infor {
  display: inline-block;
  height: 11px;
  width: 11px;
  border-radius: 2px;
  margin-left: 25px;
}
.graph_color_infor.achiever{background-color: rgb(40, 167, 69)}
.graph_color_infor.performer{background-color: rgb(255, 193, 7)}
.graph_color_infor.aspirant{background-color: rgb(220, 53, 69)}

.apexcharts-radar-series polygon{
  stroke: #888;
}
.apexcharts-radar-series line{
  stroke: #777;
}
.apexcharts-xaxis text{
  display: none;
}
.apexcharts-yaxis{
  display: none;
}

.footer_nav ul li a {
  color: burlywood;
  text-transform: capitalize;
}
.footer_nav ul li a:hover {
  color: orangered;
}
.footer_nav ul {
    text-align: left;
}
h3 {
    font-size: 23px;
    color: #337ab7;
    text-transform: capitalize;
    margin-bottom: 35px;
    position: relative;
    font-weight: 500;
    font-weight: bold;
}
h3:before {
    content: "";
    height: 3px;
    width: 65px;
    position: absolute;
    left: 0;
    bottom: -10px;
    z-index: 1;
    background: #fdc800;
}
.inner_page_container ul li, .inner_page_container ol li {
  list-style: inside;
}
.footer_nav ul li a:hover {
  color: blue;
}
.footer_nav ul li a {
  text-transform: capitalize;
  color: aliceblue;
}
.footer_nav {
  text-align: left;
}
ul#footer-social li {
  float: left;
  padding: 5px;
}
ul#footer-social li a{color: #fff}
.header_strip {
  background: #fcc83c;
  padding: 5px 0;
  float: left;
  width: 100%;
  z-index: 12345;
  position: relative;
}
.header_strip .top_right_menu {
    overflow: hidden;
    float: right;
    margin-top: 0px;
}
.top_right_menu > div {
    float: left;
    border-right: 1px solid #ddd;
    padding: 0px 20px;
}
.header_strip .top_right_menu a {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    color: #333333;
    font-size: 15px;
}
.header_strip .top_right_menu a span[data-hover] {
    position: relative;
    display: inline-block;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
}
.header_strip .top_right_menu a span[data-hover]:before {
    position: absolute;
    top: 100%;
    color: #333333;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: color .4s;
    transition: color .4s;
}
a.nav-brand img {
    width: 56px;
}
table.table td, table.table th {
  border: 0;
  border: 0;
}
table.table th {
  color: #000;
  background: #fcc83c;
}
table.table tr:hover{
  background: #fff0c7
}
.inner_page_container ol {
    margin: 15px;
}
.inner_page_container ol li {
    list-style: auto;
}
.inner_page_container ol a:hover, .inner_page_container li a:hover, .inner_page_container a:hover {
    color: #0f457f;
    text-decoration: underline;
}
.inner_page_container ol a, .inner_page_container li a, .inner_page_container a {
    color: #2472c6;
}
div#map_svg::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 25px !important;
    background: #fff;
    bottom: 20px !important;
}