/**
* Template Name: NiceAdmin
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/nice-admin-bootstrap-admin-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}
.bg-primary {
    --bs-bg-opacity: 1;
    background-color: #0077C8 !important;
}
body {
  font-family: 'Roboto', sans-serif;
    background: #EEF4F9;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif;
}




input.Seacrhbox::placeholder {
  color: #9CA3AF;/* Replace with your desired color */
  opacity: 1;     /* Optional: Make sure the color is fully visible */
}


input.form-control.Seacrhbox {
    background: #F9FAFB;
}

/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
#main {
  margin-top: 60px;
  padding: 20px 30px;
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #main {
    padding: 20px;
  }
}

/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.pagetitle {
  margin-bottom: 10px;
}

.pagetitle h1 {
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 600;
  color: #0077C8;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
/* Dropdown menus */
.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-header,
.dropdown-menu .dropdown-footer {
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}

.dropdown-menu .dropdown-footer a {
  color: #444444;
  text-decoration: underline;
}

.dropdown-menu .dropdown-footer a:hover {
  text-decoration: none;
}

.dropdown-menu .dropdown-divider {
  color: #a5c5fe;
  margin: 0;
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #f6f9ff;
}

@media (min-width: 768px) {
  .dropdown-menu-arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    position: absolute;
    top: -7px;
    right: 20px;
    transform: rotate(45deg);
    border-top: 1px solid #eaedf1;
    border-left: 1px solid #eaedf1;
  }
}

@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

/* Light Backgrounds */
.bg-primary-light {
  background-color: #cfe2ff;
  border-color: #cfe2ff;
}

.bg-secondary-light {
  background-color: #e2e3e5;
  border-color: #e2e3e5;
}

.bg-success-light {
  background-color: #d1e7dd;
  border-color: #d1e7dd;
}

.bg-danger-light {
  background-color: #f8d7da;
  border-color: #f8d7da;
}

.bg-warning-light {
  background-color: #fff3cd;
  border-color: #fff3cd;
}

.bg-info-light {
  background-color: #cff4fc;
  border-color: #cff4fc;
}

.bg-dark-light {
  background-color: #d3d3d4;
  border-color: #d3d3d4;
}

/* Card */
.card {
  margin-bottom: 30px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.card-title {
  padding: 20px 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #0077C8;
  font-family: 'Roboto', sans-serif;
}

.card-title span {
  color: #0077C8;
  font-size: 14px;
  font-weight: 400;
}

.card-body {
  padding: 20px 20px;
}

.card-img-overlay {
  background-color: rgba(255, 255, 255, 0.6);
}

/* Alerts */
.alert-heading {
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

/* Close Button */
.btn-close {
  background-size: 25%;
}

.btn-close:focus {
  outline: 0;
  box-shadow: none;
}

/* Accordion */
.accordion-item {
  border: 1px solid #ebeef4;
}

.accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #0077C8;
  background-color: #f6f9ff;
}

.accordion-flush .accordion-button {
  padding: 15px 0;
  background: none;
  border: 0;
}

.accordion-flush .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #4154f1;
}

.accordion-flush .accordion-body {
  padding: 0 0 15px 0;
  color: #3e4f6f;
  font-size: 15px;
}
legend {
    font-size: 17px;
    font-weight: 500;
    color: #0077C8;
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #0077C8;
  font-weight: 500;
}

.breadcrumb a {
  color: #0077C8;
  transition: 0.3s;
}

.breadcrumb a:hover {
  color: #51678f;
}

.breadcrumb .breadcrumb-item::before {
  color: #0077C8;
}

.breadcrumb .active {
  color: #0077C8;
  font-weight: 600;
}

/* Bordered Tabs */
.nav-tabs-bordered {
  border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
  margin-bottom: -2px;
  border: none;
  color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
  color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
  background-color: #fff;
  color: #4154f1;
  border-bottom: 2px solid #4154f1;
}


/* login */

.sectionlogin{
  width: 100%;
  display: inline-block;
  background-color: #fff;
}
.login-card{
  width: 100%;
  display: inline-block;
  background-color: #fff;
}
.sectionlogin  h5{
  padding: 15px 0 0;
  font-size: 22px;
  font-weight: 600;
  color: #000000;
  font-family: 'Roboto', sans-serif;
}



.sectionlogin h6 {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    text-align: right;
}
.login-card .left-img{
  width: 100%;
  display: inline-block;
}
.sectionlogin input {
  border: 1px solid #69B1E0;
  font-size: 13px;
}
.sectionlogin .form-control:focus {
  box-shadow: none;
}
.sectionlogin .form-check input {
  border: 1px solid #69B1E0;
  font-size: 16px;
}
.sectionlogin label{
  font-size: 13px;
  margin-bottom: 5px;
}
.sectionlogin button.btn.btn-sign{
  background-color: #69B1E0;
  color: #fff;

}
.sectionlogin a {
  color: #69B1E0;
  text-decoration: none;
}
.sectionlogin .form-check-input:checked {
  background-color: #69B1E0;
  border-color: #69B1E0;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.logo {
  line-height: 1;
}

