
/* dahsboard themes */
body[data-layout="detached"] .leftside-menu {
  position: relative;
  background: #fff !important;
  min-width: 260px;
  max-width: 260px;
  -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  margin-top: 10px;
  padding-top: 0 !important;
  z-index: 1003 !important;
}
.page-title-box .page-title{
  margin-top: 0px !important;
}
@media (min-width: 992px) {
  body[data-layout="detached"] .container-fluid, body[data-layout="detached"] .container-lg, body[data-layout="detached"] .container-md, body[data-layout="detached"] .container-sm, body[data-layout="detached"] .container-xl, body[data-layout="detached"] .container-xxl {
    max-width: 100%;
  }
}
body[data-layout="detached"] .leftbar-user {
  background: url(../images/waves.png) no-repeat;
  padding: 30px 20px;
  text-align: center;
}
body[data-layout="detached"] .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: inherit;
}
body[data-layout="detached"].sidebar-enable .leftside-menu {
  position: fixed;
  left: 0;
  overflow-y: auto;
  margin-top: 0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
}

.btn-xs {
  font-size: 1.1em;
  padding: 5px 8px;
}
.notification-list .noti-icon {
  font-size: 22px;
  vertical-align: middle;
  line-height: 70px;
}
.notification-list .noti-icon-badge {
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 6px;
  border-radius: 50%;
  height: 7px;
  width: 7px;
  background-color: #fa5c7c;
}
body[data-layout="detached"] .leftside-menu .side-nav .side-nav-link:active, body[data-layout="detached"] .leftside-menu .side-nav .side-nav-link:focus, body[data-layout="detached"] .leftside-menu .side-nav .side-nav-link:hover {
  color: #3699ff  !important;
}
body[data-layout="detached"] .leftside-menu .side-nav .side-nav-forth-level li a:focus, body[data-layout="detached"] .leftside-menu .side-nav .side-nav-forth-level li a:hover, body[data-layout="detached"] .leftside-menu .side-nav .side-nav-second-level li a:focus, body[data-layout="detached"] .leftside-menu .side-nav .side-nav-second-level li a:hover, body[data-layout="detached"] .leftside-menu .side-nav .side-nav-third-level li a:focus, body[data-layout="detached"] .leftside-menu .side-nav .side-nav-third-level li a:hover {
  color: #3699ff  !important;
}

.nav-tabs.nav-bordered li a.active {
  border-bottom: 2px solid #3699ff ;
}
.nav-link:focus, .nav-link:hover {
  color: #3699ff ;
}


.alert-tooltip {
  display: block;
  max-width: 100%;
  padding: .4rem .8rem;
  margin-top: .1rem;
  font-size: .7125rem;
  color: #fff;
  background-color: rgba(255,91,91,.9);
  border-radius: .2rem;
}
#_calculator_div input {
  height: 60px;
  font-size: 1.5rem;
}
#_calculator_div button {
  height: 60px;
  font-size: 1.5rem;
  margin-top: 10px;
}

#_bonus_loan_calculator input {
  height: 60px;
  font-size: 1.5rem;
}
#_bonus_loan_calculator .bonus-btn-apply-now {
  height: 60px;
  font-size: 1.5rem;
  margin-top: 10px;
}

#_bonus_loan_calculator .bl-apply-now-btn {
  height: 60px;
  font-size: 1.5rem;
  margin-top: 10px;
}


/* SELECT2 */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(1.5em + .9rem + 2px);
}
.select2-container {
  width: 100% !important;
}
.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  border: 1px solid #dee2e6;
  height: calc(1.5em + .9rem + 2px);
  background-color: #fff;
  outline: 0;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}
