@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: "Poppins", serif;
    font-size: 14px;
}
:root{
    --bs-success-rgb:22, 199, 132;
    --bs-danger-rgb:234, 57, 67;
    --border-color: #e1e2e3;
}
a, button {
    outline: none;
    text-decoration: none;
    transition-duration: 0.4s; }
.main_navbar{
    padding: 5px 0 ;
}
.main_navbar .navbar-brand img{
    max-height: 50px;
}
.main_navbar .nav-link{
    color: #000;
    font-weight: 500;
}
.main_navbar .nav-link:hover{
    color: var(--primary-color);
}
.main_navbar .nav-link.active{
    color: var(--primary-color);
}

.main_navbar form .nav-link{
    display: flex;
    align-items: center;
}
.main_navbar form .nav-link{
    display: flex;
    align-items: center;
}
.search_form{
    margin: 7px 0;
}
.search_form input{
    border: none;
    border-radius: 6px;
    height: 30px;
    padding: 0 8px;
    min-width: 300px;
    font-size: 14px;
    background: var(--border-color);
}
.search_form input:focus{
    outline: none;
    border-color: var(--primary-color);
}

.search_form input:focus{
    outline: none;
    border-color: var(--primary-color);
}

.basic-button {
    background-color: var(--primary-color);
    border: none;
    padding: 6px 25px;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    transition-duration: 0.5s;
    color: #FFF;
    display: inline-block;
}
.basic-button:hover {
    background-color: #1b334d; }
.top_bar{
    padding:4px 0;
    color: #FFF;
    box-shadow: 0 0 20px #e7e7e7;
}
.top_bar ul.left_bar li{
    display: inline-block;
    margin: 0 5px;
}
a, .btn-link{
    color: var(--primary-color);
}
.top_bar ul.left_bar li a{
    color: var(--secondary-color);
}
.top_bar ul.left_bar li a:hover{
    color: var(--primary-color);
}
.top_bar ul:nth-last-of-type(1) li .dropdown button{
    border: none;
    background-color: rgba(0, 0, 0, 0.2);
    color: #000;
    padding: 2px 5px;
}
.top_bar ul:nth-last-of-type(1) li .dropdown button img{
    max-width: 16px;
}
.top_bar ul:nth-last-of-type(1) li .dropdown-menu{
    border-radius: 0;
    border: none;
}

.top_bar ul:nth-last-of-type(1) li .dropdown-menu img{
    max-width: 20px;
}


.top_bar ul:nth-last-of-type(1) li .dropdown-menu a:hover{
    background: #e7e7e7;
}

.top_bar ul:nth-last-of-type(1) li .dropdown.user_profile button{
    background-color: transparent;
    padding: 0px 5px;
}
.top_bar ul:nth-last-of-type(1) li .dropdown.user_profile button img{
    height: 26px;
    width: 26px;
    max-width: 26px;
    border-radius: 50px;
    border: #000 solid 1px;
}
.top_bar .dropdown.user_profile li a{
    font-size: 14px;
    font-weight: 600;

}
.ad_widget *{
    max-width: 100%;
    display: inline-block;
}

.navbar-toggler{
    border-color: transparent;
    border-radius: 3px;
}
.navbar-toggler:focus{
    border-color: var(--primary-color);
    box-shadow: none;
}

.bottom_bar{
    border-top: var(--border-color) solid 1px;
    border-bottom: var(--border-color) solid 1px;
}
.bottom_bar ul{
    display: flex;
    align-items: center;
}
.bottom_bar ul li{
    margin-right: 10px;
    color: #333;
    font-size: 13px;
}
.bottom_bar ul li span{
  color: var(--primary-color);
}
.page-content{
    margin-top: 15px;
    min-height: 400px;
}
h4{
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.top_coins{
    padding: 15px;
    border-radius: 10px;
    height: 100%;
    transition: all 0.4s;
    background: #FFF;
}
.hero_section{
    padding: 50px 0;
}

.top_coins h4 svg{
    max-height: 20px;
}
.top_coins:hover{
    transition: all 0.4s;
    transform: translateY(-6px);
}
.top_coin_header a{
    background: var(--primary-color);
    color: #FFF;
    padding: 1px 10px;
    border-radius: 6px;
}
.top_coin_header a:hover{
    background: var(--secondary-color);
}
.top_coin_header a svg{
    width: 15px;
}
.top_coins .table img{
    max-width: 20px;
}
.top_coins .table td{
    font-size: 14px;
    color: #333;
    border: none;
    padding: 10px 0;
}
.top_coins .table td a{
    font-size: 14px;
    color: #333;
}
.top_coins h3{
    color: #444;
    font-size: 26px;
}

.hover_primary:hover{
    color: var(--primary-color) !important;
}
h3.coin_dominance{
    color: #444;
    font-size: 18px;
    align-items: center;
}
h3.coin_dominance span{
    background: #f79319;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    font-size: 18px;
}

h3.coin_dominance:nth-last-of-type(1) span{
    background: var(--border-color);
}
.greed_index .overlay:after{
    content: '';
    top: 0;
    left: 0;
    background: #FFF;
    width: 100%;
    height: 18px;
    z-index: 1;
    position: absolute;
}
.greed_index .overlay{
    margin-top: -23px;
    text-align: center;
}
.greed_index .overlay img{
    max-width: 126px;
    display: inline-block;
}

.currencies_table th{
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.currencies_table img{
    max-width: 30px;
    border-radius: 30px;
}
.currencies_table td{
    color: rgb(34, 37, 49);
    font-size: 14px;
    padding: 1rem .5rem;
    vertical-align: middle;
}
.currencies_table td.name{
    color: #000;
    font-size: 14px;
    font-weight: 500;
}
.currencies_table td.name span{
    font-size: 12px;
}
.currencies_table .dropdown-menu{
    border-radius: 0;
    border: none;
    font-size: 14px;
}
.color-primary{
    color: var(--primary-color) !important;
}

.btn-secondary{
    background: var(--border-color);
    color: #333;
    border-color: var(--border-color);
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 8px;
}
.btn-secondary svg{
    width: 16px;
    margin-top: -3px;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:focus-visible{
    background: var(--primary-color) !important;
    border-color: var(--primary-color);
    box-shadow: none;
}
.page-content h1{
    font-weight: 600;
    font-size: 30px;
}
.page-content h2{
    font-weight: 600;
    font-size: 24px;
}

.add_wishlist{
    font-size: 14px;
    color: #999;
}
.add_wishlist.active{
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;}
.add_wishlist.active i:before{
    content: "\f005";
    font-weight: 900;
}

.news_card{
    border: 1px solid var(--border-color);
    border-radius: 9px;
    transition: all 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.news_card:hover {
    box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.09);
    transition: all 0.4s;
    transform: translateY(-10px);
}
.news_card .thumbnail {
    position: relative;
    border-radius: 8px 8px 0px 0px;
    height: 200px;
    overflow: hidden;
}
.news_card .thumbnail img {
    transition: all 0.4s;
    min-height: 100%;
    max-width: 100%;
}

.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}

.news_card .social-area{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    color: #555;
    font-size: 14px;
    font-weight: 500;
}
.news_card .social-area a{
    display: inline-block;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 1px 10px;
    border-radius: 4px;
    font-size: 13px;
}
.news_card .social-area a:hover{
    background-color: var(--secondary-color);
}
.news_card h4{
    line-height: 26px;
}
.news_card p{
    color: #555;
    font-size: 14px;
}
.news_card .extra-area{
    color: #555;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin:auto 1rem 1rem 1rem;
}
.news_card .extra-area a{
    color: #000;
    font-size: 14px;

}
.bg-primary{
    background-color: var(--primary-color) !important;
}
.donate_card{
    background-color: #FFF;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
}

.donate_card .input-group span, .donate_card .input-group a{
    border-color: var(--primary-color);
    font-size: 13px;
    padding: 4px 7px;
    border-radius: 10px;
    text-align: center;
}
.donate_card .input-group a:hover{
    background-color: var(--secondary-color) !important;
}

.donate_card .input-group input{
    border-color: var(--primary-color);
    font-size: 13px;
    padding: 2px 7px;
    border-radius: 10px;
    height: 32px !important;
}

.donate_card .input-group input:focus{
  box-shadow: none;
}
.gdpr{
    display: flex;
    align-items: center;
    justify-content: center;

}
.gdpr.center{
    position: relative;
}
.gdpr .box{
    display: none;
    position: fixed;
    padding: 15px;
    border-radius: 15px;
    max-width: 500px;
    border: var(--border-color) solid 1px;
    color: #555;
    font-size: 14px;
    z-index: 1000;
    background-color: #FFF;
    bottom: 15px;
}
.gdpr .box.right{
    right: 20px;
}
.gdpr .box.left{
    left: 20px;
}

.btn-danger{
    padding: 6px 25px;
    border-radius: 10px;
    font-size: 14px;
    border: none;
}
footer ul a{
    font-size: 14px;
    color: #333;
    display: block;
    transition-duration: 0.4s;
}
footer ul a:hover{
 color: var(--primary-color);
    padding-left: 2px;
}
.search_box{
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px;
    border-radius: 15px;
    top: calc(100% + 5px);
    background: var(--border-color);
    z-index: 50;
}
.search_box ul li a{
    display: flex;
    align-items: center;
    margin-top: 10px;
    padding: 5px 10px;
    border: #cbcbcb solid 1px;
    border-radius: 10px;
    font-size: 14px;
    flex-wrap: wrap;
}
.search_box ul li a p{
    padding-left: 28px;
}
.search_box ul li a img{
   max-width: 22px;
    margin-right: 5px;
}


.container.auth{
    margin-top: 30px;
}

.container.auth .card{
    border: none;
}
.container.auth .card .card-header{
    background: transparent;
    border: none;
    font-weight: 600;
    padding: 0 !important;
    font-size: 30px;
}
.container.auth .card .card-body{
    box-shadow: var(--bs-box-shadow) !important;
    border-radius: 15px;
    padding: 15px;
    border: var(--border-color) solid 1px;
}
.container.auth .card .row{
    margin: 0 !important;
}
.container.auth .card .col-md-4, .container.auth .card .col-md-6, .container.auth .card .col-md-8{
    width: 100% !important;
    text-align: left !important;
    margin: 0 !important;
}
.form-control{
    height: 46px;
    border-radius: 12px;
}
.form-control:focus{
    box-shadow: none;
    border-color: var(--primary-color);
}

.pagination .page-item:first-child .page-link{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.pagination .page-item:last-child .page-link {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.pagination .page-link{
    padding: 8px 14px;
    font-size: 14px;
    color: #333;
}
.pagination .page-link:hover{
    background: var(--primary-color);
    color: #FFF;
    border-color: var(--primary-color);
}
.pagination .active .page-link{
    background: var(--primary-color);
    color: #FFF;
    border-color: var(--primary-color);
}

.table_links li{
    display: inline-block;
}
.table_links li a{
    background: var(--border-color);
    display: inline-block;
    color: #505c70;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 13px;
    transition-duration: 0.4s;
}
.table_links li a:hover, .table_links li a.active{
    background: var(--primary-color);
    color: #FFF;
    transform: translateY(-2px);
}
.dataTables_length , .dataTables_filter, .dataTables_info, .dataTables_paginate.paging_simple_numbers{
    display: none;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{
    bottom: 6px !important;
}


.dataTable tr th:nth-of-type(1):before, .dataTable tr th:nth-of-type(1):after{
    display: none !important;
}

.coin_info_bar h1{
   font-size: 22px;
}
.alert{
    padding: 5px 10px;
    font-size: 13px;
}
.alert-danger{
    background-color: var(--bs-form-invalid-color);
    color: #FFF;
    border: none;
}
.coin_info_bar h1 img{
    max-width: 30px;
    margin-right: 5px;
}
.coin_info_bar h1 span{
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 5px;
}
.coin_info_bar .price h4{
    font-size:30px;
    color: #000;
}
.coin_info_bar .price span{
    font-weight: 600;
    font-size: 14px;
}
.coin_info_box{
    background: var(--border-color);
    padding:5px 10px;
    border-radius: 10px;
    text-align: center;
    color: #565656;
    font-size: 13px;
    margin-bottom: 15px;
}
.coin_info_box p:nth-of-type(2){
   color: #000;
}
.coin_info_box p:nth-of-type(2) strong{
   font-weight: 500;
    font-size: 13px;
}
.badge.default{
    background: var(--border-color);
    color: #505c70;
    font-size: 12px;
    font-weight: 400;
}
a.badge.default:hover{
    background: var(--primary-color);
    color: #FFF;
}
.badge.success{
    background: rgba(var(--bs-success-rgb), 1);
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
}
a.badge.default:hover{
    background: var(--primary-color);
    color: #FFF;
}

.coin_info_bar ul li{
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 15px;
}

#coin-graph {
    padding: 15px;
    border-radius: 15px;
    background-color: #e8ebef;
}
.coin_full_detail p{
    color: #565656;
}

.amChartsPeriodSelector fieldset legend,
.amChartsPeriodSelector fieldset div:nth-last-of-type(2),
.amChartsLegend{
    display: none !important;
}

.amcharts-chart-div svg{
    top: -32.5px !important;
}

.amChartsPeriodSelector fieldset div:nth-last-of-type(1){
    font-size: 0;
}

.amChartsPeriodSelector fieldset div:nth-last-of-type(1) input{
    background: var(--border-color);
    color: #505c70;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    margin: 0 3px;
    border-radius: 4px;
}


.amChartsPeriodSelector fieldset div:nth-last-of-type(1) input.amcharts-period-input-selected{
    background: var(--primary-color);
    color: #FFF;
}
.amcharts-stock-panel-div-stockPanel1{
    margin-top: -15px !important;
}
.table-responsive.markets {
    max-height: 500px;

}
.table-responsive.markets img{
    width: 30px;
    height: 30px;
    border-radius: 30px;

}
.table-responsive.markets table th{
    background-color: var(--border-color);
}
.table-responsive.markets table th:nth-of-type(1){
    border-top-left-radius: 7px;
}

.table-responsive.markets table th:nth-last-of-type(1) {
    border-top-right-radius: 7px;
}
#news_blogs .news_card .thumbnail{
    height: 150px;
}
#news_blogs .news_card .blog_bottom h4{
    font-size: 14px;
    line-height: 18px;
}

#news_blogs .news_card .social-area a{
    font-size: 12px;
    font-weight: 300;
}


#news_blogs .social-area p{
    font-size: 12px;
}
.affiliate_dp button{
    display: inline-block;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 13px;
    transition-duration: 0.4s;
}
.affiliate_dp svg{
    width: 16px;
    margin-top: -3px;
}
.affiliate_dp .dropdown-menu{
    border: var(--border-color) solid 1px;
    border-radius: 10px;
}
.affiliate_dp .dropdown-menu li a.dropdown-item{
   color: #000;
    background-color: transparent;
    display: block;
    width: 100%;
    border-radius: 0;
}
.btn-success{
    background-color: rgba(var(--bs-success-rgb), 1) !important;
    border-color: rgba(var(--bs-success-rgb), 1) !important;
}

.affiliate_dp .dropdown-menu li{
    display: block;
    width: 100%;
}

.affiliate_dp .dropdown-menu li a.dropdown-item:hover{
    transform: none;
    color: var(--primary-color);;
}

.related_box a{
    height: 100%;
    box-shadow: 0 0 20px #ddd;
    border-radius: 16px;
    text-align: center;
    display: block;
    padding: 15px;
}
.related_box img{
    max-width: 100px;
    max-height: 64px;
    border-radius: 8px;
}
.related_box h2{
    font-size: 14px;
    margin-top: 10px;
}
.related_box a:hover{
    color: #000;
}
.box_template{
    text-align: center;
    display: block;
    border-radius: 10px;
    background-color: #FFF;
    height: 100%;
    transition-duration: 0.4s;
    position: relative;

}
.box_template small.featured{
    position: absolute;
    top: 8px;
    right: 8px;
    background-color: var(--primary-color);
    color: #FFF;
    padding: 2px 6px;
    border-radius: 4px;
}

.box_template img{
    max-width: 100px;
    max-height: 64px;
    border-radius: 10px;
}

.box_template .cover{
    background-color: var(--border-color);
    padding: 15px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 100px;
    overflow: hidden;
}
.box_template .box_footer{
    padding:10px 15px;
}
.box_template .box_footer h2{
    font-size: 16px;
    color: #333;
    margin-bottom: 0;
}

.box_template:hover{
    transform: translateY(-6px);

}
.box_template:hover h2{
    color: var(--primary-color);
}
.equipment_box{
    border-radius: 15px;
    box-shadow: 0 0 20px #ddd;
    transition-duration: 0.4s;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}
.equipment_box:hover{
   transform: translateY(-6px);
}
.equipment_box .cover{
    background-color: #FFF;
    border-radius: 20px;
    padding: 15px;
    height: 200px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}
.equipment_box small{
    position: absolute;
    top: 10px;
    right: 10px;
}
.equipment_box .cover img{
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
}

.equipment_box .body{
    border-top: var(--border-color) solid 1px;
   padding: 15px;
}

.equipment_box a{
    margin: 0 15px;
    text-align: center;
}

.equipment_box ul li{
    color: #333;
    margin-top: 3px;
    background-color: #f9f8ed;
    border-radius: 5px;
    padding: 5px 10px;
}

.news_img_cover{
    min-height: 250px;
    background-size: cover;
    border-radius: 20px;
}

@media (max-width: 1300px) {
    .search_form input{
        min-width: 200px;
    }
    .table_links li{
        margin-top: 15px;
    }
    .affiliate_dp .dropdown-menu li{
        margin-top: 0;
    }
}

@media (max-width: 1200px) {
    .search_form input{
        min-width: 100px;
        display: none;
    }
    .main_navbar .nav-link{
        font-size: 13px;
    }
    .top_coin_header h4{
        font-size: 14px;
    }
    .news_card .thumbnail {
        height: 180px;
    }
}

@media (max-width: 992px) {
    .search_form input{
        min-width: 100%;
        display: block;
    }

}