@media (min-width: 1200px) {
  .logo {
    width: 145px;
  }
}

.logo img {
  max-height: 50px;
  margin-right: 6px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #0077C8;
  font-family: "Nunito", sans-serif;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 60px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
  padding-left: 20px;
  /* Toggle Sidebar Button */
  /* Search Bar */
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #0077C8;
}

.header .search-bar {
  min-width: 360px;
  padding: 0 20px;
}

@media (max-width: 1199px) {
  .header .search-bar {
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(1, 41, 112, 0.1);
    background: white;
    z-index: 9999;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
  }

  .header .search-bar-show {
    top: 60px;
    visibility: visible;
    opacity: 1;
  }
}
/* search */
 .search-form {
  width: 100%;
}

.search-form input {
  border: 0;
  font-size: 14px;
  color: #0077C8;
  border: 1px solid rgba(1, 41, 112, 0.2);
  padding: 7px 38px 7px 8px;
  border-radius: 3px;
  transition: 0.3s;
  width: 100%;
}

.search-form input:focus,
.search-form input:hover {
  outline: none;
  box-shadow: 0 0 10px 0 rgba(1, 41, 112, 0.15);
  border: 1px solid rgba(1, 41, 112, 0.3);
}

 .search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}

.search-form button i {
  color: #0077C8;
}

/*--------------------------------------------------------------
# Header Nav
--------------------------------------------------------------*/
.header-nav ul {
  list-style: none;
}

.header-nav>ul {
  margin: 0;
  padding: 0;
}

.header-nav .nav-icon {
  font-size: 22px;
  color: #000000;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile {
  color: #000000;
}

.header-nav .nav-profile img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #0076c9;
}
.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}
.header-nav .nav-profile button {
  background: #009BD1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
  align-items: center;
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .messages .message-item:hover {
  background-color: #f6f9ff;
}

.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}

.header-nav .profile .dropdown-item:hover {
  background-color: #f6f9ff;
}

/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: fixed;
  top: 60px;
  left: 0;
  bottom: 0;
  width: 200px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #aab7cf transparent;
  box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
     background-color: #1165A3;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -200px;
  }
}

.sidebar::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #fff;
}

.sidebar::-webkit-scrollbar-thumb {
  background-color: #aab7cf;
}

@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 180px;
  }
}


@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {

  .toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left: -300px;
  }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-item {
  margin-bottom: 5px;
}

.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}

.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: #0076C9;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #fff;
}

.sidebar-nav .nav-link.collapsed {
    background: #FFFFFF0D;
}


.sidebar-nav .nav-link:hover {
  color: #0076C9;
  background: #f6f9ff;
}

.sidebar-nav .nav-link:hover i {
  color: #0076C9;
}

.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}

.sidebar-nav .nav-link:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}

.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 13px;
  /* font-size: 14px; */
  font-weight: 600;
  color: #FFF;
  /* color: #0076C9; */
  transition: 0.3;
  padding: 10px 0 10px 40px;
  transition: 0.3s;
}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}


.sidebar-nav .nav-content a.active i {
  background-color: #0076C9;
}

/*--------------------------------------------------------------
# Dashboard
--------------------------------------------------------------*/
.Sumcard {
    background: #FFE2E5;
    border-radius: 16px;
    padding: 20px;
}
.Sumcard img {
    max-width: 100%;
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
}
.bg-organge{
background-color: #ff7719 !important;
}
.bg-blue{
background-color: #0095FF !important;
}
.bg-green{
background-color: #3CD856 !important;
}

