/*******************************
*
*
* QUARANTINE CSS FILE
*
*
*********************************/


/* WHERE CSS GOES TO GET REMOVED */




.card-toolbar {
  border-bottom: 1px solid rgb(225, 225, 227);
  /*background: #fff;*/
  background-color: #F1F1F1;
  box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .3);
}


.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #ddd;
  border: 1px solid rgba(0,0,0,.2);
  list-style: none;
  }
  




/*
.nav-tabs {
  border-color: #C5D0DC;
  margin-bottom: 0!important;
  position: relative;
  top: 1px
}

.nav-tabs>li>a {
  padding: 7px 12px 8px
}

.nav-tabs>li>a,
.nav-tabs>li>a:focus {
  border-radius: 0!important;
  border-color: #C5D0DC;
  background-color: #F9F9F9;
  color: #999;
  margin-right: -1px;
  line-height: 18px;
  position: relative
}

.nav-tabs>li>a:hover {
  background-color: #FFF;
  color: #A93226;
  border-color: #C5D0DC
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:focus {
  outline: 0!important
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #576373;
  border-color: #C5D0DC #C5D0DC transparent;
  border-top: 2px solid #A93226;
  background-color: #FFF;
  z-index: 1;
  line-height: 18px;
  margin-top: -1px;
  box-shadow: 0 -2px 3px 0 rgba(0, 0, 0, .15)
}
*/




#bs-scanner-changecam {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 1rem;
  right: .7rem;
  cursor: pointer;
}

#bs-scanner-changecam:active {
  opacity: 0.5;
}


/* MY SCANNER */


.scanner-canvas {
  position: relative;
  left: 0;
  margin: 0 auto;
  width: 100%;
}

.scanner-icon {
  color: #fff;
  font-size: 30px;
}

.scanner-alert {
  position: absolute;
  z-index: 5;
  bottom: 3.5rem;
  left: 0;
  margin: 0 auto;
  cursor: pointer;
  width: 100%;
}


/*
.scanner-body {
    text-align: center;
}
  
.scanner-camera {
  text-align: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-25%, -50%);
}

.scan-icon {
    font-size: 100px;
    border: solid 1px #000;
    padding: 25px 20px 20px 20px;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
  }
  
.qr-canvas {
    position: absolute;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
}

#qr-result {
    font-size: 1.2em;
    margin: 20px auto;
    padding: 20px;
    max-width: 700px;
    background-color: #fff;
  }
  

*/





.inventorylist .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}


.inventorylist .list-group-item.red {
  border-left: 4px solid rgba(184, 17, 17, 0.3);
}
.inventorylist .list-group-item.orange {
  border-left: 4px solid rgba(228, 143, 15, 0.3);
}
.inventorylist .list-group-item.green {
  border-left: 4px solid rgba(101, 201, 35, 0.3);
}




.inventorylist.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.inventory-todo-indicator {
  position: absolute;
  width: 4px;
  height: 60%;
  border-radius: 0.3rem;
  /*left: 0.625rem;*/
  left: 0rem;

  top: 20%;
  opacity: .6;
  transition: opacity .2s;
}




.inventory-content {
  padding: 1rem;
  flex-direction: row;
  align-items: center;
}

.inventory-content .inventory-content-wrapper {
  display: flex;
  flex: 1;
  position: relative;
  align-items: center;
}


.inventory-content .inventory-content-right {
  margin-left: auto;
}

.inventory-heading{
  font-size: 14px;
}

.inventory-subheading{
  color: #858a8e;
  font-size: 11px;
}


















.app-nav-tabs {
    background: #fff;
    padding: 0
}

.app-nav-tabs .nav-link {
    color: #5d6778;
    font-size: .875rem;
    font-weight: bold
}

.app-nav-tabs .nav-link.active {
    color: #A93226;
    border-bottom: 2px solid #A93226
}

.app-nav-tabs .nav-link.active:hover {
    background: none
}

