@font-face {
  font-family: "SFProRounded";
  font-style: bold;
  src: url("/admin/public/custom/fonts/sf-pro-rounded_bold.ttf");
}

@font-face {
  font-family: "SFProRounded";
  font-style: normal;
  src: url("/admin/public/custom/fonts/sf-pro-rounded_regular.ttf");
}


[data-kt-app-sidebar-minimize="on"] .profile-text {
  display: none;
}

.profile-text {
  display: block;
}

ul.pagination {
  height: 30px !important;
}

ul.pagination .page-link {
  height: 30px !important;
  width: 30px !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  color: #7e8299;
}

table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 5px 0 8px -8px rgba(0, 0, 0, 0.2) !important;
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.2);
}

table.dataTable.dtfc-scrolling-right tr > .dtfc-fixed-right::after {
  box-shadow: inset -5px 0 8px -8px rgba(0, 0, 0, 0.2) !important;
  /* border-left:  solid #F1F1F4; */
}

table.dataTable.dtfc-scrolling-left tr > .dtfc-fixed-left::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.2);
  /* border-left: solid rgba(0, 0, 0, 0.2); */
}

table.dataTable td {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.text-to-copy {
  cursor: pointer;
}
.text-to-copy:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  /* Bootstrap's large (lg) breakpoint */
  .w-lg-65 {
    width: 65% !important;
  }

  .w-lg-60 {
    width: 60% !important;
  }

  .w-lg-55 {
    width: 55% !important;
  }
}

html {
  scroll-behavior: smooth;
}

.tooltip-inner {
  max-width: 350px;
}

.popover {
  max-width: 350px;
}

.sidebar-toggle {
  height: 12px !important;
}

.app-sidebar-toggle {
  width: 22px !important;
  height: 22px !important;
}

[data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-menu-primary .menu-item.show>.menu-sub,[data-kt-app-sidebar-minimize=on]:not([data-kt-app-sidebar-hoverable=true]) .app-sidebar .app-sidebar-menu-secondary .menu-item.show>.menu-sub {
  height: auto !important ;
  overflow: visible !important ;
  transition: height .3s ease!important;
  width: 53px;
}

.menu-sub-indention .menu-item .menu-item .menu-link.active {
  margin-right: 0;
}