.Sumcard-b1 {     background: #FFE2E5;
 }
    .Sumcard-b2 { background-color: #FFF4DE; }
    .Sumcard-b3 { background-color: #F3E8FF; }
.Sumcard.Sumcard-b4 {
    background-color: #DCFCE7;
}
.Taskcard{
    padding: 20px;
    background: #F3F7D9;
    border-radius: 16px;
}

.Taskcard img {
    max-width: 100%;
    width: 40px;
    height: 40px;
    margin-bottom: 11px;
}
.Taskcard-bg1{
    background: #F3F7D9;
}
.Taskcard-bg2{
    background: #CDE7FF;
}
.Taskcard-bg3{
    background: #DCFCE7;
}
.Taskcard-bg4{
    background: #FFF5DA;
}
/* Filter dropdown */
.dashboard .filter {
  position: absolute;
  right: 0px;
  top: 15px;
}

.dashboard .filter .icon {
  color: #aab7cf;
  padding-right: 20px;
  padding-bottom: 5px;
  transition: 0.3s;
  font-size: 16px;
}

.dashboard .filter .icon:hover,
.dashboard .filter .icon:focus {
  color: #4154f1;
}

.dashboard .filter .dropdown-header {
  padding: 8px 15px;
}

.dashboard .filter .dropdown-header h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #aab7cf;
  margin-bottom: 0;
  padding: 0;
}

.dashboard .filter .dropdown-item {
  padding: 8px 15px;
}

/* Info Cards */
.dashboard .info-card {
  padding-bottom: 10px;
}

.dashboard .info-card h6 {
  font-size: 15px;
  color: #4D4D4F;
  font-weight: bold;
  margin: 0 0 3px;
  padding: 0;
  line-height: normal;
}
.dashboard  .card-body {
  padding: 10px 10px;
}
.dashboard .info-card p {
  font-size: 13px;
  color: #4D4D4F;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.dashboard .sales-card .card-icon {
  color: #4154f1;
  background: #f6f6fe;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.dashboard .revenue-card .card-icon {
  color: #2eca6a;
  background: #e0f8e9;
}

.topbackground {
    background: #69B1E0;
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 53px 20px;
    margin-bottom: 30px;
}
.coloranimate {
  -webkit-animation: bgcolorchange 4s infinite; /* Chrome, Safari, Opera */ 
  animation: 10s infinite bgcolorchange;
}
@keyframes bgcolorchange {
  0% {
    background-color: #69B1E0;
  }
  25% {
    background-color: #F03E67;
  }
  50% {
    background-color: #FFE259;
  }
  75% {
    background-color: #00A53D;
  }
  100% {
    background-color: #69B1E0;
  }
}
/* Chrome, Safari, Opera */
 @-webkit-keyframes bgcolorchange {
      0%   {background: red;}
      25%  {background: yellow;}
      75%  {background: green;}
      100% {background: blue;}
 }

 .textcoloranimate {
  -webkit-animation: colorchange 4s infinite; /* Chrome, Safari, Opera */ 
  animation: 10s infinite colorchange;
}
@keyframes colorchange {
  0% {
   color: #69B1E0;
  }
  25% {
   color: #F03E67;
  }
  50% {
   color: #FFE259;
  }
  75% {
  color: #00A53D;
  }
  100% {
   color: #69B1E0;
  }
}
/* Chrome, Safari, Opera */
 @-webkit-keyframes colorchange {
  0% {
    color: #69B1E0;
   }
   25% {
    color: #F03E67;
   }
   50% {
    color: #FFE259;
   }
   75% {
   color: #00A53D;
   }
   100% {
    color: #69B1E0;
   }
 }
/* progress */
.dashboard .progress-icon {
  font-size: 32px;
  line-height: 0;
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  flex-grow: 0;
  line-height: 150px;
  background: none;
  box-shadow: none;
  position: relative;
}

.progress-icon:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #D9D9D9;
  position: absolute;
  top: 0;
  left: 0;
}
.progress-icon>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.progress-icon .progress-left {
  left: 0;
}
.progress-icon .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  top: 0;
}
.progress-icon .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}
.progress-icon .progress-right {
  right: 0;
}
.progress-icon .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}
.progress-icon .progress-value {
  font-size: 13px;
  color: #000000;
  line-height: normal;
  text-align: center;
  position: absolute;
  top: 34%;
  left: 29%;
  right: auto;
  font-weight: 600;
}
.progress-icon.blue .progress-bar {
  border-color: #049dff;
}
.progress-icon.blue .progress-left .progress-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* Activity */
.dashboard .activity {
  font-size: 14px;
}

.dashboard .activity .activity-item .activite-label {
  color: #888;
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  min-width: 64px;
}

.dashboard .activity .activity-item .activite-label::before {
  content: "";
  position: absolute;
  right: -11px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #eceefe;
}

.dashboard .activity .activity-item .activity-badge {
  margin-top: 3px;
  z-index: 1;
  font-size: 11px;
  line-height: 0;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #fff;
  flex-grow: 0;
}

.dashboard .activity .activity-item .activity-content {
  padding-left: 10px;
  padding-bottom: 20px;
}

.dashboard .activity .activity-item:first-child .activite-label::before {
  top: 5px;
}

.dashboard .activity .activity-item:last-child .activity-content {
  padding-bottom: 0;
}

/* News & Updates */
.dashboard .news .post-item+.post-item {
  margin-top: 15px;
}

.dashboard .news img {
  width: 80px;
  float: left;
  border-radius: 5px;
}

.dashboard .news h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
  margin-bottom: 5px;
}

.dashboard .news h4 a {
  color: #0077C8;
  transition: 0.3s;
}

.dashboard .news h4 a:hover {
  color: #4154f1;
}

.dashboard .news p {
  font-size: 14px;
  color: #777777;
  margin-left: 95px;
}

/* Recent Sales */
.dashboard .recent-sales {
  font-size: 14px;
}

.dashboard .recent-sales .table thead {
  background: #f6f6fe;
}

.dashboard .recent-sales .table thead th {
  border: 0;
}

.dashboard .recent-sales .dataTable-top {
  padding: 0 0 10px 0;
}

.dashboard .recent-sales .dataTable-bottom {
  padding: 10px 0 0 0;
}

 .clientsTables .table thead {
      background-color: #cfe6ff;
    }
    .clientsTables  .progress {
      height: 8px;
    }
    .clientsTables  .status-active {
      color: green;
      font-weight: 500;
    }
    .clientsTables  .status-renewal {
      color: red;
      font-weight: 500;
    }
    .clientsTables  .ellipsis-btn {
      background: none;
      border: none;
      font-size: 20px;
      color: #333;
    }
     .clientsTables .text-small {
      font-size: 0.875rem;
      color: #666;
    }

