.topBg {
    background: rgb(40, 67, 137);
    background: linear-gradient(90deg, rgba(40, 67, 137, 1) 0%, rgba(105, 128, 223, 1) 52%);
    padding: 80px 0px;
}

.images {
    position: relative;
}

.image-mobile {
    position: absolute;
    top: 29%;
    left: 0;
    content: '';
    width: 140px;
}

.loginButton {
    border: 1px solid #fff;
    color: #fff;
}

.loginButton:hover {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.bgLink {
    color: goldenrod;
}

.commiunity-text {
    font-size: 12px;
}

.feturedcoinGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.feturs-text {
    font-size: 12px;
}

.counterText {
    font-size: 30px;
}

.dashboard_hilight .custom-switch {
    float: right;
    margin-top: 22px;
}

/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .image-mobile {
        position: absolute;
        top: 29%;
        left: 0;
        content: '';
        width: 100px;
    }

    .dashboard-title {
        font-size: 30px;
    }

    .counterText {
        font-size: 17px !important;
    }

    .follower-text {
        font-size: 14px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 767px) {
    .dashboard-title {
        font-size: 27px;
    }

    .counterText {
        font-size: 22px !important;
    }

    .follower-text {
        font-size: 16px !important;
    }
}

.homeBg {
    background-size: cover;
    background-repeat: no-repeat;

}


/* coin of the day pie chart style  */
@property --p {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

/*
.pie {
    --p: 20;
    --b: 18px;
    --c: darkred;
    --w: 110px;

    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
} */
.pie {
    --p: 20;
    --b: 20px;
    --c: darkred;
    --w: 145px;
    width: var(--w);
    aspect-ratio: 1;
    position: relative;
    display: inline-grid;
    margin: 5px;
    place-content: center;
    font-size: 25px;
    font-weight: bold;
    font-family: sans-serif;
}

.pie:before,
.pie:after {
    content: "";
    position: absolute;
    border-radius: 50%;

}



.pie:after {
    inset: calc(50% - var(--b)/2);
    background: var(--c);
    transform: rotate(calc(var(--p)*3.6deg)) translateY(calc(50% - var(--w)/2));

}

.animate {
    animation: p 1s .5s both;
}

.no-round:before {
    background-size: 0 0, auto;
}

.no-round:after {
    content: none;
}

@keyframes p {
    from {
        --p: 0
    }
}

/* .coin_of_the_day {
    padding: 20px 22px;
    border: 1px solid #EDF2F7;
    border-radius: 16px;
    margin-top: 16px;
} */

.cotd_head h3 {
    color: #222;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%; /* 21.6px */
}

.cotd_bottom span {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--greyscale-600, #718096);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}

.cotd_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.cotd_single-head h4 {
    color: var(--greyscale-900, #1A202C);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%; /* 18.9px */
    margin-bottom: 0px;
}

.cotd_single-head {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.pie.animate.no-round {
    color: var(--greyscale-600, #718096);
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 21px */
    letter-spacing: 0.4px;
}
.pie.animate.no-round span{
    color: var(--greyscale-600, #718096);
    text-align: center;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}


.cotd-price {
    font-size: 12px;
    margin-bottom: 10px;
}

.cp-title-value {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;color: #222;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}

.cp-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;color: var(--greyscale-600, #718096);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}

.cp-title-value span {

    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
    font-weight: normal;
}

.ca-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;color: var(--greyscale-600, #718096);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}

.ca-title-value {

    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}

.cs-title {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: var(--greyscale-600, #718096);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}

.cs-title-value {
    color: #222;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 150%; /* 18px */
    letter-spacing: 0.4px;
}

.cotd_bottom {
    font-size: 12px;
    text-align: center;
    color: #718096;
}

.cotd_bottom img {
    margin-right: 7px;
}

.cotd_bottom {
    margin-bottom: 0px;
    margin-top: 18px;
    color: #718096;
}

.cotd_bottom img {
    width: 14px !important;
}

.cotd_bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
}

.cotd-activity {
    margin-bottom: 10px;
}

.cta_bottom {
    margin-top: 0px;
}

.cotd_pie_chart {
    display: flex;
    align-items: center;
    gap: 20px;
}

.currently_talking_about {
    padding: 20px 22px;
    border-radius: 16px;
    margin-top: 16px;
    border-radius: 20px;
    background: #FFF;
    padding-bottom: 10px;
}

.cta_head h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

.cta_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.cta_tab li.nav-item button.active {
    background: transparent;
    color: #718096;
    border: 1px solid #718096;
    border-radius: 8px;
}

.cta_tab li.nav-item button {
    border: none;
    background: transparent;
    font-size: 12px;
    color: #718096;
}

.cta_tab thead tr {
    border: none;
    border: 0;
    font-size: 14px;
}

.cta_tab tbody tr {
    font-size: 14px;
}

.cta_tab thead {
    border: 0px;
}

.cotd_single-head {
    margin-bottom: 14px;
}

.cta_bottom a {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    color: #718096;
    text-decoration: none;
    font-size: 12px;
}

.cta_tab .table thead th {
    border-bottom: 0px !important;
    border-top: 0px !important;
}

.currently_talking_about .table {
    margin-bottom: 0;
}

.cta_tab .tbody tr:first td {
    border-top: 0;
}

.cta_tab tbody tr td {
    padding-top: 7px;
    padding-bottom: 11px;
}

.cta_tab tbody tr.first_tr td {
    border-top: 0;
    padding-top: 0;
}

.coin_to_watch {
    /* border: 1px solid #EDF2F7; */
    border-radius: 16px;
    padding: 22px 20px;
    margin-top: 30px;
    border-radius: 20px;
    background: #FFF;
    /* box-shadow: 0px 4px 44px 0px rgba(0, 0, 0, 0.08); */
    padding-bottom: 20px !important;
}

.coin_to_watch .table {
    margin-bottom: 0px;
}

.ctw_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ctw_head a.btn {
    background: #FAFAFA;
    width: 92px;
    height: 34px;
    font-size: 12px;
    margin-left: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 3px;
    isolation: isolate;
    width: 96px;
    height: 31px;
    background: #F1F1F1;
    border-radius: 7px;
}

.ctw_head_content p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 100%;
    color: #858688;
}

.coin_to_watch .table thead tr th {
    border: 0;
    font-size: 14px;
    padding-top: 0;
    padding-left: 0;
}

.coin_to_watch tbody tr.first_tr td {
    border-top: 0;
}

.coin_to_watch .table tbody tr td {
    padding-left: 0px;
    font-size: 14px;
}

.coin_to_watch .table tbody tr td img {
    height: 22px;
    width: 22px;
    margin-right: 8px;
    margin-top: -4px;
}

.coin_to_watch .table tbody tr td span {
    font-size: 14px;
    font-weight: normal;
    color: #718096;
}

.coin_to_watch .table tbody tr td .progress {
    width: 120px;
    float: right;
    height: 3px;
    margin-top: 9px
}

.ctw_content .progress .progress-bar {
    background-color: #6A80DF !important;
}

.cotd-price::before, .cotd-activity::before, .cotd-sentiment::before {
    position: absolute;
    content: '';
    height: 6px;
    width: 6px;
    background-color: #1A202C;
    left: -14px;
    border-radius: 50px;
    top: 15px;
}

.cotd-price,
.cotd-activity,
.cotd-sentiment {
    position: relative;
}

.cotd_pie_chart-right {
    margin-left: 20px;
    color: white;
}

.cotd_single-head img {
    height: 18px;
}

.tp_posts-head img {
    width: 32px !important;
    height: 32px !important;
}

.tp_post_like_comment img {
    width: 15px !important;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    width: 12px!important;
    height: 12px !important;
    background-color: #33C79A !important;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 2px;
    background: #D9D9D9;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 50px !important;
}
.ctw_content.th_table_style tbody tr td {
    color: #718096;
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left!important;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
    align-items: center;
    display: flex;
}
.dashboard_data_table .data_list a {

    color: gray;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 10px 35px;
    justify-content: center;
}

/*.dashboard_data_table .data_list a:hover {*/
/*    text-decoration: none;*/
/*    background: #1732A4;*/
/*    color: white;*/
/*}*/

.dashboard_ts_active {
    border-radius: 8px;
    color: #212529!important;
    background: #F1F1F1;
    border: 1px solid #E9E9E9;
}
.dashboard_ts_active:hover{
    text-decoration: none;
}
.dashboard_data_table .first {
    text-decoration: none;
    background: #1732A4;
    color: white;
}

.dashboard_data_table .watchlist {
    text-decoration: none;
    background:#212529;
    color: white;
    border-radius: 12px;
    padding: 8px 24px;
    color: #FFF;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-radius: 7px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.15);
    align-items: center;
    display: flex;
    gap: 10px;



}

button#showFilter {
    border-radius: 7px;
    display: inline-flex;
    padding: 10px 30px!important;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #343A40;
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
   
}

.dashboard_table thead tr td {
    border: none;
}


.style_table_dashboard {
    border-radius: 16px;
    padding: 32px 15px;
    margin-top: 5px;
}

.dashboard_data_table .table {
    background: white;
    border-radius: 16px;
    margin-top: 12px;
}

.dashboard_data_table .table thead tr td {
    border: none;
}

.dashboard_data_table .table .table_coin_name {
    font-size: 14px;
    color: #1A202C;
}



.dashboard_data_table .table-responsive {
    border-radius: 30px;
}

input.filter-btn.form-control.text-white.border-0.btn-success {
    background: #1732a4;
    border-radius: 12px;
    font-size: 14px;
    width: 100px;
    border-radius: 5px;
    background: #1732A4;
    box-shadow: 0px 0px 4px 0px rgba(23, 50, 164, 0.20);
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

div#filter-section input {
    border: none;
}

div#filter-section select {
    border: navajowhite;
}

.ctw_content.th_table_style .heads {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    font-size: 14px;
    font-weight: bold;
}

.ctw_content.th_table_style .heads {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    font-size: 14px;
    font-weight: bold;
    margin-top: 27px;
}

.th_content>div {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    font-size: 14px;
    font-weight: 600;
    color: #718096;
    border-top: 1px solid #EDF2F7;
    padding: 15px 0px;
}

.th_content .progress {
    height: 3px;
}

.th_content .first_tr {
    border-top: 0px !important;
}

.coin_to_watch.ctw_lg {
    padding-bottom: 20px;
}
.dni_right_item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.dashboard_hilight .custom-control-label::before {
    width: 40px;
    height: 20px;
    border-radius: 15px !important;
}

.dashboard_hilight .custom-control-label::after {
    height: 16px;
    width: 16px;
    margin-top: -4px;
    ;
}

.dashboard_hilight .custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(0.75rem);
    left: -26px;
    margin-top: -4px;
}

.dashboard_hilight .custom-switch .custom-control-label::before {
    margin-top: -4px;
}

.dashboard_hilight label {
    padding-left: 20px;
}

.ctw_content a {
    color: #000000;
    text-decoration: none;
}

.dashboard_data_table .watchlist:hover {
    background: #000000c2;
    border: 1px solid black;
}

button#showFilter:hover {
    background: #d9d7d7;
}

.currently_talking_about td a {
    color: #718096;
    text-decoration: none;
    margin-left: 8px;
}

.cta_tab tbody tr td {
    font-size: 14px;
    color: #718096;
    font-weight: 600;
}

.coin_of_the_day.owl-theme .owl-dots .owl-dot.active span, .coin_of_the_day.owl-theme .owl-dots .owl-dot:hover span {
    background: #718096!important;
    width: 35px;
    height: 6px;
}

.coin_of_the_day.owl-theme .owl-dots .owl-dot span {
    background: #CBD5E0;
    height: 6px;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #284389;
    border-color: #284389;
}

@media only screen and (max-width: 425px) {
    .dashboard_hilight {
        display: none;
    }

}


.tsa_slider {
    overflow-x: auto;
    padding-bottom: 5px;
    border-right: 20px solid white;
}

/* Customize scrollbar width and color */
.tsa_slider::-webkit-scrollbar {
    width: 4px; /* Adjust the width as needed */
    height: 4px; /* Adjust the height as needed */
margin-top: 2px;
}

table.table.table-hover.watchlist_table.dashboard_table td, .table th{
    border: none;
}

canvas#sparkline{
    height: 70px!important;
}
.coin_abb_style{
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 14px;
color: #858688;
}
.trending_keyword_percent_style{
font-family: 'Montserrat';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
color: #858688;


}