body{
    font-family: 'Lexend', sans-serif;
    background-color: #F5F5F5;
}
.admin-dashboard-design{
    background-color: #F5F5F5;
    display: flex;
}
header{
    background-color: #fff;
    height: 80px;
    width: 100%;
}
h3{
    color: #020F20;
    font-size: 30px;
    font-weight: 600;
}
h4{
    color: #020F20;
    font-size: 20px;
    font-weight: 600;
}
h5{
    font-size: 16px;
    margin: 0px;
}
.mt-minus-1{
    margin-top: -7px;
}
.btn-primary{
    background-color: #6EA0F9 !important;
    color: #fff;
    height: 50px;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-primary-white{
    background-color: #fff !important;
    color: #000;
    height: 50px;
    border: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dee2e6 !important;
}
.btn-active{
    color: #fff !important;
    background-color: #6EA0F9 !important;
    border: none;
    height: 24px;
    font-size: 16px;
    width: auto !important;
    line-height: 11px;
}
.btn-pending{
    color: #000 !important;
    background-color: #00000033 !important;
    border: none;
    height: 24px;
    font-size: 16px;
    width: auto !important;
    line-height: 11px;
}
.btn-inactive{
    color: #FF0000 !important;
    background-color: #ff000050 !important;
    border: none;
    height: 24px;
    font-size: 16px;
    width: auto !important;
    line-height: 11px;
}

/* For Initials */

.initials-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Adjust size as needed */
    height: 50px; /* Adjust size as needed */
    border-radius: 50%; /* Circular shape */
    font-size: 15px; /* Adjust font size as needed */
    font-weight: bold;
    color: white;
    background-color: var(--light-color, #67abf4); /* Default color */
}

.light-blue {
    --light-color: #67abf4;
}

.light-green {
    --light-color: #54b169;
}

.light-red {
    --light-color: #dc5e6a;
}

.light-yellow {
    --light-color: #f1cb5b;
}

.light-purple {
    --light-color: #6f42c1;
}

/* End For Initials */

a{
    text-decoration: none;
    color: #020F20;
}
a:hover{
    color: #6EA0F9;
}
p{
    font-size: 16px;
}
.p-light{
    color: #A2A1A8;
}
.p-light-2{
    font-size: 14px;
    color: #A2A1A8;
}
.form-check-input:checked {
    background-color: #6EA0F9;
    border-color: #6EA0F9;
}
.password-toggle-icon {
  cursor: pointer;
  z-index: 1;
}
.otp-input {
    display: flex;
    gap: 10px;
}
.otp-input input{
    height: 56px;
    width: 20%;
    text-align: center;
}
.update-pass-msg{
    margin: 0 auto;
    width: 75%;
    border-radius: 30px;
}
/*============sidebar============*/
.sidebar {
/*    height: 100vh;*/
    min-height: 100vh;
    width: 300px;
    background-color: #020F20;
    padding: 20px;
/*    position: fixed;*/
}
.logo {
    text-align: center;
    margin-bottom: 20px;
}
.logo img {
/*    max-width: 100%;*/
    /*width: 140px;*/
    width: 100%;
}
.menu-item {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin: 10px 0;
    border-radius: 8px;
    transition: background 0.3s;
    height: 48px;
}
.menu-item:hover {
    background-color: #1a1a4e;
}
.menu-item i {
    margin-right: 10px;
    font-size: 18px;
    background: #6EA0F9;
    color: #020F20;
    border-radius: 94px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar .active {
    background-color: #6EA0F9;
    color: #020F20;
}
.sidebar .active i{
    background-color: #020F20;
    color: #6EA0F9;
}
/*============sidebar============*/
.notification {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #a2a1a826;
    color: #020F20;
    align-items: center;
    justify-content: center;
    display: flex;
}
.notification i{
    font-size: 20px;
}
.notification-badge {
    position: absolute;
    top: 7px;
    right: 7px;
    background-color: red;
    color: white;
    border-radius: 50%;
    padding: 3px;
    font-size: 10px;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.c-dropdown{
    border: 1px solid #a2a1a826;
    border-radius: 10px;
    padding: 3px 5px;
    margin-left: 10px;
    padding-right: 15px;
}
.c-dropdown img{
    border-radius: 10px;
}
.dropdown-toggle::after {
    margin-left: 0.75em;
}
.card{
    border: 0px;
}
.serch input{
    padding-left: 0px;
    border-left: 0px;
    height: 50px;
}
.serch i{
    font-size: 20px;
    font-weight: 400px;
}
.w-auto-fix{
    width: 239px;
}
.theme-text-cp{
    color: #6EA0F9;
}
.p-small{
    color: #A2A1A8;
    font-size: 12px;
}
hr {
    opacity: 1;
    background: #dee2e6 !important;
    border: 0;
    height: 0.8px;
}
.s-department ul{
    border: 1px solid #dee2e6;
    border-radius: 10px;
}
.s-department li{
    width: 100%;
}
.s-department li a{
    border: none !important;
    border-radius: 0px !important;
    font-size: 15px;
    padding-right: 0px;
    height: 56px;
    display: flex;
    align-items: center;
    color: #000;
}
.s-department li a i{
    margin-right: 10px;
}
.s-department .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #6EA0F9;
}
.s-department .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #6EA0F9;
}
.s-department .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active i{
    color: #fff !important;
    background-color: #6EA0F9 !important;
}
.b-left-line{
    border-left: 1px solid #dee2e6 ;
}
.border-radious-20{
    border-radius: 20px;
}
.modal .form-control{
    height: 50px;
    width: 100%;
}
.modal select{
    height: 50px;
    width: 100%;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-selected {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
}

.select-selected:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
  color: #dee2e6;
  margin-left: 5px;
  font-size: 1em;
  float: right;
  margin-left: 5px;
}

.select-items {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 99;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  border-radius: 10px;
  margin-top: 10px;
}
.select-item {
  display: flex;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}
.select-item:hover {
  background-color: #f1f1f1;
}
.custom-select2 {
  position: relative;
  display: inline-block;
  width: 100%;
}

.select-selected2 {
  background-color: #fff;
  border: 1px solid #dee2e6;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  overflow-x: auto;
}

.select-selected2:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  float: right;
  color: #dee2e6;
  margin-left: 5px;
  font-size: 1em;
  float: right;
  margin-left: 5px;
}

