/*
Theme Name: Betheme
Theme URI: https://themes.muffingroup.com/betheme/
Author: Muffin group
Author URI: https://muffingroup.com/
Description: The biggest WordPress Theme ever
License: Themeforest Split Licence
License URI: https://themeforest.net/licenses/standard
Text Domain: betheme
Requires PHP: 7.0
Version: 26.7.3

All css files are placed in /css/ folder bla bla bla nnn hmm
*/

.title-wd-related-post{
	font-size: 20px;
	text-align: center;
}

.title-wd-related-post span{
	color: #169dd0;
}

.rect-wd-related-post{
    background: #f5f5f5;
    padding: 24px;
    border-radius: 10px;
}

.rp-list{
	background: #ffffff;
    padding: 6px 10px;
    margin-bottom: 4px;
}

.rp-list a{
	color: #000000;
    font-weight: 600;
    font-size: 14px;
}

.section-link-view-more{
	text-align: center;
    margin-top: 20px;
    font-weight: bold;
}

.rp-list a:hover{
	color: #169dd0;
}

.mb-2{
	margin-bottom:2px !important;
}

.mb-6{
	margin-bottom:6px;
}

.mb-10{
	margin-bottom:6px;
}

.form-control{
	background:#ffffff !important;
	width:100% !important;
}

.idx-btn-blue{
	border-radius: 0px !important;
    width: 100%;
    font-size: 12px;
    padding: 12px;
	color:#ffffff !important;
    background: #169dd0 !important;
}

.idx-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.idx-carousel {
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 300px;
    position: relative;
}

.idx-carousel-item {
    min-width: 100%;
    transition: transform 0.5s ease-in-out;
    display: none;
/*     align-items: center; */
    justify-content: center;
    text-align: center;
}

.idx-carousel-item.active {
    display: flex;
}

.idx-carousel-controls {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    flex-direction: column;
    transform: translateY(-50%);
}

.idx-carousel-button {
    padding: 10px 20px;
    margin: 0 5px;
    border: none;
    background-color: #007BFF;
    color: #fff;
    cursor: pointer;
	
}

.idx-carousel-button:hover {
    background-color: #0056b3;
}

.idx-carousel-controls #next{
    margin-left: calc(100% - 20px);
    margin-top: -40px;
    width: 10px;
    padding: 10px 25px 10px 15px;
    text-align: center;
    background-color: #ffffff;
    color: #777878;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.idx-carousel-controls #prev{
	margin-left: -20px;
    width: 10px;
    padding: 10px 25px 10px 15px;
    text-align: center;
	background-color: #ffffff;
    color: #777878;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-basic-knowledge{
	color: #ffffff;
    font-size: 14px;
	text-align:left;
}

.content-basic-knowledge .title{
	color: #ffffff;
	font-weight:600;
    font-size: 16px;
}

.content-basic-knowledge .read-more {
    background: #ffffff !important;
    padding: 8px 0px !important;
    text-align: center;
    color: #169DD0 !important;
    width: 100%;
    margin-top: 24px;
    font-weight: 500;
    font-family: "poppins";
    border-radius: 48px;
    display: block;
    font-size: 14px !important;
}


input,
textarea {
  font: inherit;
}

.input-group {
  display: inline-flex;
  border-collapse: collapse;
  width: 100%;
  max-height:42px;
}

.input-group > * {
  display: table-cell;
/*   border: 1px solid #ddd;
  vertical-align: middle; */
}

.input-group-icon-right {
  background:#ffffff;
  padding: 10px;
  border-left:1px solid silver;
}

.input-group-area {
  width: 100%;
}

.input-group input {
  border: 0;
  display: block;
  width: 100%;
  padding: 8px;
}

.text-earn-blue{
	background: #169dd0;
    color: #ffffff !important;
    padding: 0px 8px;
}

.fb-close{
	background: #ffffff;
	background-color: #ffffff;
}

.firebox-block-button-element{
	background: #169dd0;
	background-color: #169dd0;
}

.section-link-view-more .read-more{
	color: #169dd0;
	font-size: 16px;
    font-family: 'Poppins';
}

.row-market{
	display: flex;
	font-size:12px;
	font-family: 'Poppins';
}
.rect-wd-market{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}

.table-market th{
	border: 0px;
    font-size: 10px;
    padding: 4px;
    font-weight: 600;
}

.table-market td{
	padding: 4px 2px;
    border: 0px;
	font-size:10px
    background: #ffffff;
    border-bottom: 1px solid #f5f5f5;
	line-height: initial;
}


.table-market td.name{
	text-align:left;
}

.table-market td.name span{
	font-size:10px
}

.table-market td.hhcg{
	text-align:right;
}

.gainers{
	width: 50%;
    padding: 0px;
}

.gainers .title{
	background: #00ae87;
    color: #ffffff;
    border-radius: 8px;
    padding: 4px 4px 1px 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	margin-bottom:10px;
}

.gainers td.hhcg > .up{
	font-size:11px;
	font-weight: 600;
    color: #737272;
}

.gainers td.hhcg > .down{
    color: #00ae87;
}

.losers{
	width: 50%;
    padding: 0px;
}

.losers .title{
	background: #df657d;
    color: #ffffff;
    border-radius: 8px;
    padding: 4px 4px 1px 2px;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	margin-bottom:10px;
}

.losers td.hhcg > .up{
	font-size:11px;
	font-weight: 600;
    color: #737272;
}

.losers td.hhcg > .down{
    color: #df657d;
}

.table-market .head-price{
	text-align:right;
}
.nc-table{
	background:#ffffff;
}
.nc-table td{
	border:0px;
	background:#ffffff;
}
.nc-table td label{
	font-weight: 800;
    font-size: 14px;
    margin: 0px;
	line-height: 10px;
}
}
.nc-table td small{
    font-size: 12px;
}
.nc-table td:eq(1){
	text-align:left;
}
.nc-table tr{
	border-bottom:1px solid #eae6e6;
}

.btn-new-coin{
	margin: 1px;
    border-radius: 6px !important;
    color: #ffffff;
    font-weight: 600;
}

.btn-year-calculate{
    font-size: 10px;
    font-weight: 800;
	margin:2px;
    background: #ffffff !important;
    color: #169dd0 !important;
    border-radius: 6px !important;
    padding: 6px 10px !important;
    border: 1px solid #169dd0 !important;
}

.by-active{
    background: #169dd0 !important;
    color: #ffffff !important;
}

.result-reward-staking{
	margin:8px;
}

.result-reward-staking label{
	font-size:14px
}

.result-reward-staking b{
	color: #169dd0 !important;
	font-size:21px;
}

.result-reward-staking small{
	font-size:12px
}


.custom-select {
  position: relative;
  display: inline-block;
  width: 200px;
}

.custom-select select {
  display: none; /* Hide the original select element */
}

.select-selected {
  background-color: #ffffff;
  padding: 10px;
  border: 1px solid #ddd;
  cursor: pointer;
  text-align: left;
}

.select-items {
  position: absolute;
  background-color: #ffffff;
  border: 1px solid #ddd;
  z-index: 99;
  width: 100%;
/*   display: none; */
}

.select-items div {
  padding: 10px;
  cursor: pointer;
  text-align: left;
}

.select-items div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.select-selected img{
	width: 20px;
  	height: 20px;
  	margin-right: 10px;
  	vertical-align: middle;
}

.select-items div:hover {
  background-color: #ddd;
}

.select-hide {
  display: none;
}
