/*
* 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: 72px !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;
  }
  
  
  .cartSteps {
  max-width: 572px;
  width: 100%;
  margin: 0px auto 50px;
  padding-top: 16px;
  }
  .cartSteps-ul {
  display: flex;
  align-items: center;
  padding: 0;
  list-style: none;
  justify-content: space-around;
  margin: 0 0 20px 0;
  }
  .cartList {
  display: flex;
  align-items: center;
  flex-direction: column;
  }
  .cartSteps-ul .cartList {
  position: relative;
  flex: 1 0;
  justify-content: center;
  width: 100%;
  opacity: 0.5;
  
  
  }
  
  .cartList:after,
  .cartList:before {
  content: "";
  max-width: 60%;
  width: 100%;
  display: block;
  height: 1px;
  background: #c4cad0;
  position: absolute;
  top: 10px;
  /*top: 20px;*/
  }
  .cartList:first-of-type:before {
  max-width: 0;
  left: 0;
  }
  .cartList:Last-of-type:after {
  max-width: 0;
  left: 0;
  }
  .cartList:before {
  left: -25%;
  }
  .cartList:after {
  right: -25%;
  }
  .cartList.activeCart {
  opacity: 1;
  cursor: pointer;
  font-weight: 500;
  }
  .cartList .c-icon{ background: #7057eb; width:25px; height:25px; line-height: 10px; border-radius: 50%;
  color:#fff; text-align: center; padding: 6px 0; font-weight: bold;}
  .cartSpan { color:#7057eb; font-weight: 600;}
  
  
  
  
  .c-classification{ background: #000 !important; text-transform: uppercase;  font-size: 14px; display: inline-block; text-align: center; color: #fff;
  border-radius: 4px 4px 0 4px; padding: 5px 0; width: 40px; height: 30px;}
  .remove-Link { color:#758398; text-decoration: none; font-size: 12px; text-align: right;}
  .remove-Link i{ color:#fff; background: #758398; width: 20px; height: 20px; padding:5px 0; text-align: center; border-radius: 50%;}
  .background-grey{ background: #eff2f6; padding: 10px 10px; border-radius: 5px; width:86%}
  .easy-mediumtought ul{ padding: 0; margin: 0;}
  .easy-mediumtought ul li{ display: inline; list-style: none; color:#111; margin: 0 5px; 
  font-size: 14px;}
  .border-radius-5{ border-radius: 5px;}
  
  
  .form-check:not(.form-switch) .form-check-input[type="radio"]:not(:checked), 
  .dt-checkboxes-cell .form-check-input[type="radio"]:not(:checked){border:1px solid #111 !important}
  .form-check-input:checked {
    background-color: #0b0b0b;
    border-color: #000;
    box-shadow: 0 2px 6px 0 rgba(153, 153, 153, 0.68);
  }
  .form-check:not(.form-switch) .form-check-input[type="radio"], .dt-checkboxes-cell .form-check-input[type="radio"] {
    background-size: 1.125rem;
  }
  .background-light{background: #f9f9f9;}
  .background-white{ background: #fff;}
  .btn-outline{background: #fff; border: 1px solid #111; color: #111;}
  .btn-outline:hover{ border: 1px solid #111; background-color: #111; color:#fff}
  .btn-dark {
    color: #fff;
    background-color: #111;
    border-color: #111;
  }
  @media (min-width: 992px) {
    .modal-lg, .modal-xl {
      --bs-modal-width: 44rem;
    }
  }
  .form-label, .col-form-label {
    text-transform: inherit;
    letter-spacing: inherit;
    color: #111;
    font-weight: 500;
    font-size: 14px;
  }
  small.text-theme{ color: #846CF9; font-size: 11px;}
  @media (max-width:767px) 
  {
    .p-xs-0{ padding: 0 !important;}
    .cartSpan {
      font-size: 11px;
    }
    
    .remove-Link{ margin: 20px 0 !important;}
    .easy-mediumtought{ width:100%}
    .easy-mediumtought li{ display: block !important; margin: 4px 0 !important;}
    .easy-mediumtought .row div{ margin: 5px 0;}
  }
  
  
  
  .select-cate{ position: relative;}
  .selet-categories-hovermain{ position: absolute; top:40px; width:95%; left: 15px;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 5px;
  z-index: 111;
  
  box-shadow: 0 2px 6px 0 rgba(153, 153, 153, 0.68);
  }
  .select-cate .badge{ width:55px;}
  .width-100{ width: 93%;}
    .tree-view ul {
      list-style-type: none;
      padding-left: 20px;
      font-size: 14px;
      
    }
    
    .tree-view .folder > ul {
      display: none;
    }
    
    .tree-view .folder.open > ul {
      display: block;
    }
    
    .folder, .file {
      cursor: pointer;
      margin: 12px 0;
    }
    .fa-chevron-down,
    .fa-chevron-right{ color:#999; font-size: 14px; margin-right: 10px;}
    .fa-folder-open,
    .fa-folder{ color: #846CF9;  margin-right: 5px;}
    .fa-folder-open, .fa-chevron-down{ display: none;}
    .folder.open .fa-folder-open, .folder.open .fa-chevron-down{ display:inline-block;}
    .folder.open .fa-folder, .folder.open .fa-chevron-right{ display: none;}
    .folder.open .folder .fa-folder-open,
    .folder.open .folder .fa-chevron-down
    { display:none;}
    .folder.open .folder.open .fa-folder-open,
    .folder.open .folder.open .fa-chevron-down
    { display:inline-block;}
    
    .folder.open .folder .fa-folder,
    .folder.open .folder .fa-chevron-right
    { display:inline-block;}
    .folder.open .folder.open .fa-folder,
    .folder.open .folder.open .fa-chevron-right
    { display:none;}