.select-items2 {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 99;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  max-height: 200px;
  overflow-y: auto;
  border-radius: 10px;
  margin-top: 10px;
}
.select-hide {
  display: none;
}
table thead th{
    color: #A2A1A8 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
.leader-box-left{
    background: #1E2237;
    border-radius: 12px 0px 0px 12px;
    width: 33.33333%;
    padding: 20px;
    padding-top: 40px;
    height: 113px;
}
.leader-box-left span{
    background: #009BD6;
    padding: 0px 5px;
    border-radius: 15px;
    position: relative;
    top: -12px;
    z-index: 10;
}
.leader-box-left .position-absolute{
    top: -45px;
    left: 50%;
    transform: translate(-50%);
}
.leader-box-left .img-circle-area{
    width: 68px;
    height: 68px;
    border: 3px solid #009BD6;
    border-radius: 50%;
    background: #9BBAD3;
}
.leader-box-left h6{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}
.leader-box-left .count{
    font-size: 15px;
    font-weight: 700;
    color: #009BD6;
}
.leader-box-left .u-name{
    font-size: 8px;
    font-weight: 500;
    color: #B7B3B3;
}
/*===========right=============*/
.leader-box-right{
    background: #1E2237;
    border-radius: 0px 12px 12px 0px;
    width: 33.33333%;
    padding: 20px;
    padding-top: 40px;
    height: 113px;
}
.leader-box-right span{
    background: #00D95F;
    padding: 0px 5px;
    border-radius: 15px;
    position: relative;
    top: -12px;
    z-index: 10;
}
.leader-box-right .position-absolute{
    top: -45px;
    left: 50%;
    transform: translate(-50%);
}
.leader-box-right .img-circle-area{
    width: 68px;
    height: 68px;
    border: 3px solid #00D95F;
    border-radius: 50%;
    background: #D3F5CC;
}
.leader-box-right h6{
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}
.leader-box-right .count{
    font-size: 15px;
    font-weight: 700;
    color: #00D95F;
}
.leader-box-right .u-name{
    font-size: 8px;
    font-weight: 500;
    color: #B7B3B3;
}
/*===========middle=============*/
.leader-box-middle{
    background: #020F20;
    border-radius: 15px 15px 0px 0px;
    width: 33.33333%;
    padding: 20px;
    padding-top: 40px;
    height: 159px;
}
.leader-box-middle span{
    background: #FFAA00;
    padding: 0px 5px;
    border-radius: 15px;
    position: relative;
    top: -12px;
    z-index: 10;
}
.leader-box-middle .position-absolute{
    top: -85px;
    left: 50%;
    transform: translate(-50%);
}
.leader-box-middle .img-circle-area{
    width: 68px;
    height: 68px;
    border: 3px solid #FFAA00;
    border-radius: 50%;
    background: #F3C66C;
}
.leader-box-middle h6{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}
.leader-box-middle .count{
    font-size: 17px;
    font-weight: 700;
    color: #FFAA00;
}
.leader-box-middle .u-name{
    font-size: 10px;
    font-weight: 500;
    color: #B7B3B3;
}
.pt-6{
    padding-top: 5.5rem !important;
}
.table-circle-no{
    color: #fff;
    background-color: #020F20;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leader-table tbody tr:hover {
  background-color: #6EA0F9;
}
.leader-table tbody td{
  background-color: transparent;
}
/*=================scrollbar================*/
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #6EA0F9 !important;
  border-radius: 15px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.select-selected2::-webkit-scrollbar {
  height: 8px;
}
.select-selected::-webkit-scrollbar {
  height: 8px;
}
.users-icon-box{
    background-color: #a2a1a826;
    width: 72px;
    height: 72px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*========================charts=====================*/
:root {
    --line-color: #4b5fea; /* Light Blue */
    --tooltip-bg: #ffffff; /* White for tooltip background */
    --tooltip-color: #1a1a2e; /* Darker Blue for text */
}

canvas {
    max-width: 100%;
    height: 300px !important; /* Adjust height as needed */
}
:root {
    --primary-color: #4b5fea; /* Light Blue */
    --secondary-color: #2e2e48; /* Dark Blue */
    --inner-text-color: #1a1a2e; /* Dark Blue for text */
}

==========