.app-nav-tabs .nav-link:hover {
    border-bottom: 2px solid #A93226;
    color: #A93226;
}







  .engage-btn {
    display: flex;
    align-items: center;
    height: 35px !important;
    color: #252F4A;
    border-color: #E8E8E8;
    background-color:  #ffffff;
  }
  .engage-btn i,
  .engage-btn .svg-icon {
    color: #252F4A;
  }
  .engage-btn.dropdown-toggle:after {
    color: #252F4A;
  }
  .btn-check:checked + .engage-btn, .btn-check:active + .engage-btn, .engage-btn:focus:not(.btn-active), .engage-btn:hover:not(.btn-active), .engage-btn:active:not(.btn-active), .engage-btn.active, .engage-btn.show, .show > .engage-btn {
    color: #252F4A;
    border-color: #E8E8E8;
    background-color:  #ffffff !important;
  }
  .btn-check:checked + .engage-btn i,
  .btn-check:checked + .engage-btn .svg-icon, .btn-check:active + .engage-btn i,
  .btn-check:active + .engage-btn .svg-icon, .engage-btn:focus:not(.btn-active) i,
  .engage-btn:focus:not(.btn-active) .svg-icon, .engage-btn:hover:not(.btn-active) i,
  .engage-btn:hover:not(.btn-active) .svg-icon, .engage-btn:active:not(.btn-active) i,
  .engage-btn:active:not(.btn-active) .svg-icon, .engage-btn.active i,
  .engage-btn.active .svg-icon, .engage-btn.show i,
  .engage-btn.show .svg-icon, .show > .engage-btn i,
  .show > .engage-btn .svg-icon {
    color: #252F4A;
  }
  .btn-check:checked + .engage-btn.dropdown-toggle:after, .btn-check:active + .engage-btn.dropdown-toggle:after, .engage-btn:focus:not(.btn-active).dropdown-toggle:after, .engage-btn:hover:not(.btn-active).dropdown-toggle:after, .engage-btn:active:not(.btn-active).dropdown-toggle:after, .engage-btn.active.dropdown-toggle:after, .engage-btn.show.dropdown-toggle:after, .show > .engage-btn.dropdown-toggle:after {
    color:  #252F4A;
  }
  





.narcs-card {
    position: relative;
    background: #fff;
    border-radius: .25rem !important;
}

.narcs-card-doc:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important
}

.narcs-card .narcs-card-link-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0
}

.narcs-card-doc .narcs-card-thumb-holder {
    background: #e9eaf1;
    text-align: center;
    position: relative;
    min-height: 312px
}

.narcs-card-doc .narcs-card-thumb-holder.thumb-small {
  min-height: 132px
}


