/**Universe CSS*/ :root {
  --theme-primary-dark: #1bb394;
  --theme-primary-darkHover: #0f826b;
  --theme-primary-light: #ffffff;
  --theme-secondary-dark: #FEC832; /*    #ffc444;*/
  --theme-light-gray: #e9ecef;
  --black: #000000;
  --theme-gray: #f0f0f0;
}
/* Color system - Dark Mode only */
html[data-bs-theme=dark], [data-bs-theme=dark] {
  --bs-secondary-bg1: #282f36;
    --textwhite:#ffffff;
}
/* Color system - Dark Mode only */ :root, [data-bs-theme=light] {
  --bs-secondary-bg1: #ffffff;
    --textwhite:#000000;
}
html[data-menu-size=condensed] .page-content {
  margin-left: var(--bs-main-nav-width-sm);
  min-height: 900px;
}
.bg-theme {
  background: var(--theme-primary-dark);
  color: var(--theme-primary-light);
}
.bg-theme:hover, .bg-theme:active, .bg-theme:focus {
  background-color: var(--theme-primary-darkHover)!important;
  color: var(--theme-primary-light);
}
.bs-main-nav {
  background: var(--bs-main-nav-bg);
  color: var(--theme-primary-light);
}
.font12 {
  font-size: 12px;
}
.round-left {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: .25rem;
}
.text-theme {
  color: var(--theme-primary-dark);
}
.bg-lgray {
  background: var(--theme-light-gray);
}
.bg-gray {
  background: var(--theme-gray);
}
.pt17 {
  padding-top: 17px;
}
.w70 {
  width: 70px;
}
.btn-view {
  background: #d5e3f1;
  border: none;
}
.btn-view:hover {
  background: #0a549f;
  color: white;
}
.btn-success {
  background-color: var(--theme-primary-dark);
  border: none;
}
.btn-success:hover {
  background-color: var(--theme-primary-darkHover);
  border: none;
}
.wid85 {
  width: 85px;
}
h5.card-title.anchor {
    color:var(--textwhite)!important;
}
input::placeholder {
  color: #6c6c6c!important; /* Change to your desired color */
}
/*Login Page*/
.logo-box {
  text-align: left;
}
.login-page {
  width: 100%;
  height: 100vh;
  display: inline-block;
  display: flex;
  align-items: center;
}
.bg-login {
  background-image: url("../images/bg-login.jpg");
}
.bg-lyellow {
  background: var(--theme-secondary-dark);
}
.wid85 {
    width: 85px;
}
/*Dashboard Page*/
.nav-link:hover, .wrapper .main-nav .navbar-nav .nav-item .nav-link:hover {
  background: var(--theme-secondary-dark);
  color: var(--black);
}
.wrapper .main-nav .navbar-nav .nav-item .nav-link:hover::after {
  color: var(--black) !important;
}
/*Pricing Page*/
.card-pricing .pricing-ribbon-primary, .card-pricing .pricing-ribbon {
  background: var(--theme-primary-dark);
}
.card-pricing .pricing-ribbon-primary::before {
  border-color: var(--theme-primary-dark) transparent transparent;
}
/*Table*/
.custom-table th {
  background: var(--bs-main-nav-bg);
  color: var(--theme-primary-light);
}
/*Custom form builder  css*/
.custom-formbuilder .list-group-item.active {
  background-color: var(--bs-main-nav-bg);
  border-color: var(--bs-main-nav-bg) solid 1px;
}
.custom-formbuilder button.btn.btn-primary {
  background: var(--theme-primary-dark);
  border: var(--theme-primary-dark) solid 1px;
}
button.btn.btn-outline-secondary.w-100 {
  background: white;
}
button.btn.btn-outline-secondary.w-100:hover {
  background: var(--bs-btn-hover-bg);
}
a.list-group-item.list-group-item-action {
  padding: 5px 17px;
}
.p13-22 {
  padding: 13px 22px !important;
}
/*Work Flow css*/
.bg-outer {
  padding: 30px;
  background: #cccaca !important;
}
.workflow-h {
  background: #2d3d4d;
  padding: 10px 15px;
  border: #ddd solid 1px;
  margin: 0 0 20px 0;
}
.profile {
  width: 50px;
  border-radius: 100%;
}
/*Support Ticket*/
.profileImg {
  width: 50px;
  border-radius: 100%;
}
/*Billing*/
.bg-light-info {
  background-color: rgba(0, 187, 255, 0.098);
  padding: 4px;
}
.bg-light-warning {
  background-color: rgba(255, 213, 0, 0.158);
  padding: 5px;
}
.bg-light-danger {
  background-color: rgb(255, 240, 240);
  padding: 5px;
}
.bg-light-success {
  background-color: rgba(82, 145, 120, 0.167);
  padding: 5px;
}
.profile-circle {
  width: 50px;
  border-radius: 100%;
}
/*Progress in Dashboard*/
.progress-container {
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding-bottom: 20px;
}
.progress-card {
  flex: 1;
  padding: 15px;
  text-align: center;
  border: var(--bs-border-color) solid 1px;
  border-radius: var(--bs-border-radius);
  box-shadow: var(--bs-box-shadow);
  background-color: var(--bs-secondary-bg1);
}
.settings-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ffcc00;
  padding: 8px;
  border-radius: 50%;
}
.newtable th, .newtable td {
  padding: 15px 0 !important;
}
.newtable th {
  background-color: #2d3d4d !important;
  color: #fff !important;
}
.newtable td:first-child{padding-left: 15px!important;}
/*
.simplebar-content {
    padding: 0px !important;
}
*/
/*Blog page */
.table-vmiddle td, .table-vmiddle th {
  vertical-align: middle;
}
.blog-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: #ddd solid 1px;
  padding: 10px;
}
.Profile_image {
  width: 70px;
  height: 70px;
}
@media (max-width: 1200px) {
  .progress-container {
    flex-wrap: wrap;
  }
  .progress-container .progress-card {
    width: 50%;
  }
}
@media (max-width: 580px) {
  .progress-container {
    flex-direction: column;
  }
  .progress-container .progress-card {
    width: 100%;
  }
}