/* Top Selling */
.dashboard .top-selling {
  font-size: 14px;
}

.dashboard .top-selling .table thead {
  background: #f6f6fe;
}

.dashboard .top-selling .table thead th {
  border: 0;
}

.dashboard .top-selling .table tbody td {
  vertical-align: middle;
}

.dashboard .top-selling img {
  border-radius: 5px;
  max-width: 60px;
}

/*--------------------------------------------------------------
# Icons list page
--------------------------------------------------------------*/
.iconslist {
  display: grid;
  max-width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.25rem;
  padding-top: 15px;
}

.iconslist .icon {
  background-color: #fff;
  border-radius: 0.25rem;
  text-align: center;
  color: #0077C8;
  padding: 15px 0;
}

.iconslist i {
  margin: 0.25rem;
  font-size: 2.5rem;
}

.iconslist .label {
  font-family: var(--bs-font-monospace);
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding: 0.25rem;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}

/*--------------------------------------------------------------
# Profie Page
--------------------------------------------------------------*/
.profile .profile-card img {
  max-width: 120px;
}

.profile .profile-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #2c384e;
  margin: 10px 0 0 0;
}

.profile .profile-card h3 {
  font-size: 18px;
}

.profile .profile-card .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.profile .profile-card .social-links a:hover {
  color: #0077C8;
}

.profile .profile-overview .row {
  margin-bottom: 20px;
  font-size: 15px;
}

.profile .profile-overview .card-title {
  color: #0077C8;
}

.profile .profile-overview .label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit label {
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
}

.profile .profile-edit img {
  max-width: 120px;
}

/*--------------------------------------------------------------
# F.A.Q Page
--------------------------------------------------------------*/
.faq .basic h6 {
  font-size: 18px;
  font-weight: 600;
  color: #4154f1;
}

