:root{
    --primary-color: #3898FF;
    --secondary-color: #f5f5f5;
    --inner-card-bg: #F8F9FA;
    --bg-white: #fff;
    --font-family: 'Poppins', sans-serif;
    --spacing-unit: 1rem;
    --border-radius: 8px;
}
/* font */
@font-face {
    font-family: 'Verdana';
    src: url('../css/fonts/verdana-font-family/verdana.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Verdana';
    src: url('../css/fonts/verdana-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Verdana';
    src: url('../css/fonts/verdana-bold-italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }
  
/* font */
body {
    font-family: 'Verdana', sans-serif;
  }
  .card-bg,
.sidebar,
.navbar{
    background-color: var(--bg-white) ;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
    padding: 10px;
    overflow: hidden;
}
/* common-css start*/
.dark-light-icon {
  transition: opacity 0.3s ease, transform 0.3s ease;
  opacity: 1;
}

.dark-light-icon.hidden {
  opacity: 0; /* Fades out when hidden */
  transform: rotate(180deg); /* Optional rotation */
}
.hvh-100{
    height: 100vh;
}
.hvh-95{
    height: 95vh;
}
.h-500{
  height: 500px;
}
.button-primary{
    background-color: var(--primary-color);
    padding: 5px 10px;
    border: 0;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
}
.primary-text-color{
  color: var(--primary-color);
}
/* common css end */

#sidebarMenu{
  width: 18.2%;
  position: fixed;
  background-color: var(--bg-white) !important;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.side-bar-nav .nav-item{
  padding-top: 10px;
  padding-bottom: 10px;
} 
.side-bar-nav a{
  color: #2C2B2B;
  font-size: 16px;
}
.side-bar-nav a:hover,
.side-bar-nav a.active{
background-color: #E3EFFF;
margin-right: 10px;
margin-left: 10px;
border-radius: 4px;
}
.side-bar-nav a.active .bi{
  color: var(--primary-color);
  }
  .bot-image{
    position: absolute;
    bottom: -60px;
    
  }
  .card-title p{
    font-size: 16px;
    font-weight: 700 !important;
  }
  .card-title{
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .inner-card-bg{
    background-color: var(--inner-card-bg);
    padding: 10px;
    border-radius: 4px;
    display: table;
  }
  .inner-card-bg .robot-icon{
    color: #ADACAC
  }
  .inner-card-bg p{
    /* color: #ADACAC; */
    font-size: 14px;
  }
  .timer-fonts-grp .bi-stopwatch{
    color: #ADACAC;
  }
  .timer-fonts-grp p{
    font-size: 14px;
    color: #ADACAC;
  }
  .timer-fonts-grp {
    border-top: 1px solid rgba(0,0,0,0.1);
    margin-top: 15px;
    padding-top: 15px;
}
.date-hours-btn{
  position: absolute;
  top: 8px;
  right: 8px;
}
.date-hours-btn li{
  background-color: #E3EFFF;
  width: 50px;
  display: table;
  text-align: center  ;
  padding: 5px;
  cursor: pointer;
}
.date-hours-btn li:hover,
.date-hours-btn li.active{
  background-color: var(--primary-color);
  color: #fff;
}
.table-id-time p:first-child{
  color: #2C2B2B !important;
  font-size: 15px;
}
.table-id-time p:last-child{
  color: #ADACAC !important;
  font-size: 13px;
}
.table-bot-col{
  color: #ADACAC; 
  font-size: 14px;
}

.table-bot-col ul li{
  font-size: 12px;
}
.table-bot-col ul li::after {
  content: "\F138"; /* Example for star icon */
  font-family: "bootstrap-icons"; /* Enforce font family */
  font-size: 12px;
  color: #000 !important;
  margin: 7px 5px !important; 
}
.table-bot-col ul li:last-child::after {
  display: none;
}
td,
th{
  background-color: transparent !important;
}
.common-table tr{
  vertical-align: middle;
}
.common-table td{
  font-size: 14px;
}





::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
  height: 5px;
}

::-webkit-scrollbar-thumb
{
	background-color: var(--primary-color);
	border: 1px solid #dadada;
}
.triangular-list-grp li{
  display: inline-block;
  margin: 15px;
}
.triangular-list-grp li .inner-card-bg{
  
  width: 300px;
}
.triangular-list-grp li .hash-id{
  background-color: #CCE3FC;
  padding: 10px 15px;
  border-radius: 4px;
}
.profit-bg{
  background-color: #CCE3FC;
  padding: 6px;
  border-radius: 4px;
  color: var(--primary-color) !important;
}
.dashboard-plans-bg{
  background-image: url('../images/plans-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border-radius: 4px;
}
.summary-list li div{
  display: flex;
  justify-content:space-between
}
.summary-list li div p{
  font-size: 14px;
}
.summary-list li div p:first-child{
  color: #ADACAC;
}
.text-theme{
  color: #000;
}