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

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.25rem;
  letter-spacing: -0.5px;
}

/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 74px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.docs-page .layout-navbar-fixed.layout-wrapper:not(.layout-without-menu) .layout-page,
.docs-page .layout-menu-fixed.layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 62px !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;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 231px;
    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;
}


.app-brand-logo img
{
  height: 20px;
}

.daboxo {
    padding: 40px 30px 20px;
}
.daboxo h4 {
    margin-bottom: 10px;
    font-size: 0.875rem;
    line-height: 20px;
}
.daboxo h3 {
    margin-bottom: 0px;
    font-size: 1.125rem;
    line-height: 20px;
}
.end-3 {
    inset-inline-end: 1rem;
}
.top-3 {
    top: 1rem;
}
.position-absolute {
    position: absolute !important;
}
.minboxdat {
    padding: 1.25rem;
    background: #f9fafc;
    border-radius: 0.3125rem;
    transition: 0.5s;
}
.minboxdat h4, .minboxdat span {
    font-size: 1rem;
    line-height: 20px;
}
.minboxdat:hover {
    box-shadow: 1px 1px 10px 3px #ccc;
    transition: 0.5s;
}
.storswith
{
  margin-right: 20px;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: max-content;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.ofcanvbox
{
  padding-left: 0px;
  padding-right: 0px;
}

.vacticusbox .label {
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
  }

  .vacticusbox .required {
    color: red;
  }

  .vacticusbox .radio-group {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
  }

  .vacticusbox .radio-group label {
    cursor: pointer;
    font-size: 14px;
    display: flex;
  }

  .vacticusbox .radio-group input {
    margin-right: 6px;
  }

  .vacticusbox .section {
    display: none;
    padding-top: 10px;
  }

  .vacticusbox .form-group {
    margin-bottom: 16px;
  }

  .vacticusbox input {
    width: 100%;
    padding: 9px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
  }
.vacticusbox .laboxo input
{
  width: 12px;
    padding: 9px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
}
  .vacticusbox .info-box {
    background: #f1f3f6;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
  }
  .seeditext
  {
    text-align: right;
  }
  .bglight
  {
    background-color: #f6f6f6;
  }

  .bank-info-card {
    background-color: rgba(0, 106, 255, 0.05);
}
.bank-info-card .edit-btn {
    position: absolute;
    inset-inline-end: 20px;
    top: 20px;
}
.dm-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 12px;
}
.dm-info li {
    display: flex;
}
.__w-100px {
    width: 100px;
}
.dm-info li .right {
    width: 0;
    flex-grow: 1;
    padding-inline-start: 10px;
}
.tithold
{
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #ddd;
}

.orrrdet span, .orrrdet strong
{
  font-size: 12px;
}
.order-calculations
{
  width: 40%;
  padding-bottom: 20px;
}

.order-calculations div
{
    border-bottom: 1px solid #eee;
    padding: 7px;
}

.tabinvo tr td:last-child, .tabinvo tr th:last-child
{
 text-align: right;
}
.orstco
{
  padding-right: 12px;
}


.proviru .product-img{
    width:60px;
    height:60px;
    object-fit:cover;
    border-radius:8px;
    border:1px solid #ddd;
}
.proviru .reason-box{
    background:#fdecec;
    color:#842029;
    padding:12px;
    border-radius:6px;
    font-size:14px;
}
.proviru .no-data{
    text-align:center;
    padding:40px;
    color:#999;
}
.reboxk p
{
  margin-bottom: 5px;
  font-size: 13px;
  display: flex;
}
.reboxk p>span.label
{
  width: 140px;
}
.reboxk p>span.value
{
  padding-left: 5px;
}

.reboxk p>span.badge
{
  margin-left: 5px;
}
.reboxk
{
  position: relative;
}
.virefuon
{
  position: absolute;
    bottom: 10px;
    width: 90%;
    left: 5%;
}
.torefu div
{
      font-size: 13px;
    text-transform: capitalize;
    border-bottom: 1px dashed #ccc;
    padding: 4px 10px;
}

.prostb
{
  width: fit-content;
  align-items: center;
    padding: 5px 8px;
    margin: 0px 8px;
}
.prostb h5
{
  font-size: 13px;
}
.maipodiv
{
      display: flex;
    align-items: center;
    justify-content: flex-end;
}


.product-card {
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    padding: 20px;
    background: #fff;
}

.product-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-img-wrapper img {
    width: 100%;
    transition: 0.3s ease;
}

.overlay-buttons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    transition: 0.3s ease;
}

.product-img-wrapper:hover .overlay-buttons {
    opacity: 1;
}

.overlay-buttons button {
    padding: 6px 15px;
}

.info-box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
}
 .ck-editor__editable[role="textbox"] {
    /* editing area */
    min-height: 200px;
  resize: both;
}
.ck-content .image {
    /* block images */
    max-width: 80%;
    margin: 20px auto;
}