/*
* 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 svg {
  width: 38px;
  height: 20px;
}
.sl-toast-stack {
/*  position:aboslute;*/
  left: 50%;
  top:20px;
  transform: translateX(-50%);
  height: auto;
/*  top: auto;*/
  z-index: 100000000 !important;
}
.ql-toolbar{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.ql-container{
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}
/*tiny mce editor*/


/*tiny mce editor*/
.completed,.followed{
  background: #eeeeee;
  border: 1px solid #eeeeee;
  color: black;
}
.quote_error_msg{
  font-size: 13px;
  color: red;
  line-height: 15px;
  margin-top: 5px;
  display: inline-block;
}
/*.btn-primary.completed:hover{
  background-color: #eeeeee !!important;
  border-color:#eeeeee !!important;
  color: black !important;
}*/
.task-box,#documents ul{
  padding-inline-start: 0;
}
.task-box li,#documents li{
  list-style: none;
}
.nano input{
  display: block;
  float: left;
  height: 48px;
  overflow: hidden;
}
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

.blink {
    animation: blink 1s infinite; /* Adjust the duration as needed */
}
.nano input[type="text"] {
  padding: 20px;
}

.nano input[type="text"]:invalid{
  outline: 2px solid red;
}
.app-brand-text.demo {
  font-size: 1.25rem;
}

/* ! 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;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}
.timeline li:last-child {
  border-left: none !important;
}
.timeline .timeline-item .timeline-point{
  background-color:#666cff !important;
}
/*
* 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: 1.25rem !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: 300px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}
/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1.25rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1.25rem;
}
.label-color{
  height: 45px;
  border-radius:10px;
  width: auto;
  display: inline-block;
  line-height: 25px;
  color: white;
  padding: 10px;
}
.label-box{
  width: 100%;
  padding: 10px;
  background: white;
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
.label-box h6{
  margin-top: 10px;
  text-align: center;
  margin-bottom: 0;
}
.dropzone {
    border: 2px dashed #007bff !important;
    padding: 30px;
    background: #f8f9fa;
}
.dropzone .dz-preview.dz-image-preview {
    background: #fff;
/*            padding: 20px;*/
    box-shadow: 0 0.125rem 0.625rem 0 rgba(76, 78, 100, 0.22);
    border-radius: 10px;
    margin: 5px;
}
.dropzone .dz-preview .dz-image{
    margin-bottom: 10px;
    display: flex !important;
    justify-content: center;
}
.dropzone .dz-preview .dz-remove{
    border-top: 1px solid lightgrey !important;
    padding: 5px 10px;
    color: grey;
    text-decoration: none !important;
}
.dropzone .dz-preview .dz-image img{
    padding: 10px;
    border-radius: 20px;
    width: 100%;
}
p.file-url {
    padding: 5px;
    border-bottom: 1px solid lightgrey;
    margin-bottom: 0;
}
.urls{
  margin-top: 15px;
  height: 100px;
  overflow-y: scroll;
}
.gallery-img{
  height: 120px;
  width: 120px;
  overflow: hidden;
  padding: 10px;
  border-radius: 10px;
}
.gallery-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.gallery-img img {
    width: 100%;
    box-shadow: 0 0.125rem 0.625rem 0 rgba(76, 78, 100, 0.22);
    object-fit: cover;
    overflow: hidden;
    height: calc(120px - 20px);
}
}
.gallery-img button{
  width: 100%;
}
.tox .tox-pop{
    display: none !important;
}