.narcs-card-doc .narcs-card-thumb-holder .narcs-card-thumb {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.narcs-card-doc .narcs-card-thumb-holder .thumb-image {
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7;
    width: 100%;
    height: auto
}

/* NO HOVER ON IMAGE
.narcs-card-doc .narcs-card-thumb-holder:hover {
    background: #fafbff
}

.narcs-card-doc .narcs-card-thumb-holder:hover .thumb-image {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
*/

.narcs-card-doc .narcs-card-thumb-holder .badge {
    position: absolute;
    right: .5rem;
    top: .5rem
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox {
  position: absolute;
  left: .5rem;
  top: .5rem
}



.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox .narcs-round {
    position: relative;
  }

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox .narcs-round label {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    height: 28px;
    width: 28px;
    display: none;
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox .narcs-round label:after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 6px;
    left: 8px;
    opacity: 0;
    position: absolute;
    top: 9px;
    transform: rotate(-45deg);
    width: 12px;
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox .narcs-round input[type="checkbox"] {
    visibility: hidden;
    display: none;
    opacity: 0;
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox .narcs-round input[type="checkbox"].checked + label {
    background-color: #66bb6a;
    border-color: #66bb6a;
    display:block;

}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox .narcs-round input[type="checkbox"].checked + label:after {
    opacity: 1;
}








/*

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox *,
.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox *::before,
.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox *::after {
  box-sizing: border-box;
} 


.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox label {
  display: block;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox input {
  visibility: hidden;
  display: none;
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox input:checked ~ .checkbox {
 transform: rotate(45deg);
 width: 14px;
 margin-left: 12px;
 border-color: #24c78e;
 border-top-color: transparent;
 border-left-color: transparent;
 border-radius: 0;
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox .checkbox {
  display: block;
  width: inherit;
  height: inherit;
  border: 3px solid #434343;
  border-radius: 6px;
  transition: all 0.375s;
}

*/


/*
.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox input[type="checkbox"] {
  display: grid;
  place-content: center;
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}

.narcs-card-doc .narcs-card-thumb-holder .narcs-checkbox input[type="checkbox"]:checked::before {
  transform: scale(1);
}
*/





.narcs-card .narcs-card-body.has-card-actions {
    position: relative;
    padding-right: 1rem !important
}

.narcs-card .narcs-card-body .narcs-card-actions {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    z-index: 10;
    right: .75rem;
    top: .75rem
}

/*
.narcs-card .narcs-card-body .narcs-card-actions:hover {
    background: #f5f6fe
}
*/
.narcs-card-doc .narcs-card-thumb-holder .icon-holder {
    font-size: 40px;
    display: inline-block;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    padding-top: 10px
}

.narcs-card-doc .narcs-card-thumb-holder .icon-holder i {
    color: #252930
}

.narcs-card-doc .narcs-doc-title {
    font-size: .875rem
}

.narcs-card-doc .narcs-doc-title.truncate {
    max-width: calc(100% - 30px);
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.narcs-card-doc .narcs-doc-meta {
    font-size: .75rem
}










/*

<div class="d-flex position-fixed px-5 top-50 end-0 transform-90 mt-5 mt-lg-20 gap-2">  
<a href="https://beta.essentialpar.app/admin" target="_blank" class="engage-purchase-link btn engage-btn px-5 shadow-sm rounded-top-0">
	admin 
</a>
</div>


<div class="engage-toolbar d-flex position-fixed px-5 fw-bold zindex-2 top-50 end-0 transform-90 mt-5 mt-lg-20 gap-2">  
    
    
       

            <!--begin::Help drawer toggle-->
<button id="kt_help_toggle" class="engage-help-toggle btn engage-btn shadow-sm px-5 rounded-top-0" data-bs-toggle="tooltip" data-bs-custom-class="tooltip-inverse" data-bs-placement="left" data-bs-dismiss="click" data-bs-trigger="hover" data-bs-original-title="Learn &amp; Get Inspired" data-kt-initialized="1">	
	Help
</button>
<!--end::Help drawer toggle-->        

            <!--begin::Purchase link-->
<a href="https://themes.getbootstrap.com/product/craft-bootstrap-5-admin-dashboard-theme" target="_blank" class="engage-purchase-link btn engage-btn px-5 shadow-sm rounded-top-0">
	Buy now 
</a>
<!--end::Purchase link-->

      
</div>

*/




.accordtl {
    list-style: none
}
.accordtl .accordtl-item {
    position: relative;
    padding-bottom: 24px;
    padding-left: 35px;
    border-left: 3px solid #f5f6f8;

}
.accordtl .accordtl-icon {
  position: absolute;
  top: -4px;
  left: -21px;
  height: 3rem;
  width: 3rem;
  text-align: center;

}
.accordtl-iconbg {
  width: 2.5rem;
  height: 2.5rem;
  padding: 8px 5px;
  background-color: #F1F1F2;
}


.accordtl .accordtl-item .accordtl-iconbg i {
  color: #252F4A;
}
.accordtl .accordtl-item.active .accordtl-iconbg i {
  color: #fff;
}

.accordtl .accordtl-item:has(+ .accordtl-item.active) {
  border-color: #A93226
}
.accordtl .accordtl-item.active .accordtl-iconbg {
  background-color: #A93226

}
.accordtl .accordtl-item:last-child {
  border-color: transparent
}

.accordtl-btn {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
}


.epcr {
font-size: .875rem;
}



.single_categories {
  background-color: #F1F1F1;
  padding: 50px 10px;
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s; }
  @media (max-width: 767px) {
    .single_categories {
      padding: 25px 15px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_categories {
      padding: 30px 15px; } }
  .single_categories::before {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 90%;
    background-color: #A93226;
    opacity: 0;
    filter: blur(10px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
  .single_categories .categories_icon i {
    font-size: 70px;
    color: #A93226;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s; }
    @media (max-width: 767px) {
      .single_categories .categories_icon i {
        font-size: 40px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .single_categories .categories_icon i {
        font-size: auto; } }
  .single_categories .categories_content .title {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    font-size: 20px;
    font-weight: 500;
    margin-top: 15px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single_categories .categories_content .title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .single_categories .categories_content .title {
        font-size: 16px; } }
  .single_categories .categories_content p {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 5px; }
  .single_categories a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5; }
  .single_categories:hover {
    background-color: #A93226; }
    .single_categories:hover::before {
      opacity: 0.7; }
    .single_categories:hover .categories_icon i {
      color: #fff; }
    .single_categories:hover .categories_content .title {
      color: #fff; }
    .single_categories:hover .categories_content p {
      color: #fff; }




.single_list {
      background-color: #F1F1F1;
      padding: 30px;
      border-radius: 10px; 
}
.single_list .list_title_icon .icon img {
     width: 40px; 
}

.single_list .list_title_icon .list_title {
        padding-left: 15px; 
}

.single_list .list_title_icon .list_title .title {
      font-size: 22px;
      font-weight: 500; 
}
@media (max-width: 767px) {
      .single_list .list_title_icon .list_title .title {
         font-size: 18px; 
      } 
  }



        .single_list .categories_list_wrapper {
          padding-top: 15px; 
        }

          .single_list .categories_list_wrapper  ul.list {
            margin: 0px;
            padding: 0px;
              list-style-type: none;
          } 


          .single_list .categories_list_wrapper .list li {
            margin-top: 10px; 
          }



            .single_list .categories_list_wrapper .list li a {
              font-size: 16px;
              color: #6D7588;
              -webkit-transition: all 0.3s ease-out 0s;
              -moz-transition: all 0.3s ease-out 0s;
              -ms-transition: all 0.3s ease-out 0s;
              -o-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s;
            }


              .single_list .categories_list_wrapper .list li a:hover {
                color: #A93226; }


                .single_list .icon i {
                  font-size: 50px;
                  color: #A93226;
                  -webkit-transition: all 0.3s ease-out 0s;
                  -moz-transition: all 0.3s ease-out 0s;
                  -ms-transition: all 0.3s ease-out 0s;
                  -o-transition: all 0.3s ease-out 0s;
                  transition: all 0.3s ease-out 0s; }
                  @media (max-width: 767px) {
                    .single_list .icon i {
                      font-size: 40px; } }
                  @media only screen and (min-width: 576px) and (max-width: 767px) {
                    .single_list .icon i {
                      font-size: auto; } }