/**Universe CSS*/ :root {
  /*
  --theme-primary-dark: #1bb394;
  --theme-primary-darkHover: #0f826b;
*/
  --theme-primary-dark: #666cff;
  --theme-primary-darkHover: #444bef;
  --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;
}
.minW-150px {
  min-width: 150px;
}
.btn-view {
  background: #43607a;
  color: white;
  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 */
}
.btn-close {
  -webkit-filter: var(--bs-btn-close-white-filter) !important;
  filter: var(--bs-btn-close-white-filter);
}
/*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, .custom-table td {
  white-space: nowrap;
}
.custom-table th {
  background: var(--bs-main-nav-bg);
  color: var(--theme-primary-light);
}
.table-vmiddle td, .table-vmiddle th {
  vertical-align: middle;
}
.table-vmiddle td, .table-vmiddle th {
  vertical-align: middle;
}
.blog-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: #ddd solid 1px;
  padding: 10px;
}
.blog-icon {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  border: #ddd solid 1px;
  padding: 10px;
}
/*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;
}
/*Toggle*/
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 6px;
  bottom: 5px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #2196F3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
/*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*/
.Profile_image {
  width: 70px;
  height: 70px;
}
.profileImg {
  width: 50px;
  border-radius: 100%;
}
/*Billing*/
.hover-text-white:hover {
  color: #fff !important;
}
.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;
}
/* for checkbox */
.form-check-input:checked {
  background-color: var(--theme-primary-dark);
  border-color: var(--theme-primary-dark);
}
/* for button */
.bg-custom, .bg-custom:hover, .bg-custom:focus, .bg-custom:active {
  background-color: var(--theme-primary-dark);
}
/* for all links */
.a-link {
  color: var(--theme-primary-dark);
}
/* Reset Password Container */
.verification-container {
  max-width: 520px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/* E-mail Content Container */
.verification-container1 {
  max-width: 520px;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/*3D Images adjustment */
.img-fluid1 {
  height: 75vh;
}
.bg-size {
  background-size: cover;
  height: 100%;
}
.bg-reset, .bg-email {
  background: url('../images/bg_reset.png') no-repeat center;
  background-size: cover;
}
/*
.bg-email {
    background: url('../images/bg_email.png') no-repeat center;
    
}
*/
/* QGenesis Logo  for left side only visible on above devices from medium*/
.logo_2 {
  height: 60px;
}
/* For Right Side section only on small or medium device visible */
.logo_image {
  height: 50px;
  align-items: center;
}
/* logo for Reset and veriication email page */
.logo_1 {
  height: 50px;
}
/* padding for  area */
/*Modal Table*/
table.table.custom-table.modal-table tr td, table.table.custom-table.modal-table tr th {
  font-size: 14px;
}
.modal-scrollable-body {
  max-height: 70vh; /* Adjust as needed */
  overflow-y: auto;
}
@media screen and (min-width: 1200px) {
  .padding-p {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@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%;
  }
  .flexSmColumn {
    flex-direction: column;
  }
  .flexSmColumn.inside_full input, .flexSmColumn.inside_full button, .flexSmColumn.inside_full select {
    width: 100% !important;
    margin: 0px 0px 10px 0px !important;
  }
  .flexSmFull{
    width: 100% !important;
  }
}
