/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  -- height: 64px;
}

.dark-style .menu .app-brand.demo {
  -- height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
 
}

.app-brand-logo.demo img {
  width: 34px;
  height: 24px;
}

.app-brand-img.footer img {
  width: 119px;
  mix-blend-mode: multiply;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

/*
* Custom Css
******************************************************************************/

.light-style .swal2-popup .swal2-title {
  font-size: 18px;
  max-width:none
}

.permission-box {
  width: 195px !important;
}

.dataTables_scrollBody {
  position: inherit !important;
}

.text-lms {
  color: #5E3FB8;
}

input::-ms-reveal, input::-ms-clear {
  display: none;
}

.select2-results__message {
    text-align: center;
}
.flatpickr-day.today {
    background-color: #43aa43 !important;;
    color: white;
}
.light-style .flatpickr-day.today:hover {
    background-color: #43aa43 !important;;
    color: white;
}
.jtree-active {
  color: #5E3FB8;
  font-weight: bold;
}

.pl-n {
  padding-left: calc(1rem * var(--depth));
}

#hidden-print-div 
{
  display: none;
}

.disablehref {
  pointer-events: none;
  border:1px solid #cccc;
}

.poll-question {
  display: none;
}

.poll-question.active {
  display: block;
}



@media print {
  #hidden-print-div 
  {
    display: block;margin: 10px;
  }
}
.pdf-header 
{ 
  margin-bottom: 20px; margin-top: 15px; 
}
.bulk-config
{
  min-height: 400px;
}
li.section-group p {
  margin-bottom: 0px;
}

.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff !important;
  background-color: #7367f0 !important;
  border-color: #7367f0 !important;
}

.slider-next.slick-arrow{
  border:0; background: #e9e7fd; border-radius:0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right:-30px; border-radius: 100%;
}

.slider-next.slick-arrow i, .slider-prev.slick-arrow i{
  color:#7367f0;
}

.slider-next.slick-arrow.slick-disabled, .slider-prev.slick-arrow.slick-disabled{
  background:#f1f1f2;
}

.slider-next.slick-arrow.slick-disabled i, .slider-prev.slick-arrow.slick-disabled i{
  color:#a8aaae;
}

.slider-prev.slick-arrow{
  border:0; background: #e9e7fd; border-radius:0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 30px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left:-25px; border-radius: 100%;
}

.grid-view .question-container {
  display: none;
}

.grid-view .question-container.active {
  display: block;
}

.daterangepickr {
  cursor: pointer;
}

.jstree-anchor, .jstree-anchor:link, .jstree-anchor:visited, .jstree-anchor:hover, .jstree-anchor:active {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.form-check-inline {
  font-size: 0.8425rem;
}

div.dataTables_wrapper div.dataTables_filter input {
  width: auto;
}

.my-task-wow-background {
    background: url(../../../images/default/my_task_wow_background.png);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 50px !important;
    background-color: #fff;
}
.image-wrapper img{
  max-height: 123px;
}
.dashboard-filter-bar {
    margin-bottom: 1rem;
}

.dashboard-filter-bar .card {
    backdrop-filter: blur(6px);
    background-color: var(--bs-card-bg);
    border: 1px solid rgba(105, 108, 255, 0.08);
}

.kpi-card {
    transition: transform 0.2s ease;
}

.kpi-card:hover {
    transform: translateY(-2px);
}

.kpi-card .progress {
    height: 0.375rem;
    border-radius: 999px;
    background-color: rgba(105, 108, 255, 0.12);
}

.kpi-card .progress-bar {
    background-color: var(--bs-primary);
}

.border-orange {
    border-color: #fd7e14 !important;
}

.border-amber {
    border-color: #ffb300 !important;
}

.border-beige {
    border-color: #d7ccc8 !important;
}

.funnel-card .card-body {
    padding: 1.5rem;
}

.funnel-track {
    background-color: rgba(105, 108, 255, 0.08);
    border-radius: 1rem;
    overflow: hidden;
}

.funnel-segment {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem;
    min-width: 4.5rem;
    color: var(--bs-body-color);
    text-align: left;
}

.funnel-segment:nth-child(even) {
    background-color: rgba(105, 108, 255, 0.12);
}

.funnel-label {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    opacity: 0.85;
}

.funnel-count {
    font-weight: 700;
    font-size: 0.95rem;
}

.table-sticky thead th {
    position: sticky;
    top: 0;
    background-color: var(--bs-body-bg);
    z-index: 2;
}

.table-mode-toggle .btn {
    min-width: 6rem;
}

.insight-box {
    border-left: 4px solid var(--bs-primary);
}