.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 55px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 36px;
  padding-left: 12px;
  color: #6c757d;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #6c757d;
  line-height: 50px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 12px;
  right: 5px;
  width: 20px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: #98a6ad transparent transparent transparent;
  border-width: 6px 6px 0 6px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 10px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid #dee2e6;
  background-color: #fff;
  color: #6c757d;
  border-radius: 4px;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-results__option {
  padding: 6px 12px;
}
.select2-container--default .select2-results__option--group {
  padding: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown {
  border: 1px solid #e7ebf0;
    border-bottom-color: rgb(231, 235, 240);
    border-bottom-style: solid;
    border-bottom-width: 1px;
  -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  background-color: #fff;
}
.border-shadow{
  -webkit-box-shadow: 0 0 35px 0 rgba(154,161,171,.15);
  box-shadow: 0 0 55px 0 rgba(154,161,171,.15);
}
.select2-search--dropdown .select2-search__field {
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.bg-white{
  background-color: #fff !important;
}
/* tinymce  */
.tox-tinymce {
  border: 1px solid #dee2e6 !important;
  border-radius: .25rem !important;
}
.tox .tox-menubar + .tox-toolbar, .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
  border-top: 1px solid #dee2e6 !important;
}
.tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid #dee2e6 !important;
}
a{
  color: #3699ff;
}
.form-floating > label {
  padding: .8rem 1.7rem;
}
.social-media-handles .form-floating > label {
  padding: 1rem .9rem;
}
#add_product_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_category_form .form-floating > label {
  padding: .8rem .9rem;
}
#_update_prod_cart_qty_form .form-floating > label {
  padding: .8rem .9rem;
}
#_login_form .form-floating > label {
  padding: .8rem .9rem;
}
#pos_search .form-floating > label {
  padding: .8rem .9rem;
}
#pos_payment .form-floating > label {
  padding: .8rem .9rem;
}
#discount_wrapper .form-floating > label {
  padding: .8rem .9rem;
}
#add_new_boarding_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_new_boarding_cart_form .form-floating > label {
  padding: .8rem .9rem;
}
#update_new_boarding_form .form-floating > label {
  padding: .8rem .9rem;
}
#view_product_warapper .form-floating > label {
  padding: .8rem .9rem;
}
#edit_product_form .form-floating > label {
  padding: .8rem .9rem;
}
#surgery_cart_form .form-floating > label {
  padding: .8rem .9rem;
}
#update_new_surgery_form .form-floating > label {
  padding: .8rem .9rem;
}
#_add_new_user_modal .form-floating > label {
  padding: .8rem .9rem;
}
#_edit_user_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_new_services_form .form-floating > label {
  padding: .8rem .9rem;
}
#update_services_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_new_grooming_form .form-floating > label {
  padding: .8rem .9rem;
}
#update_grooming_form .form-floating > label {
  padding: .8rem .9rem;
}
#service_discount_wrapper .form-floating > label {
  padding: .8rem .9rem;
}
#_add_prod_discount_form .form-floating > label {
  padding: .8rem .9rem;
}
#_update_prod_qty_form .form-floating > label {
  padding: .8rem .9rem;
}
#_add_service_discount_form .form-floating > label {
  padding: .8rem .9rem;
}
#choose_client_form .form-floating > label {
  padding: .8rem .9rem;
}
#choose_service_client_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_remarks_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_montly_report_form .form-floating > label {
  padding: .8rem .9rem;
}
#change_password_form .form-floating > label {
  padding: .8rem .9rem;
}
#date_opt_wrapper .form-floating > label {
  padding: .8rem .9rem;
}
#input_amount_partial_boarding_form .form-floating > label {
  padding: .8rem .9rem;
}
#_update_barcode_prod_cart_qty_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_adjustment_form .form-floating > label {
  padding: .8rem .9rem;
}
#add_adjustment_form textarea.form-control{
  height: calc(6.5rem + 2px) !important;
}
.border-inline-block {
  border-bottom: 2px solid rgba(152,166,173,.2);
}
.text-capitalize{
  text-transform: capitalize !important;
}

