/*
* demo.css
* File include item demo only specific css only
******************************************************************************/
html {
  -webkit-text-size-adjust: 100% !important;
  font-family: Aeonik, sans-serif, "Khmer OS Battambang" !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  font-feature-settings: normal !important;
  font-variation-settings: normal !important;
  -moz-tab-size: 4 !important;
  -o-tab-size: 4 !important;
  tab-size: 1 !important;
  -webkit-tap-highlight-color: transparent !important;
  font-size: 13px !important; 
}
 
body {
  font-family: Aeonik, sans-serif, "Khmer OS Battambang" !important;
  font-size: 13px !important;
}  
body {
    font-family: Aeonik, sans-serif, "Khmer OS Battambang" !important;
    margin: 0!important;
    padding: 0!important;
    color: #000!important;
    background-color: #fff;
    position: relative;
    /* padding-bottom: 167px !important; */
    height: auto !important;
    min-height: 100%!important;
    box-sizing: border-box!important;
    -webkit-font-smoothing: inherit;
    --bs-btn-font-size: 0.8125rem
}
.content-wrapper{ 
  width: 99% !important;
}

#template-customizer{
  visibility: hidden !important;
}
.menu .app-brand.demo {
  height: 64px;
  margin-top: 0px;
}

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

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

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

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

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

.btn.btn-primary.active {
  color: #fff !important;
  background-color: #658602 !important;
  border-color: #658602 !important;
}

.fc-theme-standard .fc-list {
  border: none !important;
}
.fc .fc-view-harness{
  margin: 0rem !important;
}
    

    .items-top { vertical-align: top; }
    .items-center { text-align: center; }
    .items-right { text-align: right !important;}

    .qty{
        text-align: center;
        width: 100px !important;
    }
    .with{
         text-align: center;
         width: 70px !important;
     } 


     .Yes{
       color: blue;

     }
     .No{
       color: red;
     }


     .bootstrap-tagsinput .tag {
        margin-right: 2px;
        color: white;
        border-radius: .52em; 
      }
      .label-info {
          background-color: #5bc0de;
      }
      .label {
        display: inline;
        padding: .3em .6em .5em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
    }

    .table{ 
      border-radius: 5px !important;
      border: 1px solid #CCCCCC; 
    }
    .table-responsive{
      min-height: 500px !important;
      overflow-x: hidden !important;
    }
    .t-head-color{
      background:#e4e6e8 !important; 
      border-bottom-color:#e4e6e8 !important;
    }
    .t-head-color th{ 
      color: #0c0b0b !important;
      border-bottom: #e4e6e8;
    } 

    
.w-90 {
  width: 90% !important;
}
.w-40 {
  width: 40% !important;
}

.w-99 {
  width: 99% !important;
}

.app-brand-logo{
  border-radius: 50% !important;
}
 
.custom-option-basic .custom-option-content {
    padding: .25em !important;  
    padding-left: 2.515em  !important;  
}
.custom-option{
  border:0px !important; 
}


.custom_header_color{ 
    background: #f8fbfd;
    border-radius: 5px;
    padding: 10px;
    padding-bottom: 25px;
}
.custom_header_color select{ 
    background: #fff; 
}
.w-px-70 {
    width: 70px !important;
}