.faq .basic p {
  color: #6980aa;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  padding: 28px 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #0077C8;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #4154f1;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/* login */


  .login-bg {
    background-image: url('../img/login-bg.jpg'); /* Adjust the path based on your CSS file location */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh; /* Ensures full-screen height */
    display: flex;
    align-items: center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 1;
}
.login-content {
  background: #fff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  padding: 25px; 
      z-index: 1;
    position: relative;
}
.login-content img {
    max-width: 100%;
    height: 73px;
    margin: 0 auto;
    width: 100%;
}
.login-content .form-group {
  overflow: hidden;
  margin-bottom: 15px; }

.login-content .form-input {
  width: 100%;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #222; }
  .login-content .form-input::-webkit-input-placeholder {
    color: #999; }
  .login-content .form-input::-moz-placeholder {
    color: #999; }
  .login-content .form-input:-ms-input-placeholder {
    color: #999; }
  .login-content .form-input:-moz-placeholder {
    color: #999; }
  .login-content .form-input::-webkit-input-placeholder {
    font-weight: 500; }
  .login-content .form-input::-moz-placeholder {
    font-weight: 500; }
  .login-content .form-input:-ms-input-placeholder {
    font-weight: 500; }
  .login-content .form-input:-moz-placeholder {
    font-weight: 500; }
  .login-content .form-input:focus {
    border: 1px solid transparent;
    -webkit-border-image-source: -webkit-linear-gradient(to right, #9face6, #74ebd5);
    -moz-border-image-source: -moz-linear-gradient(to right, #9face6, #74ebd5);
    -o-border-image-source: -o-linear-gradient(to right, #9face6, #74ebd5);
    border-image-source: linear-gradient(to right, #9face6, #74ebd5);
    -webkit-border-image-slice: 1;
    border-image-slice: 1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    background-origin: border-box;
    background-clip: content-box, border-box; }
    .login-content .form-input:focus::-webkit-input-placeholder {
      color: #222; }
   .login-content  .form-input:focus::-moz-placeholder {
      color: #222; }
   .login-content  .form-input:focus:-ms-input-placeholder {
      color: #222; }
   .login-content  .form-input:focus:-moz-placeholder {
      color: #222; }

.login-content .form-submit {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  padding: 5px 20px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
  border: none;
  background: #121212;}
  .loginhere {
    color: #555;
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
}
.loginhere-link {
    font-weight: 700;
    color: #222;
}

/* btn */

.btn-thm {
    background: #0077C8;
    color: #fff;
    border-radius: 10px;
}
.btn-thm-out{
    background: #fff;
    color: #0077C8;
    border-radius: 10px;
    border: 1px solid #0077C8;
}
.btn-thm-out:hover {
  background: #fff;
    color: #0077C8;
    border-radius: 10px;
    border: 1px solid #0077C8;
}
.btn-thm:hover {
    background: #0077c8ad;
    color: #fff;
    border-radius: 10px;
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404 {
  padding: 30px;
}

.error-404 h1 {
  font-size: 180px;
  font-weight: 700;
  color: #4154f1;
  margin-bottom: 0;
  line-height: 150px;
}

.error-404 h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0077C8;
  margin-bottom: 30px;
}

.error-404 .btn {
  background: #51678f;
  color: #fff;
  padding: 8px 30px;
}

.error-404 .btn:hover {
  background: #3e4f6f;
}

@media (min-width: 992px) {
  .error-404 img {
    max-width: 50%;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 20px 0;
  font-size: 14px;
  transition: all 0.3s;
  border-top: 1px solid #cddfff;
}

.footer .copyright {
  text-align: center;
  color: #0077C8;
}

.footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #0077C8;
}


/* cleint details */


.card-stat {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .progress {
    height: 100%;
    margin-bottom: 10px;
}
  .card-stat-title {
    color: #0077C8;
    font-size: 16px;
  }

  .card-stat-value {
    font-weight: 700;
    font-size: 20px;
    color: #000;
  }

  .progress-bar-custom {
    background-color: #0077C8;
    height: 6px;
    border-radius: 3px;
  }

  .progress-container {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .stat-footer {
    font-size: 13px;
    color: #555;
  }

  .icon-box {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
  }

  .card-stat {
      background: #f9fbfd;
      border-radius: 10px;
      padding: 20px;
      box-shadow: 0 0 5px rgba(0,0,0,0.05);
    }
    .meeting-card {
      background: #f9fbfd;
      padding: 15px;
      border-radius: 10px;
      box-shadow: 0 0 5px rgba(0,0,0,0.05);
    }


    .btn-join-meeting {
    border: 1px solid #FFCD00;
    color: #0077C8;
    font-weight: 500;
  }
      .btn-join-meeting:hover {
    border: 1px solid #FFCD00;
    background-color: #0077C8;
    font-weight: 500;
  }


  .btn-join-meeting i {
    margin-right: 5px;
  }

  .meeting-info i {
    color: #0077C8;
    margin-right: 6px;
  }

  .TaskManagement {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 8px;
  }

  .nav-tabs .nav-link {
    color: #0076C9;
    font-weight: 500;
    border: none;
    border-bottom: 0;
    border: 1px solid #0076C9;
        border-radius: 4px;
            padding: 6px 18px;
            margin-right: 10px;


  }
ul#userTabs {
    border-bottom: 0;
    border: 1px solid #0000001A;
    padding: 10px;
}
.nav-item .font-controls {
    padding: 6px 10px;
    border: 1px solid #0076c9;
    border-radius: 4px;
    background: #fff;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.nav-tabs .nav-link.active {
    color: #ffffff;
    border-bottom: 0;
    background: #0076C9;
    border-radius: 4px;
    padding: 6px 18px;
}
 .checkbox-label {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #ccc;
      padding: 6px 0;
      font-size: 15px;
    }

    .checkbox-grid .col-md-4 {
      padding-right: 20px;
      padding-left: 20px;
    }

.form-check-input {
    margin-left: 10px;
    border: 1px solid #444444;
}
    .form-check-input {
      margin-left: 10px;
    }
  .text-primary {
    color: #0077C8 !important;
  }
  .btn-outline-primary{
      color: #000 !important; 
          border: 1px solid #0076C9;


  }
    .btn-outline-primary:hover{
      color: #fff !important; 
          border: 1px solid #0076C9;
              background: #0076C9;



  }

  .progress-bar {
    background-color: #0077C8;
  }

  /* dashbaord */
   .dashboard-card {
      background-color: #fff;
      border-radius: 12px;
      padding: 20px;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 100px;
          height: 100%;
    }

    .dashboard-icon {
      font-size: 1.8rem;
      color: #FFCD00;
    }

    .dashboard-label {
      font-weight: 600;
      font-size: 1.1rem;
      color: #0077C8;
    }
    .card-body h5{
    font-weight: 600;
      font-size: 1.2rem;
      color: #0077C8;
    }

    .dashboard-value {
      font-size: 1.5rem;
      font-weight: bold;
    }

  .recent-activity {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #aab7cf transparent;
    box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
}
      .recent-activity .activity-title {
      font-weight: 600;
      font-size: 1.2rem;
      margin-bottom: 15px;
      color: #0077C8;
    }

    .activity-item {
      margin-bottom: 15px;
    }

    .activity-item .title {
      font-weight: 600;
      color: #000;
    }
 .activity-item .title a {
      font-weight: 600;
      color: #000;
    }
    .activity-item .desc {
      font-size: 0.875rem;
      color: #555;
    }

    .activity-item .meta {
      font-size: 0.75rem;
      color: #777;
    }


    /* time traking */

     .container-box {
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.08);
      padding: 20px;
      background: #fff;
      height: 100%;
    }
    .container-box
    h5{
    font-weight: 600;
      font-size: 1.2rem;
      color: #0077C8;
    }
    .form-control, .form-select {
      border-radius: 8px;
    }
    #successToast {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: rgb(40 167 69);
    color: rgb(255, 255, 255);
    padding: 0;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
    z-index: 9999;
    font-weight: bold;
  width: max-content;
  /* display: none; */
}
.form-control.is-valid, .was-validated .form-control:valid , .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"]{
    border-color: #ced4da !important;
    background-image: none !important;
    box-shadow: none !important;
  }
  
    .dropdown-toggle::after {
    display: none !important;
    }
      .dropdown-menu {
      max-height: 200px;
      overflow-y: auto;
    }
    .form-check {
      padding-left: 1.5rem;
    }
    .table td, .table th {
      vertical-align: middle;
    }
    tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    font-size: 12px;
}
    .fa-pen, .fa-trash {
      cursor: pointer;
    }
    .bi-trash3 {
      color: red;
    }
 
    .form-label {
      font-weight: 600;
          font-size: 15px;
    }
    h5 {
      font-weight: bold;
    }
    .custom-table th {
      color: #000;
    }



   .customTables th {
    background-color: #0076C9;
    color: #fff;
  }

table.table-striped  {
  background-color: #0077CB26 !important;
   --bs-table-striped-bg: #0077CB26 !important;

}


  .btn-icon {
    border: none;
    background: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 10px;
  }




  /* form */
  td.d-flex.justify-content-center {
    height: 65px;
    align-items: center;
}
.form-check-input:checked {
    background-color: #14C531;
    border-color: #14C531;
}
.form-check-input:focus {
    border-color: #14C531;
    outline: 0;
     box-shadow: none;
}
   .form-box {
      background: #ffffff;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
    }

    .form-header {
      background-color: #0076C9;
      color: #fff;
      padding: 12px 20px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      font-weight: bold;
      display: flex;
      align-items: center;
    }

    .form-header i {
      margin-right: 10px;
    }

    .btn-save {
      background-color: #0076C9;
      color: #fff;
      border: none;
      padding: 6px 20px ;
    }

    .btn-save:hover {
      background-color: #0076C9;
            color: #fff;

    }
i.bi.bi-chevron-left {
    border: 1px solid #ffffff78;
    background: #ffffff78;
    padding: 1px 5px;
    border-radius: 100%;
}

 .DeleteModal .modal-content {
      border-radius: 12px;
      padding: 20px;
      text-align: center;
    }

     .DeleteModal .modal-header {
      border-bottom: none;
      justify-content: flex-end;
    }

     .DeleteModal .modal-body i {
      font-size: 60px;
      color: #0077CB;
      margin-bottom: 15px;
    }

     .DeleteModal .btn-confirm {
      background-color: #0077CB;
      color: #fff;
      border: none;
    }
     .DeleteModal button.btn-close {
    color: #0077CB !important;
    opacity: 1;
    border: 1px solid #0077CB;
    --bs-btn-close-color: #0077CB;
    border-radius: 100%;
    padding: 9px !important;
    width: 14px;
    height: 14px;
    text-align: center;
}

     .DeleteModal .btn-cancel {
      background-color: #000;
      color: #fff;
      border: none;
    }

     .DeleteModal .btn-confirm:hover {
      background-color: #0077CB;
    }

     .DeleteModal .btn-cancel:hover {
      background-color: #333;
    }

    /*  */

      .addPackageModal  .modal-content {
      border-radius: 12px;
      box-shadow: 0 4px 25px rgba(0, 0, 0, 0.2);
      padding: 20px;
    }
      .addPackageModal .modal-header {
      border-bottom: none;
      justify-content: center;
      position: relative;
    }
      .addPackageModal .modal-header h4 {
      font-weight: 600;
      color: #0077CB;

    }
    .modal-header .btn-close {
      position: absolute;
      right: 15px;
      top: 15px;
    }
   
    .form-control, .form-select {
      border-radius: 6px;
    }

    .addPackageModal button.btn-close {
    color: #0077CB !important;
    opacity: 1;
    border: 1px solid #0077CB;
    --bs-btn-close-color: #0077CB;
    border-radius: 100%;
    padding: 9px !important;
    width: 14px;
    height: 14px;
    text-align: center;
}
      .addPackageModal .modal-footer {
      justify-content: center;
      border-top: none;
          padding: 0;
    }
     .addPackageModal  .btn-save {
      background-color: #0077CB;
      color: white;
      width: 100px;
      border-radius: 6px;
    }

     .task-link {
      color: #0077CB;
      font-weight: bold;
      text-decoration: underline;
    }
        .task-link:hover {
      color: #0077CB;
      font-weight: bold;
      text-decoration: underline;
    }


/* client details */
 .card-box {
      border-radius: 20px;
      padding: 20px;
      color: white;
      position: relative;
      overflow: hidden;
      min-height: 150px;
          height: 100%;
    }

 .card-blue { background: #369FFF; }
    .card-green { background: #8AC53E; }
    .card-yellow { background: #FFD143; }

.card-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 3rem;
    opacity: 0.9;
}

i.bi.bi-check2-circle.card-icon {
        font-size: 4rem;
}

.hoursuserd-header {
    height: 75px;
}

.card-box::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 60px;
    height: 60px;
      opacity: 0.2;

    border-bottom-right-radius: 100%;
}
.card-box.card-blue::before {
    background: #006ED3;
  }
.card-box.card-green::before {
    background: #006838;
    opacity: 0.1;
}
.card-box.card-yellow::before {
    background: #FFC000;
    opacity: 0.5;
}
.card-content {
    position: relative;
}
.card-box::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px; /* or match your image dimensions */
  height: 120px;
  background-size: contain !important;
  z-index: 1;
  opacity: 0.2;
}
.card-box.card-blue::after {
background: url('../img/curve.png') no-repeat bottom right;
}
.card-box.card-green::after {
background: url('../img/curve2.png') no-repeat bottom right;
    opacity: 0.1;
}
.card-box.card-yellow::after {
background: url('../img/curve3.png') no-repeat bottom right;
    opacity: 0.5;
}
  .clinet-progress-ring {
  position: relative;
  width: 60px;
  height: 60px;
}

  .clinet-progress-ring svg {
  transform: rotate(-90deg); /* Start from top */
}

  .clinet-progress-ring .track {
    fill: none;
    stroke: rgb(13 13 13 / 13%);
    stroke-width: 4px;
}

  .clinet-progress-ring .progress {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-dasharray: 188.4; /* 2Ï€r = 2*3.14*30 */
  stroke-dashoffset: 141.3; /* Set dynamically: 188.4 - (188.4 * 25 / 100) */
  transition: stroke-dashoffset 0.5s ease;
}

  .clinet-progress-ring .progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 400;
  font-size: 13px;
}

.color-yellow {
    background: #F2D936;
}

.color-green {
    background: #14C531;
}

.color-red {
    background: #DC3545;
}
.icon-blue {
    color: #0095FF;
}
.icon-red {
        color: #DC3545;

}
.icon-green {
        color: #198754;

}
.sub-section-header{
  color: #0076C9;
  font-weight: 600;
    font-size: 19px;
}

textarea {
   resize: none;
}
/* tasks */

 .task-trail-header {
      background-color: #0076C9;
      color: white;
      padding: 10px;
      font-weight: bold;
      border-radius: 5px 5px 0 0;
    }
    .accordion-button:not(.collapsed) {
      background-color: #e6f0ff;
    }
    .comment-box {
      border: 1px solid #ccc;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 5px;
    }
 .accordion-button .label-text {
      flex-grow: 0.8;
    }
.form-section p{
      font-size: 13px;
    }
    .form-section p a{
      font-size: 13px;
      color: #0076C9;
      text-decoration: underline;
    }
 .status-complete,
    .status-inprogress,
    .status-draft,
.status-archive,
 .status-reopen,
.status-renewalDue,
    .priority-high,
    .priority-medium,
    .priority-low, .status-badge{
 display: inline-block;
    white-space: nowrap;
    padding: 2px 2px;
    font-size: 11px;
    border-radius: 5px;
    color: #FFFFFF;
    width: 65px;
    font-weight: 600;
    min-width: max-content;

    }
.status-renewalDue{
    background-color: #ff7719;
    width: max-content;
    padding: 5px 10px;
}

/* Different colors for each status */
.status-badge.prospect {
  background-color: #17a2b8; /* teal */
}

.status-badge.onboarding {
  background-color: #007bff; /* blue */
}

.status-badge.adhoc {
  background-color: #6f42c1; /* purple */
}

.status-badge.support {
  background-color: #28a745; /* green */
}

.status-badge.paused {
  background-color: #ffc107; /* yellow */
  color: #000;
}

.status-badge.out {
  background-color: #ff7719; /* orange */
}

.status-badge.terminated {
  background-color: #dc3545; /* red */
}
.status-archive{
   background-color: #6d6d6d;
    }

    .status-complete {
      background-color: #28a745;
    }
.status-reopen{
   background-color: #0076c9;

}
    .status-inprogress {
      background-color: #ffc107;
      width: 65px;
    }
    .status-draft {
      background-color: #dc3545;
    }
    .priority-high {
      background-color: #28a745;
    }
    .priority-medium {
      background-color: #ffc107;
    }
    .priority-low {
      background-color: #dc3545;
    }
    .action-icons i {
      cursor: pointer;
    }
.form-check.form-switch {
    min-height: 0.5rem;
}
a.page-link.active {
    background-color: #0076c9;
    border-color: #0076c9;
}
a.page-link {
    color: #0076c9;
}

.activity-item {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
span.badge.bg-info.text-dark {
    font-size: 12px;
    text-transform: capitalize;
}
label.badge.bg-primary.mx-1 {
    font-size: 12px;
    margin: 0 !important;
    padding: 2px 5px 3px !important;
}
.tooltip-inner {
    background-color: #0076C9 !important; 
    color: #fff !important; 
     max-width: 400px !important; 
    width: 400px !important;     
  }

  /* Optional: Tooltip arrow color */
  .tooltip.bs-tooltip-top .tooltip-arrow::before,
  .tooltip.bs-tooltip-bottom .tooltip-arrow::before,
  .tooltip.bs-tooltip-start .tooltip-arrow::before,
  .tooltip.bs-tooltip-end .tooltip-arrow::before {
    background-color: #0076C9 !important;
  }

  .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  border-top-color: #0076C9 !important;
}
i.update-square.text-success img {
    width: 20px;
    object-fit: contain;
    position: relative;
    bottom: 1px;
}


.activity-top {
      display:flex;
      gap:12px;
      align-items: flex-start;
    }
    .activity-top  i{
          color:#0076C9;
          padding-right: 5px; 
    }
    .activity-meta {
      flex:1;
      min-width:0;
    }
    .avatar {
      width:44px;
      height:44px;
      border-radius:50%;
      background:rgb(196, 226, 250);
      display:inline-flex;
      align-items:center;
      justify-content:center;
      font-weight:600;
      color:#0076C9;
    }

    .activity-title {
      font-weight:700;
      font-size:1rem;
      margin-bottom:4px;
      display:flex;
      gap:8px;
      align-items:center;
      flex-wrap:wrap;
    }
    .activity-sub { color:#6b7280; font-size:.92rem; }

    .badge-hours {
      background:#f1f6fa;
      border-radius:8px;
      padding:8px 10px;
      font-weight:700;
      display:inline-block;
      min-width:34px;
      text-align:center;
    }

    .chip {
      display:inline-block;
      background:#e5f5ff;
      padding:6px 10px;
      border-radius:8px;
      margin-right:6px;
      margin-bottom:6px;
      font-weight:600;
      font-size:.85rem;
      color: #0076C9;
    }

    .priority-high { background:#bcf3cc; color:#1f8a3e; padding:4px 10px; border-radius:8px; font-weight:700;     text-align: center;    width: 56px;
    min-width: max-content;}
    .priority-medium { background:#f9e3c1; color:#b06a00; padding:4px 10px; border-radius:8px; font-weight:700;    text-align: center;     width: 56px;
    min-width: max-content;}
    .priority-low { background:#f8b9b9; color:#c53030; padding:4px 10px; border-radius:8px; font-weight:700;     text-align: center;     width: 56px;
    min-width: max-content;}

    .system-notes {
      color:#1f2937;
    }
 .system-notes p.mt-2 {
    font-weight: 500;
}
b, strong {
    font-weight: 600;
}

    ul#userTabs {
    border-bottom: 0;
    border: 1px solid #0076c9;
    border-radius: 4px;
}
select#rpp {
    border: 0px;
    bottom: 2px;
}
.form-select:focus {
  outline: none;
  box-shadow: none;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #282727e3; /* Background color */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.preloader__image {
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
ul#clients-nav a, ul#tasks-nav a {
    padding: 10px;
}
.sidebar-nav ul#clients-nav a i, .sidebar-nav ul#tasks-nav a i {
    font-size: 15px;
}

.preloader--hidden {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.clientsSection {
    border: 1px solid #0076c9;
    border-radius: 8px;
    padding: 20px 5px 10px;
    margin-bottom: 20px;
}
.clientsSection .col-md-4 {
    margin-bottom: 10px;
}
.clientsSection:nth-of-type(odd) {
  background-color: #0076c90a; 
}

.clientsSection:nth-of-type(even) {
     background-color: #ffc1070a;
}
.clientsSection p {
  font-size:14px;
    word-break: break-all;
 }


.form-control {
    font-size: 15px;
}
.table a {
    color: #0076c9;
    text-decoration: none;
    text-decoration: underline;
    font-weight: bold;
}
.user-profile-header-banner img {
    block-size: 100px;
    inline-size: 100%;
    object-fit: cover
}

.user-profile-header {
    margin-inline-start: 1.5rem;
    margin-block-start: 2rem;
    align-items: center;
}

 .user-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
border:1px solid #0076c9;

}
.user-avatar img {
       object-fit: cover;
    height: 90px;
    width: 90px;
}
.btn-save-outline{
 background: #fff;
          color: #000;
          border: 1px solid #0076C9;
          margin-left: 10px;
}
h5.settings{
 color: #000;
}
.camera-icon {
  bottom: 0;
  right: 0;
  background: #ffffff;
  border-radius: 50%;
  padding: 0 4px;
  cursor: pointer;
  font-size: 16px;
  border: 1px solid #ccc;
}
.camera-icon i{
  color: cornflowerblue;
}
.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}
.password-wrapper {
  position: relative;
}

.password-wrapper input {
  padding-right: 30px;
}

.password-wrapper .toggle-eye {
position: absolute;
    right: 23px;
    top: 36px;
    cursor: pointer;
    color: #198754;
    font-size: 1.2rem;
}
.login-content .password-wrapper .toggle-eye {
    position: absolute;
    right: 23px;
    top: 4px;
    cursor: pointer;
    color: #198754;
    font-size: 1.2rem;
}
/* Remove Edge and Chrome built-in password eye icon */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none !important;
}

input[type="password"]::-webkit-textfield-decoration-container {
  display: none !important;
  -webkit-appearance: none;
}

/* Newer Edge (Chromium) specific fix */
input[type="password"]::-webkit-credentials-auto-fill-button {
  visibility: hidden !important;
  display: none !important;
  pointer-events: none;
}



