/*
* 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: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! 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;
}

.mw-130 {
  max-width: 130px;
}
.mw-150 {
  max-width: 150px;
}

@media (max-width: 1366px) {
  .range-tickmarks {
    font-size: 13px;
  }
}

@media (max-width: 768px) {
  .range-tickmarks {
    font-size: 12px;
  }
  .range-tickmarks p:nth-child(2n) {
    display: none;
  }
}

.btn.btn-i:not([class*=btn-label-]):not([class*=btn-outline-]) {
  box-shadow: none;
  width: auto;
}
.btn.btn-i:active,
.btn.btn-i:hover {
  background-color: #7367f0;
  border-color: #7367f0;
  color: #fff;
}

.btn.btn-i-danger:active,
.btn.btn-i-danger:hover {
  background: #fce4e4;
  border-color: #fce4e4;
  color: #ea5455;
}
.btn.btn-i:active {
  tansform: scale(0.98);
  transition: all 0.135s ease-in-out;
}

.truncate-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 768.5px) {
  .text-mobile-xs {
    font-size: 13px;
  }
}

.img-brand {
  width: auto;
  max-width: 100%;
  height: 43px;
}

.img-brand.forbes {
  height: 23px;
}

.text-brand {
  font-size: 1.125rem;
  font-weight: 500;
}
.card-brand {
    transition: transform 200ms ease;
}

 
.features-icon-box .card-brand {
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(var(--bs-gutter-x) * 0.5);
  left: calc(var(--bs-gutter-x) * 0.5);
}
.features-icon-box .link-brand,
.features-icon-box {
  position: relative;
  text-align: center;
}

@media (max-width: 768.5px) {
  .min-height.n1 {
    min-height: 23rem
  }
}

footer  a {
  color: #4e4e4e;
  font-weight: 500;
}
@media (max-width: 560.5px) {
  #listOfFiles td {
    width: 100%;
  }

  #listOfFiles tr {
    display: flex;
    flex-direction: column;
    background: white;
    margin-bottom: 9px;
    box-shadow: 0 1px 5px rgba(75, 70, 92, 0.1);
    border-radius: var(--bs-card-border-radius);
    padding: 10px 0;
  }

  #listOfFiles td>div {
    display: flex;
    flex-direction: column;
  }

  #listOfFiles td {
    box-shadow: none;
    border-bottom: 0;
    padding: 5px 15px;
    text-wrap: wrap;
  }

  #listOfFiles td div.col {
    display: flex;
    flex-direction: row;
  }

  #listOfFiles td div.col .btn + .btn:now(.dropdown-toggle) {
    margin-left: 3px
  }
  #listOfFiles tr:nth-child(1)
  {
    display: none;
  }

  #listOfFiles  th {
    display: none;
  }
  #listOfFiles + .container-fluid .alert {
    text-wrap: wrap;
  }
  #listOfFiles  .badge-tg {
    position: static !important;
  }
  #listOfFiles  .badge + .badge {
    margin-left: 5px;
  }

  #listCard .text-label {
    font-size: 13px;
  }

  #listCard {
    background: transparent;
    box-shadow: none;
  }

  #nofilesDiv .alert {
    text-wrap: wrap;
  }

  #listOfFiles td .download-source {
    display: flex;
    flex-direction: row;
    height: auto !important;
    margin-bottom: 5px;
  }

  #listOfFiles td .btn  {
    margin-bottom: 0  !important;
  }
  #listOfFiles td .btn + .btn:now(.dropdown-toggle) {
    margin-left:5px;
  }

  #listOfFiles  .source-name {
    width: 100%;
    padding-right: 0 !important;
    max-width: none  !important;
  }
  #listOfFiles  .source-time {
    width: 100%;
    flex-direction: row;
  }

  #listOfFiles  .source-delete,
  #listOfFiles  .source-delete-td
  {
   width: fit-content;
  display: block;
    margin-left: auto;
    margin-right: 0;
  }

  #listOfFiles tr:empty {
    display: none;
  }
}
.speaker-name {
  text-decoration: underline;
}
.speaker-name:has(input)  {
  text-decoration: none;
}
.speaker-button:has(input) .ti-pencil {
  display: none;
}

.speaker-button {
  display: inline-block;
  transition: color 200ms ease;
}
.speaker-button .edit-btn {
  opacity: 0;
  visibility: hidden;
  transition:  200ms ease;
  transition-property: visibility, opacity;
}
.speaker-button.speaker-button--always .edit-btn {
  opacity: 0.5;
  visibility: visible;
}

.speaker-button:hover .edit-btn {
  opacity: 1;
  visibility: visible;
}
.speaker-button:hover {
  color: #7367D8;
}

.jstree-default .jstree-clicked {
    background: transparent!important;
    box-shadow: none!important;
}
.jstree-default .jstree-hovered {
  background: transparent!important;
  box-shadow: none!important;
}