.tilebox-one i {
  position: absolute;
  right: 1.5rem;
  font-size: 2rem;
  opacity: .3;
  top: 45px;
}
.custom-tooltip {
  position: relative;
  display: inline-block;
}

.custom-tooltip .tooltiptext {
  visibility: hidden;
  width: 150px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  font-size: .7rem;
}

.custom-tooltip:hover .tooltiptext {
  visibility: visible;
}
.form-check .form-check-input {
  float: left !important;
  margin-left: -1.612em !important;
  margin-top: .5em !important;
}
.form-check-input:checked {
  background-color: #3699ff  !important;
  border-color: #3699ff  !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  margin-top: .3em;
}
.swal2-container.swal2-center > .swal2-popup {
  z-index: 9999;
}
.list-group-item {
  z-index: 2;
  color: #515659;
  background-color: #fff;
  border-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #515659;
  background-color: #f1f3fa;
  border-color: #fff;
}
.list-group-item {
  border-bottom-color: #e2e2e2 !important;
}
/* background-color: #f1f3fa; */

.account input{
  height: 45px !important;
}
.account .input-btn{
  height: 45px !important;
}
body[data-layout="detached"] .leftside-menu .side-nav .active {
  color: #3699ff  !important;
}
/* select2 */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #3699ff !important;
  color: #fff;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #3699ff;
  margin-top: 13px;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #fff;
  background-color: #3699ff;
}
.select2-container .select2-search--inline .select2-search__field {
  /* height: 43px !important; */
  margin-left: 12px;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: -25px !important;
}
.select2-container .select2-selection--multiple {
  min-height: calc(1.5em + 1.9rem + 2px);
}
p{
  word-spacing: .12rem;
}
.modal-content {
  border-radius: 15px;
}
.pos-search{
  height: calc(3.5rem + 2px) !important;
  line-height: 1.25 !important;
  border-radius: .5rem !important;
  padding: 10px 30px;
  font-size: 18px;
}
.h-50{
  height: 50px !important;
}
.h-80{
  height: 80px !important;
}
.rounded {
  border-radius: .35rem !important;
}
.c-default{
  color: #515659 !important;
}
.ellipse-td {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hide{
  visibility: hidden;
}
.pos-modal{
  width: 100%;
  max-width: none
}
.inline-block{
  /* display: inline-block; */
}
.barcode-details h3{
  line-height: 1em;
}
#surgery_cart_form .form-select {
  height: calc(3.5rem + 2px);
}
.fixed-div {
  position: fixed;
  top: 130px;
  right: 20px;
  width: 500px;
  height: 100px;
  background: lightblue;
  padding: 10px;
}
.btn-primary-dark {
  color: #fff;
  background-color: #1565b7 !important;
  border-color: #1565b7 !important;
}
.btn-primary-dark:hover {
  color: #fff;
  background-color: #1565b7 !important;
  border-color: #1565b7 !important;
}
#_pos_modal .modal-content {
  display: flex;
  height: 100vh !important;
}
#_pos_modal .modal-body {
  flex-grow: 1;
  overflow-y: auto; /* Allows scrolling if content is long */
}
#_pos_modal .modal-footer {
  margin-top: auto; /* Pushes the footer to the bottom */
}
#_payment_cart_modal {
  margin-top: -40px !important;
}
.table-xs > :not(caption) > * > * {
  padding: .05rem .5rem;
}
.ls-sp{
  letter-spacing: .01rem !important;
}
.lh-xs{
  line-height: 1rem;
}
.lh-sm{
  line-height: 1.5rem;
}
.sample-receipt {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
}
#receipt {
  font-family: 'Courier New', Courier, monospace;
  font-weight: 600;
}
#receipt .hr{
  border: 0;
  border-top: 1.3px dashed rgba(5, 5, 5, 1);
}
.pos-sysinfo td{
  word-break: break-word;
  word-break: break-all;
}
@media print {
  body {
    margin: 0;
    padding: 0;
  } 
  #receipt {
    font-family: 'Courier New', Courier, monospace;
    width: 58mm;
    font-size: 10px !important;
    text-align: left;
    margin: 0 ;
    margin-left: 0px !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .no-print{
    display:none;
  }
  @page {
    size: 58mm auto;
    margin: 0;
  }
}

