/*============================================ 
# Template Name: Ugetpaid
# Version: 1.0
# Date: 23/11/2022
# Author: softivus
# Author URI: https://www.templatemonster.com/authors/softivus
# Description: Ugetpaid - online survey for get paid website html template
============================================*/
/*============================================ 
======== Table of Css Content =========
# Typography
# Normalize 
# Global style
# Header Area
# Banner Area
# Section Area
# Footer Area
============================================*/

/* cmn btn */
.cmn-btn {
  background: #09b65e;
  padding: 10px 25px;
  color: #282F41;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s;
}
.cmn-btn:before, .cmn-btn:after {
  content: "";
  background: #373f56;
  height: 51%;
  width: 0;
  position: absolute;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}
.cmn-btn:before {
  top: 0;
  left: 0;
  right: auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.cmn-btn:after {
  bottom: 0;
  right: 0;
  left: auto;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.cmn-btn i, .cmn-btn img {
  margin-right: 10px;
}
.cmn-btn:hover {
  color: var(--bs-white);
}
.cmn-btn:hover:before {
  width: 100%;
  right: 0;
  left: auto;
}
.cmn-btn:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}
.cmn-btn.alt {
  color: var(--bs-white);
  background: #373f56;
}
.cmn-btn.alt:before, .cmn-btn.alt:after {
  background: #09b65e;
}
.cmn-btn.alt:hover {
  color: #282F41;
}



.leaderboard-section .nav {
  border: 1px solid #3D4660;
  border-radius: 10px;
  padding: 10px;
}
.leaderboard-section .nav .cmn-btn span {
  color: var(--bs-white);
  font-weight: 600;
}
.leaderboard-section .nav .cmn-btn.active {
  background: #373F56;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.25);
}
.leaderboard-section .countdown h5 {
  margin: 0 2px;
}
.leaderboard-section .countdown .days, .leaderboard-section .countdown .hours, .leaderboard-section .countdown .minutes {
  color: var(--secondary-color);
}
.leaderboard-section .abs-area {
  top: -35px;
}
.leaderboard-section .border-gradient {
  border-radius: 50%;
}
.leaderboard-section .border-gradient::before, .leaderboard-section .border-gradient .profile img {
  border-radius: 50%;
}
.leaderboard-section .single-box {
  text-align: center;
  padding: 100px 30px 60px;
  background: #1F2432;
  border: 1px solid #3D4660;
  border-radius: 15px;
}
.leaderboard-section .single-box .coin-bonus {
  position: relative;
}
.leaderboard-section .single-box .coin-bonus::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background: #D7D6D6;
}
.leaderboard-section .single-box .coin-bonus p {
  color: var(--bs-white);
}
.leaderboard-section .single-box .coin-bonus p.mdtxt {
  color: var(--primary-color);
}
.leaderboard-section .single-box .abs-top {
  padding: 30px 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #09b65e;
  border-radius: 0px 0px 30px 30px;
}
.leaderboard-section .single-box .abs-top p {
  color: #1A1F2C;
  font-weight: 600;
}
 
.leaderboard-section .table {
  border-collapse: separate;
  border-spacing: 0 20px;
}
.leaderboard-section .table .grid-area {
  text-align: center;
}
.leaderboard-section .table .grid-area span {
  display: block;
}
.leaderboard-section .table .grid-area span:last-child {
  color: var(--secondary-color);
}
.leaderboard-section .table tr {
  background: #1F2432;
}
.leaderboard-section .table tr .img-area {
  margin-right: 10px;
}
.leaderboard-section .table tr span {
  color: var(--bs-white);
  font-weight: 600;
}
.leaderboard-section .table th {
  border-left: 1px solid #3D4660;
  width: 100px;
}
.leaderboard-section .table th span {
  padding: 15px 10px;
  background: #2C3346;
  border-radius: 10px;
}
.leaderboard-section .table td:first-child {
  width: 30%;
}
.leaderboard-section .table td:last-child {
  border-right: 1px solid #3D4660;
  text-align: end;
}
.leaderboard-section .table td, .leaderboard-section .table th {
  padding: 20px 40px;
  border-top: 1px solid #3D4660;
  border-bottom: 1px solid #3D4660;
}
.leaderboard-section .table .border-left {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.leaderboard-section .table .border-right {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.leaderboard-section ::-webkit-scrollbar-track,
.leaderboard-section ::-webkit-scrollbar-button,
.leaderboard-section ::-webkit-scrollbar-thumb {
  background-color: transparent;
}



  .leaderboard-section .single-box {
    padding: 60px 15px 40px;
  }
  .leaderboard-section .single-box .abs-top {
    padding: 4px;
  }

  .leaderboard-section .table {
    width: 250%;
  }