#cart_summary_tbl, .cart_summary_tbl td{
  word-break: break-word; /* Works in most modern browsers */
  word-break: break-all; 
  line-height: 1.1em;
}
#service_cart_summary_tbl, .service_cart_summary_tbl td{
  word-break: break-word; /* Works in most modern browsers */
  word-break: break-all; 
  line-height: 1.1em;
}
#surgery_cart_summary_tbl, .surgery_cart_summary_tbl td{
  word-break: break-word; /* Works in most modern browsers */
  word-break: break-all; 
  line-height: 1.1em;
}
#boarding_cart_summary_tbl, .boarding_cart_summary_tbl td{
  word-break: break-word; /* Works in most modern browsers */
  word-break: break-all; 
  line-height: 1.1em;
}
#grooming_cart_summary_tbl, .grooming_cart_summary_tbl td{
  word-break: break-word; /* Works in most modern browsers */
  word-break: break-all; 
  line-height: 1.1em;
}
.login-card{
  box-shadow: none !important;
}
.login-card .card-header{
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}


/* LEFT  SIDE MENU */
.leftside-menu{
    width:260px;
    min-width:260px;
    max-width:260px;
    transition:all .3s ease;
    overflow:hidden;
}

/* COLLAPSED */
.leftside-menu.sidebar-collapsed{
    width:80px;
    min-width:80px;
    max-width:80px;
}

/* hide texts */
.leftside-menu.sidebar-collapsed .menu-text,
.leftside-menu.sidebar-collapsed .leftbar-user-name,
.leftside-menu.sidebar-collapsed .side-nav-title{
    display:none;
}

/* center icons */
.leftside-menu.sidebar-collapsed .side-nav-link{
    justify-content:center;
    padding:12px 0;
}

/* icon sizing */
.side-nav-link{
    display:flex;
    align-items:center;
    gap:15px;
}

/* optional */
.side-nav-link i{
    font-size:22px;
    min-width:25px;
    text-align:center;
}

/* toggle button */
.toggle-sidebar{
    position:absolute;
    right:10px;
    top:10px;
    cursor:pointer;
    z-index:10;
}

/* SIDEBAR COLLAPSED */
.leftside-menu.sidebar-collapsed{
    width:80px !important;
    min-width:80px !important;
    max-width:80px !important;
}

/* USER SECTION */
.leftside-menu.sidebar-collapsed .leftbar-user{
    padding:15px 5px !important;
    text-align:center;
}

/* PROFILE IMAGE SMALLER */
.leftside-menu.sidebar-collapsed #_profile_left_sidebar img{
    width:45px !important;
    height:45px !important;
    transition:all .3s ease;
}

/* HIDE USERNAME */
.leftside-menu.sidebar-collapsed .leftbar-user-name{
    display:none !important;
}

/* HIDE MENU TEXT */
.leftside-menu.sidebar-collapsed .menu-text,
.leftside-menu.sidebar-collapsed .side-nav-title{
    display:none !important;
}

/* CENTER ICONS */
.leftside-menu.sidebar-collapsed .side-nav-link{
    justify-content:center;
    padding-left:0 !important;
    padding-right:0 !important;
}

/* REMOVE GAP */
.leftside-menu.sidebar-collapsed .side-nav-link i{
    margin-right:0 !important;
    font-size:22px;
}

/* OPTIONAL */
.leftside-menu,
.leftbar-user img{
    transition:all .3s ease;
}

.leftside-menu.sidebar-collapsed .side-nav {
  padding: 15px !important;
}