@import url("./variables.css");
@import url("./themes.css");
@import url("./animations.css");

:root {
  --search-width: fit-content;
}

body {
  background-color: var(--backdrop-bg-color);
}

.status-btn {
  pointer-events: none;
}

.text-normal {
  font-style: normal;
}

.login {
  background-color: #fff;
  position: relative;
  height: 100vh;
}

.login-wrap {
  display: flex;
  justify-content: space-between;
}

.login-logo {
  position: absolute;
  top: 2vh;
  left: 2vw;
  cursor: pointer;
  z-index: 2;
}

.login-logo img {
  /* width: var(--login-logo-width); */
  height: 50px;
}

.login-illustration {
  background-color: white;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background-color: var(--body-bg-color); */
  position: relative;
  z-index: 0;
}

.login-illustration h1 {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  color: #909090;
  font-weight: bold;
  white-space: nowrap;
}

.login-illustration-backdrop {
  top: 0px;
  left: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scaleX(1);
  /* background: linear-gradient(rgba(249, 250, 251, 0.9), rgba(249, 250, 251, 0.9)) center center / cover no-repeat, url('/assets/images/overlay_2.jpg'); */
  background-image: url("");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.login-content {
  height: 100%;
  background-color: #fff;
  width: 480px;
  margin: auto;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* padding: 0px 64px; */
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  /* box-shadow: -1px 0px 0px black; */
  z-index: 1;
}

.login-content-logo {
  margin-bottom: 20px;
}

.login-form input {
  min-width: 352px;
}

.login-form-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
}

.login-form-header .login-form-title {
  font-size: 1.25rem;
  font-family: "Public Sans", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.login-form-header .login-form-register {
  display: flex;
  margin: 0;
  margin-top: 16px;
  color: rgb(33, 43, 54);
  line-height: 1.5;
  font-weight: 400;
}

.login-form-header .login-form-register p {
  margin: 0px;
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
  color: rgb(33, 43, 54);
  font-weight: 400;
}

.login-form-header .login-form-register a {
  margin: 0px;
  margin-left: 4px;
  font-weight: 600;
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
  color: rgb(0, 171, 85);
  text-decoration: none;
}

.login-form-header .login-form-logo {
  margin: 16px 0px 0px;
  position: absolute;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}

.login-form-header .login-form-logo img {
  --img-width: 50px;
  width: var(--img-width);
  height: var(--img-width);
}

.login-form-divider {
  margin: 20px 0px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  text-align: center;
  border: 0px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Public Sans", sans-serif;
  color: rgb(var(--row-tb-hover));
  /* box-sizing: border-box; */
}

.login-form-divider span {
  display: inline-block;
  padding-left: calc(9.6px);
  padding-right: calc(9.6px);
  color: rgb(var(--row-tb-hover));
}

.login-form-divider::before {
  position: relative;
  width: 100%;
  border-top: thin solid rgba(var(--row-tb-hover) / 0.24);
  top: 50%;
  content: "";
  transform: translateY(50%);
  border-top-style: dashed;
}

.login-form-divider::after {
  position: relative;
  width: 100%;
  border-top: thin solid rgba(var(--row-tb-hover) / 0.24);
  top: 50%;
  content: "";
  border-top-style: dashed;
  transform: translateY(50%);
}

.login-form-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.login-form-media .media-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  text-align: center;
  flex: 0 0 auto;
  font-size: 1.5rem;
  padding: 8px;
  border-radius: 50%;
  overflow: visible;
  color: rgb(99, 115, 129);
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  min-width: 0 !important;
}

.media-button .icon-google {
  color: rgb(223, 62, 48);
  width: 20px;
  height: 20px;
}

.media-button .icon-github {
  width: 20px;
  height: 20px;
}

.media-button .icon-twitter {
  color: rgb(28, 156, 234);
  width: 20px;
  height: 20px;
}

/* .login-content  */

.login-show-pass {
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
  right: 10px !important;
  border-radius: 50%;
  min-width: 36px;
  width: 36px;
  height: 36px !important;
  margin: 0;
  padding: 0;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-show-pass i::before {
  margin: 0;
  padding: 0;
  font-size: 16px;
}

.login-button {
  background-color: rgb(var(--login-button-color));
  width: 100%;
  color: white !important;
  padding: 8px 22px;
  margin: 0;
}

.login-button:hover {
  background-color: rgba(var(--login-button-color) / 1) !important;
}

.header {
  height: var(--header-height) !important;
  padding-left: var(--navbar-width);
  background-color: var(--body-bg-color);
  box-shadow: none;
  z-index: 199;
}

.custom_numberNotifi {
  display: flex;
  flex-flow: row wrap;
  place-content: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  font-size: 12px;
  min-width: 20px;
  line-height: 1;
  padding: 6px;
  height: 20px;
  border-radius: 10px;
  z-index: 1;
  transition: transform 225ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-color: rgb(255, 86, 48);
  color: rgb(255, 255, 255);
  top: 2px;
  right: 2px;
  transform: scale(1) translate(25%, -25%);
  transform-origin: 100% 0%;
}

.custom_numberNotifi:has(div) {
  padding-right: 10px;
  padding-top: 8px;
}

.custom_numberNotifi div {
  position: inherit;
  top: -2px;
  right: 4px;
  font-size: 14px;
}

.nav-header {
  height: var(--header-height);
  background-color: var(--body-bg-color) !important;
  width: var(--navbar-width);
  z-index: 200;
}

.nav-header::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100vh;
  width: 0px;
  box-shadow: 1px 0px 0px var(--sidebar-line-color);
}

.nav-header .logo-abbr {
  /* max-width: 40px; */
  /* max-width: 50%!important; */
}

.brand-logo {
  /* box-shadow: 1px 0px 0px var(--sidebar-line-color); */
  justify-content: center !important;
  padding: 0 22px !important;
}

.brand-logo img {
  height: 45px;
}

.header .header-content {
  padding-left: 10px;
  /* padding-right: 40px; */
}

.header a {
  background-color: var(--body-bg-color) !important;
}

.block-ui-message-container {
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
}

.breadcrumb {
  background-color: var(--body-bg-color);
  max-width: 50vw !important;
  /* padding-left: 30px; */
  /* padding-left: 14px; */
  /* word-spacing: 3px; */
}

.breadcrumb-list {
  display: flex;
  gap: 10px;
  font-size: 17px;
  font-weight: 600;
}

.deznav {
  top: var(--header-height);
  height: calc(100% - 40px);
  width: var(--navbar-width);
  background-color: var(--body-bg-color);
  z-index: 1000;
}

.deznav-scroll {
  /* top: var(--header-height); */
  height: calc(100% - 40px);
  background-color: var(--body-bg-color);
}

.deznav .metismenu span {
  font-size: 14px;
  text-align: left;
}

.deznav .metismenu i {
  font-size: 16px;
}

.deznav .metismenu .fa-circle {
  font-size: 6px;
  transition: transform 0.3s ease;
}

.deznav .metismenu .mm-active>a {
  color: black !important;
  background-color: transparent;
  font-weight: bold;
}

.deznav .metismenu .mm-active>a i {
  color: rgb(var(--primary-color1));
  transform: scale(1.2);
}

.deznav .metismenu .parent.mm-active>a {
  color: rgb(var(--primary-color1)) !important;
  background-color: rgba(var(--primary-color1) / 0.08);
  font-weight: bold;
}

.deznav .metismenu .parent.mm-active span {
  color: rgb(var(--primary-color1)) !important;
  font-weight: bold;
}

.deznav .metismenu .child-v1.mm-active>.has-arrow {
  color: rgb(var(--primary-color1));
  background-color: rgba(var(--primary-color1) / 0.08);
  font-size: 14px;
}

.deznav .metismenu .md-button {
  margin: 4px 0 0 0;
  box-sizing: border-box;
}

.deznav .metismenu .parent>.md-button {
  gap: 10px;
  padding: 20px 12px;
}

.deznav .metismenu .child-v1>.md-button,
.deznav .metismenu .child-v2>.md-button {
  font-size: 13px;
  padding: 15px 12px;
}

.deznav .metismenu .child-v1>.md-button {
  gap: 11px;
  padding-left: 25px;
}

.deznav .metismenu .child-v2>.md-button {
  gap: 12px;
  padding-left: 30px;
}

.deznav .metismenu .has-arrow:after {
  right: 1em;
}

.header-info {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  margin-left: 16px;
}

.username_Header-info {
  margin: 0px;
  font-weight: 600;
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.username_Header-info-title {
  margin: 0px;
  line-height: 1.57143;
  font-size: 0.8rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgb(99, 115, 129);
  text-transform: capitalize;
  text-align: left;
}

.sidenav-button {
  display: flex !important;
  align-items: center !important;
  white-space: normal !important;
  text-align: left !important;
  line-height: 15px;
}

.sidenav-button i {
  min-width: 25px;
  text-align: center;
}

.hide {
  display: none;
}

.hidden {
  display: none !important;
}

.nav-control {
  cursor: pointer;
  position: absolute;
  text-align: center;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  z-index: 9999;
  font-size: 1.4rem;
  /* padding: 2px 0.5rem 0; */
  border-radius: 2px;
}

[data-sidebar-style=overlay] .menu-toggle .nav-header {
  left: 0%;
  right: unset;
}

[data-sidebar-style=overlay] .nav-header {
  right: 100%;
  left: unset;
}

[data-sidebar-style=overlay] .menu-toggle .nav-header .nav-control {
  transform: translate(0, -50%) !important;
  right: 0;
}

[data-sidebar-style=overlay] .nav-header .nav-control {
  transform: translate(0, -50%) !important;
  right: -15%;
}

[data-sidebar-style=overlay] .menu-toggle .nav-header .nav-control i {
  content: "\f137" !important;
  transform: rotate(0deg) !important;
  -ms-transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}

[data-sidebar-style=overlay] .nav-header .nav-control i {
  content: "\f138" !important;
  transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  -webkit-transform: rotate(180deg) !important;
}

[data-sidebar-style=mini][data-layout=vertical] .deznav .metismenu>li:hover>ul {
  width: 15rem !important;
}

/* .menu-toggle .nav-control{
  left: 0 !important;
  right: none !important;
}

.menu-toggle .nav-control{
  right : 0 !important;
  left: none !important;
} */

.nav-control i {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  -ms-transition: -ms-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  background-color: var(--body-bg-color);
  font-size: 24px;
  user-select: none;
}

.nav-control i::before {
  background-color: var(--body-bg-color);
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-control i {
  /* content: "\f138"; */
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .mini-hide {
  display: none !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .mini-hide {
  display: none !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .nav-header {
  width: 87px;
  /* background-color: white!important; */
}

[data-sidebar-style="mini"][data-layout="vertical"] .nav-header {
  width: 87px;
  /* background-color: white!important; */
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .nav-header {
  width: 75px;
  /* background-color: white!important; */
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav {
  width: 75px;
}

[data-sidebar-style="mini"][data-layout="vertical"] .deznav {
  width: 87px;
}

[data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu>li>a {
  justify-content: center;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu>li {
  padding: 0;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu li>ul>li {
  position: static;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu>li>ul {
  left: var(--navbar-mini-width);
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu li ul:after {
  width: 30px;
  height: 100%;
  z-index: 1004;
  transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  overflow: auto;
  -moz-transform: none;
  left: -20px !important;
  top: 0px;
  background-color: transparent;
}

[data-sidebar-style="mini"][data-layout="vertical"] .menu-toggle .deznav .metismenu li ul:after {
  width: 1000px;
}

/* [data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu>li>.md-button {
    display: flex!important;
    flex-direction: column!important;
    gap: 0!important;
}
[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .nav-text {
    display: block!important;
    font-size: 8px!important;
} */

.ps__rail-y {
  z-index: 900;
  width: 0px !important;
}

/*Body*/

.layout-row {
  display: block;
}

.content-body {
  background-color: var(--body-bg-color);
}

/* .content-body > div {
  padding-left: 20px !important;
  padding-right: 20px !important;
} */

[data-sidebar-style="full"][data-layout="vertical"] .content-body {
  margin-left: var(--navbar-width);
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .content-body {
  margin-left: calc(var(--navbar-mini-width) + 15px);
}

[data-sidebar-style="mini"][data-layout="vertical"] .content-body {
  margin-left: calc(var(--navbar-mini-width) + 15px);
}

[data-header-position="fixed"] .content-body {
  padding-top: var(--header-height);
}

/*Paramquery*/

.btn-action {
  width: 30px;
}

.pq-body-outer {
  font-weight: lighter;
  font-size: 0.7rem;
  font-family: Roboto;
  line-height: 1.5;
}

.pq-body-outer>.pq-grid-cont>.pq-cont-inner>.pq-table-right {
  min-width: 100%;
}

div.pq-grid-title-row * {
  font-weight: bold;
}

div.pq-toolbar {
  display: none;
}

div.pq-grid-top .pq-grid-title {
  display: none;
}

div.pq-grid-top .pq-slider-icon {
  display: none;
}

div.pq-grid-header-table .pq-td-div:not(:has(input[type="checkbox"])) {
  /* text-align: left; */
}

.pq-title-span {
  color: #fff;
  /* font-size: 1rem !important; */
  /* font-family: Roboto !important; */
  /* line-height: 1.5 !important;
    font-weight: bold !important; */
}

div.pq-header-outer {
  height: auto;
  min-width: 100%;
}

div.pq-grid-header-table {
  height: auto;
  /* min-width: 100%; */
}

div.pq-grid-row {
  height: auto;
}

div.pq-grid-col {
  height: auto;
  transition: background-color 0.3s ease;
  background-color: var(--tb-background) !important;
  display: table-cell;
  /* padding: 16px; */
  padding: 10px;
  /* min-width: fit-content!important; */
  border-bottom: none;
  border-left: none;
  /* border-right: none; */
}

div.pq-grid-col:last-of-type {
  border-right-width: 1px solid;
  border-right: none;
}

.pq-grid-col:hover {
  /* background: #E5E5E5 !important; */
}

.pq-grid-col:focus-within {
  /* background: #E5E5E5 !important; */
}

div.pq-grid-col .pq-td-div {
  height: 100%;
  padding: 0;
}

div.pq-grid-col .pq-td-div:has(input[type="checkbox"]) {
  display: flex;
  align-items: center;
  justify-content: center;
}

div.pq-grid-col .pq-td-div .pq-title-span {
  color: var(--tb-color) !important;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5rem;
  font-size: 0.875rem;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px;
  border-radius: 0px;
  padding: 0px;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  justify-content: flex-start;
  flex-direction: inherit;
  align-items: center;
  text-transform: capitalize;
}

div.pq-grid-col:has(.pq-td-div .pq-title-span input[type="checkbox"]) {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.pq-grid-col .pq-td-div .pq-title-span input[type="checkbox"] {
  position: relative;
  z-index: 0;
}

div.pq-grid-col .pq-td-div .pq-title-span input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -2px;
  right: -2px;
  bottom: -4px;
  background-color: var(--tb-background);
  line-height: inherit;
  z-index: 1;
}

div.pq-grid-col .pq-td-div .pq-title-span input[type="checkbox"]:after {
  font-family: FontAwesome;
  content: "\f096";
  font-size: 20px;
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 2;
  line-height: inherit;
  font-weight: 900;
  color: var(--checkbox);
  background-color: transparent;
}

input.pq-editor-focus {
  height: 50px !important;
}

.pq-editor-focus .select2-selection {
  min-height: 50px !important;
  padding: 14px 24px 14px 12px;
}

div.pq-grid-col .pq-td-div .pq-title-span input[type="checkbox"]:checked:after {
  font-family: FontAwesome;
  content: "\f14a";
  width: 1rem;
  height: 1rem;
  display: block;
  /* color: var(--checkbox-checked); */
  color: var(--primary-color);
}

.pq-grid-row {
  background-color: #fff;
  transition: background-color 0.3s ease !important;
  /* box-sizing: border-box; */
  /* box-shadow: 1px 1px 0px black; */
  /* border-bottom: 0.5px solid var(--tb-color) !important; */
  /* border-bottom: 1px solid red!important; */
  border-bottom: 1px solid #c5c5c5 !important;
}

.pq-grid-cell {
  transition: background-color 0.3s ease !important;
  border: none !important;
  background-color: #fff;
  background-color: transparent !important;
  /* min-width: fit-content!important; */
  /* box-shadow: 0px 1px black; */
  border-bottom: 1px solid #c5c5c5 !important;
  cursor: text;
  cursor: url("../images/pen.png");
}

.pq-grid-cell.NotEdit {
  cursor: auto;
}

.pq-grid-cell>div {
  padding: 10px 14px !important;
}

/* .pq-grid-row:hover .pq-grid-cell, */
.pq-body-outer>.pq-grid-cont>.pq-cont-inner>.pq-table-right>.pq-grid-row {
  background-color: var(--tb-background2) !important;
}

.pq-body-outer>.pq-grid-cont>.pq-cont-inner>.pq-table-right>.pq-grid-row.pq-striped {
  /* background-color: var(--tb-background) !important; */
  background-color: white !important;
}

.pq-body-outer>.pq-grid-cont>.pq-cont-inner>.pq-table-right>.pq-grid-striped {
  /* background-color: white; */
}

.pq-body-outer>.pq-grid-cont>.pq-cont-inner>.pq-table-right>.pq-grid-row:hover {
  background-color: rgba(var(--row-tb-hover) / 0.15) !important;
  /* background-color: rgba(var(--primary-color1) / 0.08)!important; */
}

.pq-body-outer>.pq-grid-cont>.pq-cont-inner>.pq-table-right>.pq-grid-row:hover .pq-grid-cell {
  /* background-color: transparent; */
}

div.pq-theme {
  /* border-color: #3FB5FF !important; */
  border-radius: 0 !important;
}

div.pq-theme input[type="checkbox"] {
  margin: 0;
  color: var(--tb-color) !important;
}

.pq-grid-row>.pq-grid-number-cell {
  border-right: none !important;
}

.pq-col-sort-icon {
  position: absolute !important;
  margin-left: auto !important;
  margin-right: auto !important;
  left: 0 !important;
  right: 0 !important;
  text-align: center;
  bottom: 2px !important;
  margin-bottom: -7px !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu li a {
  padding: 1rem 0.5rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .sidebar-profile {
  display: none;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .metismenu {
  padding: 0 6px !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .metismenu>li>.md-button {
  justify-content: center !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .metismenu .md-button {
  min-width: var(--navbar-mini-width) !important;
}

[data-sidebar-style="mini"][data-layout="vertical"] .sidebar-profile {
  /* opacity: 0; */
  display: none;
}

[data-sidebar-style="mini"][data-layout="vertical"] .metismenu .md-button {
  min-width: var(--navbar-mini-width) !important;
}

/* [data-sidebar-style=full][data-layout=vertical] .menu-toggle .deznav .metismenu>li:hover>ul {
    left: var(--navbar-mini-width);
} */

[data-sidebar-style="mini"][data-layout="vertical"] .deznav .metismenu>li:hover>ul {
  left: var(--navbar-mini-width);
}

.sidebar-profile {
  transition: opacity 0.3s ease;
  transition-delay: 2s;
  transition-property: opacity;
}

.pq-col-sort-count {
  display: none !important;
}

div.pq-td-div {
  /* padding: 7px 5px !important; */
}

.topbar-button {
  margin: 0;
  padding: 0;
  min-width: var(--topbar-button-width);
  width: var(--topbar-button-width);
  height: var(--topbar-button-width);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topbar-button>* {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.topbar-button:hover>* {
  transform: scale(1.09);
}

.lstActionRow {
  display: flex;
  align-items: center;
  gap: 8px;
}

.table-action {
  padding: 4px 8px;
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 0px 1px;
  border-radius: var(--table-radius) var(--table-radius) 0px 0px;
  background-color: white;
  overflow: hidden;
  /* box-shadow:  rgba(var(--row-tb-hover) / 0.3) 0px 0px 3px 0px, rgba(var(--row-tb-hover) / 0.24) 0px 12px; */
}

.table-action-left {
  gap: 8px;
}

.menu-panel-container:has(.grid_btn_submit) {
  border-radius: var(--border-radius-button) !important;
}

.menu-panel-container:has(.grid_btn_submit) .menu-panel {
  border-radius: var(--border-radius-button) !important;
}

.grid_btn_submit {
  min-width: 65px !important;
}

.actions-panel {
  border-radius: var(--border-radius-button) !important;
}

.table-action .md-button {
  margin: 0;
  padding: 0;
  min-width: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.table-action .md-button i {
  font-size: 21px;
  padding: 8px;
}

.table-action .md-button i:before {
  padding: 0;
}

.table-action-right {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 8px;
}

.menu-panel-container {
  background-color: var(--body-bg-color);
  border-radius: 16px;
}

.menu-panel-container .menu-panel {
  border-radius: 16px;
}

.md-tooltip {
  background-color: black !important;
  font-size: 14px !important;
  /* z-index: 2051!important; */
}

.filter-button {
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.filter-modal {
  background-color: transparent;
  position: fixed;
}

.filter-modal .filter-container {
  position: absolute;
  max-width: 700px;
  /* min-width: 500px; */
  padding: 20px;
  border-radius: 8px;
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  box-shadow: rgba(16, 202, 249, 0.2) 0px 0px 10px 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  /* display: flex;
  flex-direction: column;
  gap: 10px; */
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
}

.filter-modal .filter-container .filter-container-field {
  width: 100%;
  /* display: grid; */
  /* justify-content: space-between; */
  grid-template-columns: 150px minmax(0, 1fr);
  align-items: center;
  overflow-x: clip;
  margin-top: 15px;
}

.filter-modal .filter-container .filter-container-field .filter-container-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-modal .filter-container .filter-container-field .filter-container-input :is(input, .editForm-inputBase) {
  width: 100%;
}

.filter-modal .filter-container .filter-container-field .select2 .select2-selection {
  padding: 4px 6px 5px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  border: none !important;
}

.filter-modal .filter-container .filter-container-action {
  margin-top: 20px;
}

.filter-modal .filter-container .filter-container-action form {
  display: flex;
  justify-content: end;
  gap: 10px;
}

.filter-modal .filter-container .filter-container-action .md-button {
  margin: 0 !important;
}

.md-button {
  /* color: var(--primary-color); */
  /* color: var(--primary-text-color); */
}

.pq-grid-cell:has(.md-icon-button):hover {
  cursor: pointer;
}

.pq-grid-cell:not(:first-of-type):hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 60%;
  transform: translateY(-50%);
  width: 1px;
  background-color: var(--primary-color);
}

.pq-grid-cell:not(:last-of-type):hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 60%;
  transform: translateY(-50%);
  width: 1px;
  background-color: var(--primary-color);
}

.pq-grid-col-resize-handle:hover::before {
  content: "";
  position: absolute;
  width: 2px;
  top: 50%;
  left: 50%;
  height: 60%;
  transform: translate(-50%, -50%);
  background-color: var(--primary-color);
}

/* .pq-grid-col-resize-handle:hover::after{
    content: "";
    position: absolute;
    width: 1px;
    top: 50%;
    right: 0;
    height: 60%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
} */
.pq-grid-col {
  border: none;
}

.pq-grid-col:not(:first-of-type):hover::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 60%;
  transform: translateY(-50%);
  width: 2px;
  /* border-left: 2px solid rgb(var(--primary-color1)); */
  background-color: var(--primary-color);
}

.pq-grid-col:not(:last-of-type):hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  height: 60%;
  /* border-right: 2px solid rgb(var(--primary-color1)); */
  transform: translateY(-50%);
  width: 2px;
  background-color: var(--primary-color);
}

/* .pq-grid-cell .md-icon-button:hover{
    bac
} */
/* html:has(.filter-modal.show) .modal-backdrop {
  background-color: transparent;
} */

.deznav .deznav-scroll {
  position: relative;
  height: calc(100% - 10px);
}

.hidden {
  display: none;
}

.pq-grid-number-cell {
  text-align: center !important;
  padding-top: 8px;
}

.pq-header-outer .pq-grid-row {
  background: var(--tb-background) !important;
}

.pq-header-outer .pq-grid-cont .pq-cont-right {
  background: var(--tb-background) !important;
}

.grid .form-control {
  border-radius: 3px !important;
}

.grid {
  min-height: 77vh;
}

.listform:has(.searchBox) .grid {
  min-height: 60vh;
  height: 70vh !important;
}

/* .list-form-have-tab .grid-parent .grid {
  min-height: 78vh;
} */

/* .list-form-have-tab .grid {
  min-height: 72vh;
} */

.pq-header-outer .pq-grid-row :hover {}

.sidebar-profile {
  padding: 24px 20px 16px;
}

.deznav .metismenu a {
  text-transform: capitalize;
}

.deznav .metismenu ul a:hover {
  color: var(--tb-color);
}

/* .deznav .metismenu ul li.mm-active a, .deznav .metismenu ul a:focus{
    color: var(--primary-color)!important;
    font-weight: bold;
} */

/* .deznav .metismenu>li.mm-active>a{
    font-weight: bold;
} */

/* width */

::-webkit-scrollbar {
  width: 7px !important;
  height: 7px !important;
}

/* Track */

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: #888;
  /* background: var(--primary-color); */
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* background: var(--primary-color-hover); */
}

.pq-grid-bottom table {
  width: 100%;
}

.pq-grid-bottom table tr td {
  width: auto;
  word-wrap: break-word;
}

.pq-grid-bottom table tr td {
  display: inline-block;
  margin-top: 2px;
  vertical-align: top;
  min-height: 20px;
}

.pq-grid-cell[title] {
  background-image: none;
}

.grid-checkbox {
  font-size: 20px !important;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.hover\:scale-1 {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hover\:scale-1:hover {
  transform: scale(1.09);
}

.pq-actions {
  font-family: "Font Awesome 5 Pro" !important;
}

/*Grid đơn*/

.wrap {
  padding: 10px;
  border-radius: 15px;
  height: 100%;
  /* padding-top: min(55px,4vh); */
  background-color: var(--body-bg-color) !important;
}

.dashboard__breadcrumb {
  font-size: 1.2rem;
  /* font-weight: bolder; */
  /* color: rgb(var(--primary-color1)); */
  /* padding-left: 14px; */
}

.dashboard {
  box-sizing: border-box;
  min-height: calc(100vh - var(--header-height) - 20px);
  height: 100%;
  /* overflow-y: scroll; */
  padding: 10px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  /* padding-top: min(55px,4vh); */
  /* background-color: rgb(var(--primary-color1)); */
}

.dashboard__filter {
  position: fixed;
  left: 340px;
  top: 45px;
  z-index: 1000;
  transition: all .2s ease;
}

.dashboard__filter-backdrop {
  position: inherit;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.dashboard__filter--toggle {
  left: 80px;
}

.dashboard__filter-button {
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid black;
  /* color: white; */
  background-color: #fff !important;
  min-width: 40px;
  min-height: 30px;
}

.dashboard__filter-body {
  position: absolute;
  left: 0;
  top: 5px;
  /* min-width: 448px; */
  width: max-content;
  /* width: 100%; */
  transform: translateX(60px);
  display: flex;
  /* align-items: center; */
  /* justify-content: center; */
  gap: 15px;
  background-color: #fff;
  padding: 7px 12px;
  padding-top: 25px;
  border-radius: 5px;
  border: 1px solid black;
}

.dashboard__row {
  display: flex;
  width: 100%;
  align-items: center;
}

.dashboard__column {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.dashboard__row--gap {
  gap: 24px;
}

.dashboard__box {
  background: #ffffff;
  padding: 24px 24px 0px;

  /* Shadows/Light/Card */
  box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2),
    0px 12px 24px -4px rgba(145, 158, 171, 0.12);
  border-radius: 16px;
}

.dashboard__table {
  /* background: #FFFFFF;
    padding: 24px 0px 0px;

    box-shadow: 0px 0px 2px rgba(145, 158, 171, 0.2), 0px 12px 24px -4px rgba(145, 158, 171, 0.12);
    border-radius: 16px; */
}

.dashboard__table .table__title {
  padding: 20px 20px 10px;
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 0px 1px;
  border-radius: var(--table-radius) var(--table-radius) 0px 0px;
  background-color: white;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dashboard__table .table__title .table__title--content div:nth-child(1) {
  margin: 0px;
  font-weight: 700;
  line-height: 1.55556;
  font-size: 1.0625rem;
  font-family: "Public Sans", sans-serif;
  color: black;
}

.dashboard__table .table__title .table__title--content {
  flex: 1;
}

.table__title--action {
  display: flex;
  gap: 15px;
  align-items: center;
}

.table__title .table__title--content div:nth-child(2) {
  margin: 4px 0px 0px;
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: rgb(99, 115, 129);
}

.flex-1 {
  /* flex: 1; */
}

#chart1 {
  flex: 1;
  /* max-width: 80vw; */
}

.chart__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chart__title--action {
  display: flex;
  gap: 15px;
  align-items: center;
}

.chart__title .chart__title--content {
  flex: 1;
}

.chart__title .chart__title--content div:nth-child(1) {
  margin: 0px;
  font-weight: 700;
  line-height: 1.55556;
  font-size: 1.0625rem;
  font-family: "Public Sans", sans-serif;
  color: black;
}

.chart__title .chart__title--content div:nth-child(2) {
  margin: 4px 0px 0px;
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: rgb(99, 115, 129);
}

#chart2 {
  width: calc((100vh * 10) / 25);
  /* flex: 1; */
}

#chart2 .apexcharts-legend {
  border-top: 1px solid rgba(145, 158, 171, 0.24);
}

.dashboard__box:has(#chart2) {
  padding: 0;
}

.dashboard__box:has(#chart2) .chart__title {
  padding: 24px;
}

#chart3 {
  /* width: 400px; */
  height: 300px;
}

html:has(.menu-toggle) #chart1 {
  width: 99%;
}

html:has(.menu-toggle) #chart2 {
  /* width: calc((100vh * 10 + 1) / 25); */
}

html:has(.menu-toggle) #chart3 {
  width: 99%;
}

.dashboard__box:has(.dashboard__widget-summary) {
  background-color: rgb(255, 255, 255);
  color: rgb(33, 43, 54);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-image: none;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(145, 158, 171, 0.16) 0px 4px 8px 0px;
  border-radius: 16px;
  padding: 24px;
}

.dashboard__widget-summary {
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.dashboard__widget-summary--details {
  /* flex-grow: 1; */
  margin-left: 24px;
}

.dashboard__widget-summary--title {
  margin: 0px;
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  opacity: 0.72;
}

.dashboard__widget-summary--icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
}

.widget-summary--icon {
  width: 25px;
  height: 25px;
  margin-right: 8px;
  padding: 4px;
  font-size: 13px;
  border-radius: 50%;
  color: rgb(54, 179, 126);
  background-color: rgba(54, 179, 126, 0.16);
  /* color: rgb(255, 86, 48); */
  /* background-color: rgba(255, 86, 48, 0.16); */
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-summary--icon path {
  fill: currentColor !important;
}

.dashboard__widget-summary--icon span {
  margin: 0px;
  font-weight: 600;
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
}

.dashboard__widget-summary--number {
  margin: 0px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.75rem;
  font-family: "Public Sans", sans-serif;
}

.dashboard__widget-summary--chart {
  width: 106px;
  height: 89px;
  /* background-color: pink; */
}

.dashboard__row:has(.dashboard__widget) {
  height: 200px;
}

.dashboard__widget {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  background-image: none;
  overflow: hidden;
  position: relative;
  z-index: 0;
  padding-top: 25px;
  /* padding-bottom: 40px; */
  box-shadow: none;
  text-align: center;
  border-radius: 16px;
  flex: 1;
  height: 100%;
}

.UploadAvaTabActive {
  outline: 2px solid;
}

.dashboard__widget--icon {
  width: 64px;
  height: 64px;
  margin: auto;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: currentColor;
  opacity: 0.85;
  position: relative;
}

.dashboard__widget--icon::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, transparent 0%, currentColor 100%);
  opacity: 0.17;
}

.dashboard__widget--icon i::before {
  margin: 0;
  padding: 0;
}

.dashboard__widget--number {
  margin: 0px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Public Sans", sans-serif;
}

.dashboard__widget--name {
  margin: 0px;
  font-weight: 600;
  line-height: 1.57143;
  font-size: 0.975rem;
  font-family: "Public Sans", sans-serif;
  opacity: 0.64;
}

.dashboard__widget--top .dashboard__widget--icon {
  font-size: 30px;
  margin-bottom: 0;
}

.dashboard__widget--top .dashboard__widget--icon::before {
  display: none;
}

.dashboard__widget--top .dashboard__widget--number {
  font-size: 30px;
}

.dashboard__widget--top .dashboard__widget--name {
  font-size: 20px;
  opacity: 1;
  font-weight: bold;
}

.far.fa-spinner-third {
  border: 3px solid;
  border-radius: 50%;
  padding: 3px;
}

.grid-container {
  padding: 0;
  height: calc(100vh - var(--header-height) - 10px);
  border-radius: 15px;
  background-color: var(--body-bg-color) !important;
}

.collapseFilterBtn {
  top: 0;
}

/*Select-2*/

.select2-dropdown {
  width: 50% !important;
}

/*Side-nav*/

.metismenu a {
  cursor: pointer;
}

.pq-editor-inner input[type="checkbox"]:after {
  content: none;
}

.select2Checkbox .select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  min-height: 20px;
  min-width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}

.select2Checkbox .select2-results__option--selected:before {
  font-family: fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #1c3faa;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}

/* modal settingview */

#settingGridView {
  font-family: Roboto;
  padding: 15px;
}

#settingGridView .title-left {
  margin-left: 15px;
  font-size: 18px;
  font-weight: 600;
  color: grey;
}

#settingGridView .title-center {
  /* margin-left: 15px; */
  font-size: 18px;
  font-weight: 600;
  color: grey;
}

#settingGridView .title-right {
  margin-right: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: grey;
}

#settingGridView .row-item {
  padding: 0;
  margin-top: 5px;
  border: solid 1px #7ca8ff;
  border-radius: 5px;
  cursor: n-resize;
  background-color: #fff;
  color: #7ca8ff;
}

#settingGridView .row-item:hover {
  background-color: #7ca8ff;
  box-shadow: 0px 2px 4px #888;
  color: #fff !important;
}

#settingGridView .rowDetail-left {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}

#settingGridView .rowDetail-right {
  text-align: center;
  padding-top: 5px;
  height: 40px;
  font-size: 18px;
  font-weight: 500;
  color: #7ca8ff;
}

#settingGridView .btn-custom-edit {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  background-color: #7ca8ff;
  border: solid 1px #7ca8ff;
  border-radius: 5px;
  font-size: 16px;
  color: white;
}

#settingGridView .row-item:hover .btn-custom-edit {
  background-color: #fff;
  color: #7ca8ff;
}

#settingGridView .btn-custom-save {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  background-color: var(--success-color);
  border: solid 1px var(--success-color);
  border-radius: 5px;
  font-size: 16px;
  color: white;
}

#settingGridView .row-item:hover .btn-custom-save {
  background-color: var(--success-color);
  color: #fff;
}

#settingGridView .form-control {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

/*Datetimepicker*/

#collapseFilter .bootstrap-datetimepicker-widget.dropdown-menu {
  width: 54% !important;
  font-size: 10px !important;
  padding: 0 !important;
  /* inset: 33px auto auto -10px !important; */
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  /* width: 100% !important; */
  font-size: 10px !important;
  padding: 0 !important;
  /* inset: 33px auto auto -10px !important; */
}

.NotEdit {
  background-color: #fff;
}

.pq-history {
  position: relative;
}

.pq-history:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: -5px;
  bottom: -4px;
  background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/themes/base/images/ui-icons_222222_256x240.png);
  background-repeat: no-repeat;
  /* background-position: -128px -96px; */
  background-position: -160px -64px;
}

.pq-history-left:before {
  left: -2px;
}

.app-modal-window-lg .modal-dialog {
  max-width: 90% !important;
  width: 90% !important;
}

/* div#listViewHeight_quan-ly-don-hang-33343y35gsg .pq-grid-top.ui-widget-header.ui-corner-top {
    display: block !important;
} */

/* @media (min-width: 576px){
    .app-modal-window-lg .modal-dialog {
        max-width:60%!important;
        width: 100%!important;
    }
} */

@media (max-width: 700px) {
  .pq-grid-cell {
    font-weight: 600;
    font-size: 16px;
  }
}

#slide-toggle {
  position: absolute;
  top: 50%;
  right: 300px;
  z-index: 1000;
  width: 25px;
  height: 50px;
  padding: 5px;
  position: fixed;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  border-radius: 5px 0 0 5px;
}

#re-toggle {
  z-index: 100;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 5px 0 0 5px;
  position: fixed;
  z-index: 1000;
  padding: 0;
  width: 25px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  /* font-size: 20px; */
}

#box {
  /* float: left; */
  /* overflow: hidden; */
  /*display:none;*/
  top: 0;
  background: #fff;
  width: 300px;
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  -webkit-box-shadow: -9px 0px 43px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: -9px 0px 43px -5px rgba(0, 0, 0, 0.5);
  box-shadow: -9px 0px 43px -5px rgba(0, 0, 0, 0.5);
}

#tableReport_DongTien .level_1 {
  background-color: #ed7d31;
  color: #fff;
  font-weight: bold;
}

#tableReport_DongTien .level_2 {
  color: black;
  font-weight: bold;
}

#tableReport_DongTien i.colorIcon.fa.fa-arrow-up {
  color: #28a745;
}

#tableReport_DongTien i.colorIcon.fa.fa-arrow-right {
  color: #ffc107;
}

#tableReport_DongTien i.colorIcon.fa.fa-arrow-down {
  color: #da1d1d;
}

#lstMarkerts {
  height: 90vh;
  overflow-y: scroll;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }

  .login-form-header .login-form-title {
    font-size: 1.5rem;
  }
}

@media (max-height: 1000px) {
  .login-illustration h1 {
    font-size: 25px;
    margin-bottom: 1rem !important;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1300px) {
  .login-illustration h1 {
    font-size: 30px;
  }
}

.viewForm .form-control,
.editForm .form-control {
  border-radius: 0.375rem 0.375rem 0px 0px;
}

.viewForm .page-titles,
.editForm .page-titles {
  padding: 20px 5px;
  align-items: center;
}

.viewForm .page-titles .title,
.editForm .page-titles .title {
  font-size: 1.0625rem;
  font-size: 1.125rem;
  margin: 0px;
  font-weight: 600;
  line-height: 1.55556;
  font-family: "Public Sans", sans-serif;
  color: #000;
}

/* #editForm {
    height: 100%;
    padding: 0px 15px;
}

#editForm .btn_SaveMultiRow {
    display: none;
}

#editForm .editForm-rows,
.viewForm .viewForm-container
{
    height: fit-content;
}
#editForm .editForm-rows input{
    margin-top: 0.5rem;
} */

.editForm,
.viewForm {
  padding: 0 20px 0 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

:is(.editForm, .viewForm) .page-titles {
  padding: 20px 5px;
  margin-bottom: 20px;
}

:is(.editForm, .viewForm) .page-titles h4 {
  font-size: 1.0625rem;
  font-size: 1.125rem;
  margin: 0px;
  font-weight: 700;
  line-height: 1.55556;
  font-family: "Public Sans", sans-serif;
  color: #000;
}

#editForm {
  height: 100%;
  /* padding: 0px 15px; */
}

#editForm .btn_SaveMultiRow {
  display: none;
}

#editForm .editForm-rows,
.viewForm .viewForm-rows {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.editForm-row,
.viewForm-row {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

#editForm .editForm-row .editForm-row-title,
.viewForm-row-title {
  color: var(--tb-color);
  font-weight: 600;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  white-space: nowrap;
  overflow: hidden;
}

.editForm-input-string,
.editForm-input-datetime,
.editForm-input-float,
.editForm-input-int,
.editForm-input-int-ref,
.editForm-input-boolean,
.editForm-input-multi-value,
.editForm-input-image-link,
.editForm-input-multimedia,
.editForm-input-long-text,
.editForm-span-long-text {
  /* min-width: max(70%, 200px);
  max-width: 70%; */
}

#editForm .select2 .select2-selection {
  border: none;
  box-shadow: none;
  vertical-align: middle;
}

#editForm .select2:has(.select2-selection__clear):not(.select2-container--disabled) .select2-selection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#editForm .select2-container--disabled .select2-selection {
  background-color: transparent !important;
}

.viewForm-input-others,
.viewForm-input-boolean,
.viewForm-input-image-link {
  min-width: max(70%, 200px);
  max-width: 70%;
}

.editForm-row:has(.editForm-input-long-text),
.editForm-row:has(.editForm-span-long-text),
.editForm-row:has(.editForm-input-multirows),
.viewForm-row:has(.editForm-input-multirows),
.viewForm-row:has(.editForm-input-long-text) {
  display: block;
}

.viewForm-row:has(.editForm-input-long-text) span {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.editForm-input-long-text,
.editForm-span-long-text,
.editForm-input-multirows,
.viewForm-input-multirows {
  width: 100%;
  margin-top: 10px;
}

.editForm-input-multirows>div {
  width: 100%;
}

.editForm-input-long-text,
.editForm-span-long-text {
  min-width: 100%;
  /* margin-left: auto; */
}

.editForm-input-image-link {
  text-align: center;
}

.editForm-input-image-link .image-container {
  width: 100%;
  margin-top: 10px;
}

.editForm-input-image-link .md-button {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.editForm-input-image-link .md-button label {
  width: 100%;
  margin: 0 !important;
  cursor: pointer;
}

.editForm-input-image-link .image-fit {
  text-align: center;
}

.editForm-input-datetime input {
  width: --webkit-fill-available;
}

#editForm .select2 {
  margin-top: 0 !important;
}

.editForm-inputBase {
  line-height: 1.4375em;
  font-size: 1rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  color: rgb(33, 43, 54);
  box-sizing: border-box;
  cursor: text;
  display: inline-flex;
  align-items: center;
  /* width: 100%; */
  position: relative;
}

.editForm-inputBase input {
  margin: 0 !important;
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  padding: 4px 6px 5px;
  border: 0px !important;
  box-sizing: content-box;
  background: none !important;
  height: 1.4375em;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  display: block;
}

input:disabled {
  cursor: not-allowed;
}

.editForm-inputBase input:disabled,
.editForm-inputBase .select2-container--disabled .select2-selection {
  opacity: 1;
  -webkit-text-fill-color: rgb(var(--row-tb-hover));
}

.viewForm .editForm-inputBase :is(input:disabled, .select2-container--disabled .select2-selection) {
  -webkit-text-fill-color: black;
  cursor: default;
  user-select: text;
  border: none;
  background-color: transparent;
}

.editForm-inputBase .select2 {
  width: 100% !important;
}

.editForm-inputBase .select2-container {
  line-height: 1.5 !important;
  font-size: 0.875rem !important;
}

.editForm-inputBase .select2 .select2-selection {
  padding: 4px 6px 5px;
  border: none !important;
  box-shadow: none !important;
}

.editForm-inputBase .select2-container--bootstrap.select2-container--open .select2-selection {
  border: none !important;
}

.editForm-inputBase .select2-container--bootstrap.select2-container--open .select2-selection {
  border: none !important;
}

.editForm-inputBase:not(:has(input:disabled))::before,
.editForm-inputBase:not(:has(.select2-container--disabled))::before {
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  left: 0px;
  bottom: -1px;
  content: " ";
  position: absolute;
  right: 0px;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
}

.editForm-inputBase:not(:has(input:disabled)):has(.border-danger)::before,
.editForm-inputBase:not(:has(.select2-container--disabled)):has(.border-danger)::before {
  border-bottom: 1px solid red;
  left: 0px;
  bottom: -1px;
  content: " ";
  position: absolute;
  right: 0px;
  transition: border-bottom-color 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  pointer-events: none;
}

.editForm-inputBase:hover:not( :has(:is(input:disabled, .select2-container--disabled)))::before {
  border-bottom: 2px solid currentColor;
  bottom: -2px;
}

.editForm-inputBase:hover:not( :has(:is(input:disabled, .select2-container--disabled))):has(.border-danger)::before {
  border-bottom: 2px solid red;
  bottom: -2px;
}

.editForm-inputBase::after {
  border-bottom: 2px solid currentColor;
  left: 0px;
  bottom: -2px;
  content: "";
  position: absolute;
  right: 0px;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transform: scaleX(0);
  pointer-events: none;
}

.editForm-inputBase:has(.border-danger)::after {
  border-bottom: 2px solid red;
  left: 0px;
  bottom: -2px;
  content: "";
  position: absolute;
  right: 0px;
  transition: transform 200ms cubic-bezier(0, 0, 0.2, 1) 0ms;
  transform: scaleX(0);
  pointer-events: none;
}

.editForm-inputBase:has(input:focus)::after {
  transform: scaleX(1);
}

/*  */
.filter-button {
  position: relative;
}

.filter-box-container {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 200px;
  height: 200px;
  z-index: 10;
  background-color: white;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}

.filter-close-overlay {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: calc(100% - 64px);
  z-index: -1;
  /* background-color: rgba(0, 0, 0, 0.5); */
  pointer-events: auto;
}

.filter-box {
  padding: 16px;
  overflow: hidden !important;
}

/*  */

.select2-close-mask {
  z-index: 2099;
}

.select2-dropdown {
  z-index: 3051;
}

.pq-grid-title-row div[id*="pq-head-cell"] {
  background-color: var(--tb-background) !important;

  /* padding: 10px; */
}

.btn-primary {
  color: #fff;
  background-color: #3a7afe;
  border-color: #3a7afe;
}

.pq-grid-cell[title] {
  background-image: none !important;
}

.pq-grid-cell.status-btn div {
  height: 24px;
  min-width: 22px;
  line-height: 0;
  border-radius: 6px;
  cursor: default;
  align-items: center;
  white-space: nowrap;
  display: inline-flex;
  justify-content: center;
  padding: 2px 9px;
  /* color: rgb(183, 110, 0); */
  color: var(--status-btn-color) !important;
  font-size: 0.75rem;
  font-family: "Public Sans", sans-serif;
  /* background-color: rgba(255, 171, 0, 0.16); */
  background-color: var(--status-btn-bgcolor);
  font-weight: 700;
  text-transform: capitalize;
}

.menu-content:has(.grid_btn_submit) {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 12px;
  padding: 8px;
  background: white;
  /* border: 1px solid #ccc; */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.grid_btn_submit {
  padding: 0 !important;
  border: none;
  display: grid;
  border-radius: 6px !important;
  grid-template-columns: 40px 1fr;
  padding: 0 !important;
  padding-right: 10px !important;
  width: 100%;
  margin: 0;
  font-weight: 600;
  color: #000;
}

.menu-item:has(.grid_btn_submit .far.fa-times-circle) {
  margin-top: 8px;
  padding-top: 9px;
  position: relative;
}

.menu-item:has(.grid_btn_submit .far.fa-times-circle)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 16px);
  transform: translateX(-8px);
  border: 1px dashed rgba(145, 158, 171, 0.24);
}

.menu-content .menu-item:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.menu-content .menu-item:first-of-type::before {
  display: none;
}

.grid_btn_submit i:before {
  padding: 0 !important;
  margin: 0 !important;
}

.grid_btn_submit span {
  text-align: left;
  text-transform: capitalize;
  color: inherit;
  padding: 0 5px;
}

.btn_ActiveButton {
  color: #fff !important;
  background-color: #1c3faa !important;
  border-color: #1c3faa !important;
}

.activeClick {
  color: #3a7afe !important;
}

.html-before-insert:has(.sub-header) {
  font-size: 1.25em;
  font-weight: 500;
  padding: 10px 15px;
  position: relative;
}

.sub-header>span {
  padding-right: 7px;
  color: #3a7afe;
}

.sub-header:after {
  content: "";
  position: absolute;
  height: 1.2px;
  width: 100%;
  top: 50%;
  background-color: #3a7afe;
  opacity: 0.8;
}

.editForm {
  display: flex;
  flex-direction: column;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

.tab-content {
  padding-top: 20px;
}

/* Hide scrollbar for IE, Edge and Firefox */
.modal-body {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  height: 100% !important;
}

.viewForm .modal-body {
  height: 92vh !important;
}

/* .select2-container--bootstrap .select2-selection--single {
    height: 40px;
    padding: 8px 24px 6px 12px;
} */
.nav-item .nav-link {
  color: #000 !important;
  background-color: #f2f2f2;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  background-color: #7ba6fe;
  color: #fff !important;
  border-color: #7ba6fe;
}

.card-header {
  padding: 0;
  margin-right: 5px !important;
}

.card {
  margin-bottom: 0;
}

/* button */
.md-button {
  border-radius: var(--border-radius-button);
}

.material-icons {
  /* color: white!important; */
}

.md-button.icon {
  margin: 0;
  padding: 0;
  min-width: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-button.icon i {
  font-size: 21px;
  padding: 8px;
}

.md-button.icon i:before {
  padding: 0;
}

.md-button.icon-square {
  margin: 0;
  padding: 0;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: var(--button-radius) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.md-button.icon-square i {
  font-size: 20px;
  padding: 8px;
}

.md-button.icon-square i:before {
  padding: 0;
}

.hover\:button-shadow:hover {
  box-shadow: rgba(0, 171, 85, 0.24) 0px 8px 16px;
}

#btnSave {
  text-transform: capitalize;
  font-family: "Public Sans", sans-serif;
}

#btnCancel {
  font-weight: 700 !important;
  color: black !important;
  text-transform: capitalize;
  font-family: "Public Sans", sans-serif;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

#btnCancel:hover {
  background-color: rgba(var(--row-tb-hover) / 0.08) !important;
}

.button-outline {
  border: 1px solid rgba(var(--row-tb-hover) / 0.32);
  transition: border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.hover\:button-outline:hover {
  border-color: rgb(33, 43, 54);
}

.md-button.md-primary {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.md-button.md-primary:hover {
  background-color: var(--primary-color-hover) !important;
}

.md-button.md-accent {
  background-color: var(--danger-color) !important;
  color: white !important;
}

.md-button.md-accent:hover {
  background-color: var(--danger-color-hover) !important;
}

.md-button.md-danger {
  background-color: var(--danger-color) !important;
  color: white !important;
}

.md-button.md-danger:hover {
  background-color: var(--danger-color-hover) !important;
}

.md-button.md-success {
  background-color: var(--success-color) !important;
  color: white !important;
}

.md-button.md-success:hover {
  background-color: var(--success-color-hover) !important;
}

.fa-eye:before,
button .fa-trash::before,
.fa-edit:before,
button .fa-calendar::before,
.fa-money:before,
.fa-shopping-cart::before,
.fa-file-text:before,
.fa-map:before {
  padding-right: 4px;
}

.select2-selection__rendered button {
  margin-top: 0;
}

.select2-selection__clear {
  margin-right: 25px !important;
  font-weight: 500 !important;
  font-size: 1.4em !important;
}

#chart_KheUocVayChiTiet_KhachHang,
#chart_HoSo_KhachHang {
  padding-bottom: 50px;
}

.navbar-nav .nav-item .nav-link {
  background-color: white;
}

.modal-content {
  height: 100%;
}

.modal-backdrop {
  z-index: 1040 !important;
}

input[type="text"]:disabled {
  background-color: #eee;
  border: 1px solid #ccc;
}

.typeint:disabled,
.typeint[readonly] {
  background-color: #eee !important;
  border: 1px solid #ccc;
}

.inputmap::placeholder {
  font-style: italic;
}

.pagination-new {
  background-color: #fff;
  border-radius: 0 0 var(--table-radius) var(--table-radius);
  border: 1px solid #d7d7d7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow-x: hidden;
}

.pagination-new-control:nth-child(2) span {
  color: rgb(33, 43, 54);
  line-height: 1.57143;
  font-size: 0.875rem;
  margin: min(14px, 3%) 0;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  flex-shrink: 0;
}

.pagination-new-action {
  margin-left: 8px;
}

.pagination-new-action .md-button {
  min-width: 30px !important;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin: 3px 4px;
  padding: 0;
}

.button-refresh {
  /* padding: 8px; */
}

.search-box {
  /* width: fit-content; */
  /* width: 100%; */
  flex: 1;
  height: fit-content;
  position: relative;
}

.input-search {
  height: 35px;
  width: 35px;
  border-style: none;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 2px;
  outline: none;
  border-radius: 25px;
  transition: all 0.5s ease-in-out;
  /* background-color: #22a6b3; */
  background-color: rgb(244, 246, 248);
  background-color: #f2f2f2;
  padding-right: 20px;
  padding-left: 15px;
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  transition: width 500ms linear;
  width: 100%;

  color: var(--tb-color);
}

.input-search::placeholder {
  color: rgba(255, 255, 255, 0.5);
  color: var(--tb-color);
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 100;
}

.btn-search {
  width: 35px;
  height: 35px;
  border-style: none;
  font-size: 16px;
  font-weight: 700;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  right: 0px;
  /* left: 0; */
  color: var(--tb-color);
  background-color: transparent;
  pointer-events: painted;
}

.btn-search:focus~.input-search {
  width: 100%;
  border-radius: 20px;
  background-color: rgb(244, 246, 248);
  background-color: #f2f2f2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  transition: width 500ms linear;

  /* transition: all 1s linear; */
}

.search-test {
  width: 100%;
  transition: all 500ms linear;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  list-style: none;
  font-weight: 700;
  line-height: 1.5;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Public Sans", sans-serif;
  color: rgb(99, 115, 129);
}

.btn-search:focus {
  /* opacity: 0; */
}

.search-container:has(.btn-search:focus) .search-test,
.search-container:has(.input-search:focus) .search-test {
  width: 0px;
}

/* .search-box:has(.btn-search:focus),
.search-box:has(.input-search:focus){
    width: 100%;
} */

.input-search:focus {
  width: 100%;
  border-radius: 20px;
  background-color: rgb(244, 246, 248);
  background-color: rgb(242, 242, 242);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 500ms cubic-bezier(0, 0.11, 0.35, 2);
  transition: width 500ms linear;
  /* transition: all 1s linear; */
}

.select {
  position: relative;
  min-width: 50px;
  min-height: 30px;
  /* margin: 0px 20px 0px 10px; */
  margin: 0;
  z-index: 100;
}

.select .select-label {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-weight: bold;
  color: #000;
}

.select .select-backdrop {
  position: fixed;
  top: -50px;
  /* bottom: 0; */
  left: -100px;
  width: 100vw;
  height: 100vh;
  /* right: 0; */
  z-index: 0;
  display: none;
}

.select .select-dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 15px;
  background-color: #fff;
  min-width: 300px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 10px;
  border: 1px solid;
  border-radius: 8px;
  z-index: 1;
}

.select-dropdown-option {
  text-align: center;
  border: 1px solid;
  border-radius: 2px;
  padding: 5px 8px;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
  position: relative;
}

.select-dropdown-option:hover {
  border-color: #0185ff;
  background-color: #f3f8ff;
  color: #0185ff;
}

.select-dropdown-option.active {
  border-color: #0185ff;
  background-color: #f3f8ff;
  color: #0185ff;
}

.select-dropdown-option.select-option-span {
  grid-column: 1 / span 2;
}

.select svg {
  position: absolute;
  right: 12px;
  top: calc(50% - 3px);
  width: 10px;
  height: 6px;
  stroke-width: 2px;
  stroke: #9098a9;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.select-dropdown-option:has(.select-picker) {
  padding: 0;
}

.select-dropdown-option:has(.select-picker) input {
  border: none;
}

.select-picker {
  position: absolute;
  right: 0;
  z-index: 1;
  color: var(--tb-color);
  top: 50%;
  transform: translateY(-50%);
  border: none;
}

.select span {
  -webkit-appearance: none;
  padding: 4px 30px 4px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  transition: all 150ms ease;
  height: 100%;
  display: block;
  user-select: none;
}

.select:hover svg {
  stroke: var(--primary-color) !important;
}

.select .select-picker svg {
  position: initial;
  stroke: #9098a9 !important;
}

.select select {
  -webkit-appearance: none;
  padding: 4px 30px 4px 12px;
  width: 100%;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 1px 3px -2px #9098a9;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  transition: all 150ms ease;
}

.select select:required:invalid {
  color: #5a667f;
}

.select select option {
  color: #223254;
}

.select select option[value=""][disabled] {
  display: none;
}

.select select:focus {
  outline: none;
  border-color: rgb(var(--primary-color1));
  box-shadow: 0 0 0 2px rgba(0, 119, 255, 0.2);
}

.select select:hover+svg {
  stroke: var(--primary-color);
}

html:has(.dashboard) .ui-datepicker {
  z-index: 1000 !important;
  margin-top: 10px;
}

.select .select-submit {}

.select-submit.select-primary {
  background-color: #0188FF;
  color: white;
}

.sprites {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  user-select: none;
}

.pagination-new-control:nth-child(2)>div p {
  line-height: 1.57143;
  font-size: 0.875rem;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  flex-shrink: 0;
  margin: 0;
}

.pagination-new-control:nth-child(2)>div div {
  margin-left: 20px;
  margin-right: 8px;
}

.pagination-new-control:nth-child(2) .md-button {
  --button-width: 34px;
  margin: 0;
  padding: 0;
  min-width: var(--button-width);
  min-height: var(--button-width);
  width: var(--button-width);
  height: var(--button-width);
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.center-panel {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.upload-panel {
  z-index: 1000;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70vw;
  /* height: 70vh; */
  /* min-height: 500px; */
}

.upload-panel md-content {
  height: 100%;
}

.dropzone-custom {
  background: white;
  border-radius: 5px;
  border: 2px dashed rgb(0, 135, 247);
  border-image: none;
  /* max-width: 500px; */
  width: 80%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
}

/* #my-dropzone {
    border: 2px dashed #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
    min-height: 150px;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #aaa;
  } */

#my-dropzone .dz-message {
  margin: 0;
}

#my-dropzone.dz-started .dz-message {
  display: none;
}

#my-dropzone.dz-error .dz-message {
  color: #f00;
}

/* #my-dropzone .dz-preview {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
  
  #my-dropzone .dz-preview .dz-image {
    width: 80px;
    height: 80px;
    margin: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  #my-dropzone .dz-preview .dz-details {
    flex-grow: 1;
    padding: 10px;
  }
  
  #my-dropzone .dz-preview .dz-details .dz-filename {
    font-weight: bold;
  }
  
  #my-dropzone .dz-preview .dz-progress {
    height: 5px;
    margin-top: 10px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
  }
  
  #my-dropzone .dz-preview .dz-progress .dz-upload {
    height: 5px;
    background-color: #4CAF50;
    border-radius: 5px;
  }
  
  #my-dropzone .dz-preview .dz-success-mark,
  #my-dropzone .dz-preview .dz-error-mark {
    display: none;
  }
  
  #my-dropzone .dz-preview .dz-remove {
    margin-right: 10px;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
  } */

/* .zoom-out-panel.ng-enter,
  .zoom-out-panel.ng-leave {
    transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  }
  
  .zoom-out-panel.ng-enter {
    opacity: 1;
    transform: scale(1);
  }
  
  .zoom-out-panel.ng-leave {
    opacity: 0;
    transform: scale(0.5);
  } */

md-toolbar:not(.md-menu-toolbar) {
  background-color: #fff;
  border-radius: 8px;
}

.datepicker table tr td.active.active {
  box-shadow: 0 0 10px 2px rgba(243, 30, 122, 0.3);
}

/* === Wrapper Styles === */
#FileUpload {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.wrapper {
  /* margin: 30px; */
  padding: 10px;
  /* box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22); */
  /* border-radius: 10px; */
  background-color: white;
  width: 100%;
}

/* === Upload Box === */
.upload {
  margin: 10px;
  min-height: 300px;
  border: 8px dashed #e6f5e9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.upload p {
  margin-top: 12px;
  line-height: 0;
  font-size: 22px;
  color: #0c3214;
  letter-spacing: 1.5px;
}

.upload__button {
  background-color: #e6f5e9;
  border-radius: 10px;
  padding: 0px 8px 0px 10px;
}

.upload__button:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* === Uploaded Files === */
.list-file-upload {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  max-height: 170px;
  overflow-y: scroll;
}

.uploaded {
  background-color: #e6f5e9;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
}

.file {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.file__name {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
  line-height: 0;
  color: #0c3214;
  font-size: 18px;
  letter-spacing: 1.5px;
}

.uploaded .fa-times:hover {
  cursor: pointer;
  opacity: 0.8;
  /* padding: 15px; */
}

.uploaded .fa-file-excel {
  padding: 15px;
  padding-left: 0;
  font-size: 40px;
  color: #0c3214;
}

.uploaded .progress-bar {
  width: 50%;
}

.upload-button {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  background-color: #fff;
}

/* scrollbar custom */

/* width */
.list-file-upload::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.list-file-upload::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.list-file-upload::-webkit-scrollbar-thumb {
  background: var(--success-color);
  border-radius: 5px;
}

/* Handle on hover */
.list-file-upload::-webkit-scrollbar-thumb:hover {
  background: var(--success-color-hover);
}

/* list form have tab */

.list-form-have-tab .pq-grid-row.row-active-tab * {
  /* color: var(--primary-color);
  color: black; */
  font-weight: 700;
  color: #fa6810;
  background-color: #f7f7c9 !important;
}

.list-form-have-tab .tabs .table-action {
  /* border: none; */
  border-radius: 0;
}

.tab-parent-container .grid {
  min-height: 76vh;
}

.list-form-have-tab .tabs .grid {
  min-height: 72vh;
}

.list-form-have-tab .tabs {
  background-color: transparent;
  padding: 0;
  /* margin-top: 10px; */
  /* min-height: 35vh; */
  /* height: auto; */
}

.list-form-have-tab .tabs .item-tabs {
  padding: 4px 8px;
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 0px 1px;
  border-radius: var(--table-radius) var(--table-radius) 0px 0px;
  background-color: rgb(244, 246, 248);
  overflow: hidden;
  opacity: 0;
}

.item-tab-slider {
  position: absolute;
  height: 2px;
  bottom: 0px;
  width: 100%;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  /* background-color: rgb(0, 171, 85); */
  background-color: rgb(var(--primary-color1));
  opacity: 0;
}

.list-form-have-tab .tabs .item-tabs:has(.active) .item-tab-slider,
.list-form-have-tab .tabs .item-tabs:has(.active) {
  opacity: 1;
}

.list-form-have-tab .tabs .item-tabs .item-tab {
  background-color: transparent;
  color: var(--tb-color) !important;
  font-weight: 700;
}

.list-form-have-tab .tabs .item-tabs .item-tab.active {
  color: black !important;
  position: relative;
  font-weight: bold;
}

.list-form-have-tab .tabs-container {
  padding: 0;
  /* height: 87vh; */
  /* overflow-y: scroll; */
}

.tableContainer {
  display: flex;
  flex-direction: column;
  /* gap: 24px; */
}

.tableContainer .tab-parent-container {
  /* min-height: 45vh; */
  /* height: auto; */
  width: 100%;
  padding: 0;
}

.tableContainer .tab_parent {
  background-color: transparent;
  padding: 0;
  /* height: 45vh; */
}

.tableContainer .grid-parent {
  /* min-height: 84vh; */
  /* min-height: 45vh;
  height: auto; */
  width: 100%;
  height: 100%;
}

.tableContainer .nav-item .nav-link {
  color: #000 !important;
  background-color: #f2f2f2;
  font-size: 0.8rem;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.card-header {
  height: 100% !important;
  background-color: #fff !important;
  margin-bottom: 0px !important;
  border-bottom: 0px solid rgba(0, 0, 0, 0.125);
  margin-right: 5px !important;
}

.card {
  box-shadow: none;
}

.nav-tabs .nav-link.active {
  background-color: #7ba6fe;
  color: #fff !important;
  border-color: #7ba6fe;
}

.nav-tabs {
  margin-bottom: 10px;
}

.tableContainer .row {
  margin-top: 5px;
}

.item-tab {
  font-family: Arial, Helvetica, sans-serif;
}

.transfer-btn i {
  font-weight: bold;
  color: #ff8c00;
}

.extend-btn i {
  font-weight: bold;
  color: #dc143c;
}

.edit-btn i {
  font-weight: bold;
  color: #1e90ff;
}

.viewDetails-btn i {
  font-weight: bold;
  color: black;
}

.addRows-btn i {
  font-weight: bold;
  color: #008000;
}

.delete-btn i {
  font-weight: bold;
  color: #ff0000;
}

.acceptTransfer-btn i {
  font-weight: bold;
  color: #32cd32;
}

.releaseCode-btn i {
  font-weight: bold;
  color: #dc143c;
}

.btn-outline-primary {
  color: rgb(var(--primary-color1));
  border-color: rgb(var(--primary-color1));
}

.btn-outline-primary:hover {
  color: white;
  border-color: rgb(var(--primary-color1));
  background-color: rgb(var(--primary-color1));
}

.report-search .select2-container {
  width: 100% !important;
  box-sizing: border-box;
}

.report-search .selection {
  width: 100%;
  box-sizing: border-box;
}

.report-search .select2-selection {
  box-sizing: border-box;
  appearance: none;
  user-select: none;
  border-radius: 8px;
  cursor: pointer;
  font: inherit;
  letter-spacing: inherit;
  color: currentcolor;
  border: 1px solid rgba(145, 158, 171, 0.32);
  box-sizing: content-box;
  background: none;
  height: 100%;
  margin: 0px;
  -webkit-tap-highlight-color: transparent;
  padding: 10px 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.report-search .select2-container:hover .select2-selection {
  border-color: rgb(33, 43, 54);
}

.select2-container--bootstrap.select2-container--focus .select2-selection,
.select2-container--bootstrap.select2-container--open .select2-selection {
  border: 1px solid rgb(33, 43, 54) !important;
  box-shadow: none;
  border-radius: 8px !important;
}

.select2-container--disabled.select2-container--bootstrap.select2-container--focus .select2-selection {
  border: none !important;
}

.editForm .select2-container--bootstrap.select2-container--focus .select2-selection,
.editForm .select2-container--bootstrap.select2-container--open .select2-selection {
  border: 0px !important;
}

.select2-container:has(.select2-dropdown.select2-dropdown--below) {
  margin-top: 5px;
  color: rgb(33, 43, 54);
}

.select2-search.select2-search--dropdown {
  border-bottom: 1px dashed rgba(145, 158, 171, 0.32) !important;
  /* border-bottom: 1px solid black!important; */
}

.select2-search__field {
  box-shadow: none !important;
  border: 0px !important;
  padding: 8px 12px !important;
}

.select2-dropdown.select2-dropdown--below {
  border: 0px;
  outline: 0px;
  box-shadow: rgba(145, 158, 171, 0.24) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.24) -20px 20px 40px -4px;
  border-radius: 12px;
  color: rgb(33, 43, 54);
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.select2-results__options {
  padding: 8px 0px;
  outline: 0px;
}

.select2-results__option {
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  outline: 0px;
  border: 0px;
  margin: 0px 8px;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  appearance: none;
  color: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-decoration: none;
  padding: 6px 16px;
  box-sizing: border-box;
  white-space: nowrap;
  border-radius: 6px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  overflow: hidden;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  text-decoration: none;
  background-color: rgba(145, 158, 171, 0.08);
  color: inherit;
}

.select2-results__option--selected {
  background-color: rgba(145, 158, 171, 0.16) !important;
}

.table-action-no-radius .table-action {
  /* border: none; */
  border-radius: 0;
}

.table-no-action .table-action {
  display: none !important;
}

.pq-tabs {
  background-color: transparent;
  padding: 0;
  /* margin-top: 60px; */
  /* min-height: 35vh;
    height: auto; */
}

.pq-tabs .item-tabs {
  padding: 4px 8px;
  border: 1px solid #d7d7d7;
  border-width: 1px 1px 0px 1px;
  border-radius: var(--table-radius) var(--table-radius) 0px 0px;
  background-color: rgb(244, 246, 248);
  overflow: hidden;
  opacity: 0;
}

.item-tab-slider {
  position: absolute;
  height: 2px;
  bottom: 0px;
  width: 100%;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  /* background-color: rgb(0, 171, 85); */
  background-color: rgb(var(--primary-color1));
  opacity: 0;
}

.pq-tabs .item-tabs:has(.active) .item-tab-slider,
.pq-tabs .item-tabs:has(.active) {
  opacity: 1;
}

.pq-tabs .item-tabs .item-tab {
  background-color: transparent;
  color: var(--tb-color) !important;
  font-weight: 700;
  user-select: none;
}

.pq-tabs .item-tabs .item-tab.active {
  color: black !important;
  position: relative;
  font-weight: bold;
}

.pq-tabs.tabs-container {
  padding: 0;
  height: 80vh;
  /* overflow-y: scroll; */
}

.toast {
  background-color: #fff;
  color: black !important;
  opacity: 1 !important;
  box-shadow: 0px 8px 16px rgba(145, 158, 171, 0.16) !important;
  border-radius: 8px !important;
  max-width: 420px !important;
  padding: 10px 25px !important;
  padding-left: 60px !important;
  position: relative;
}

.toast-close-button {
  font-size: 25px !important;
  color: #637381;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.toast::before {
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.toast::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  width: 40px;
  height: 40px;
  /* opacity: 0.08; */
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.toast-success::before {
  content: "\f058";
  color: #36b37e;
}

.toast-success::after {
  background-color: rgba(54, 179, 126, 0.16);
}

.toast-error::before {
  content: "\f06a";
  color: rgba(255, 86, 48, 1);
}

.toast-error::after {
  background-color: rgba(255, 86, 48, 0.16);
}

.toast-warning::before {
  content: "\f071";
  color: rgba(255, 171, 0, 1);
}

.toast-warning::after {
  background-color: rgba(255, 171, 0, 0.16);
}

.toast-info::before {
  content: "\f05a";
  color: rgba(0, 184, 217, 1);
}

.toast-info::after {
  background-color: rgba(0, 184, 217, 0.16);
}

.notification__dropdown {
  border-radius: 12px;
  padding: 0 !important;
  min-width: 360px !important;
}

.notification__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px dashed rgba(145, 158, 171, 0.24);
}

.Notification__title>div {
  /* font-family: 'Public Sans'; */
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #212b36;
}

.Notification__title>span {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #637381;
}

.Notification__action {
  min-width: 36px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}

.Notification__action:hover {
  background-color: rgba(var(--primary-color1) / 0.1) !important;
}

.Notification__action>i {
  font-size: 18px;
  color: rgba(0, 171, 85, 1);
  color: rgb(var(--primary-color1));
}

.notification__content {
  border-bottom: 1px dashed rgba(145, 158, 171, 0.24);
}

.notification__earlier {
  box-sizing: border-box;
  list-style: none;
  color: rgb(99, 115, 129);
  padding: 8px 20px;
  font-weight: 700;
  line-height: 1.5;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-family: "Public Sans", sans-serif;
}

a.notification__content__item {
  margin: 1px 0px 0px;
  border-radius: 0px;
  cursor: pointer;
  user-select: none;
  appearance: none;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  padding: 12px 20px;
  /* gap: 16px; */
  /* background-color: white!important;
    background-color: rgba(145, 158, 171, 0.16)!important; */
  background-color: var(--notification-color) !important;
}

a.notification__content__item:hover {
  text-decoration: none;
  background-color: rgba(145, 158, 171, 0.1) !important;
  /* background-color: rgb(var(--primary-color1)) !important; */
}

a.all-notification {
  color: rgb(var(--primary-color1)) !important;
  position: relative;
  margin: 10px 8px !important;
  padding: 6px 8px !important;
  font-weight: 600;
  border-radius: 8px;
  font-size: 14px;
  background-color: white !important;
  border-top: none !important;
}

.all-notification::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  opacity: 0.1;
}

.all-notification:hover::after {
  background-color: currentColor;
}

.notification__item__subject * {
  color: rgb(99, 115, 129);
  font-size: 14px;
}

.notification__item__subject b {
  color: black;
  font-weight: 600;
}

.notification__item__subject span {
  font-weight: 400;
}

.notification__time {
  line-height: 1.5rem;
  font-size: 12px;
  color: rgb(145, 158, 171);
  font-weight: 400;
}

.notification__time i {
  margin-right: 4px;
}

.media-icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 16px;
  background-color: rgb(221, 221, 221);
  border-radius: 50%;
}

/* .media-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    z-index: -1;
    transform: translate(-50%,-50%);
} */
.media-icon img {
  width: 24px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

a.more-notification {
  color: black !important;
  position: relative;
  margin: 20px auto !important;
  margin-top: 0 !important;
  padding: 10px 15px !important;
  font-weight: 600;
  width: 150px;
  border-radius: 8px;
  font-size: 14px;
  background-color: white !important;
  border-top: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.more-notification::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  background-color: transparent;
  transition: background-color 0.3s ease;
  opacity: 0.1;
}

.more-notification:hover::after {
  background-color: currentColor;
}

.profile_avatar img {
  transition: scale 0.3s ease;
  position: relative;
}

.profile_avatar label {
  position: relative;
}

.profile_avatar label::before {
  content: "";
  --w: -8px;
  position: absolute;
  top: var(--w);
  left: var(--w);
  right: var(--w);
  bottom: var(--w);
  border-radius: 50%;
  border: 1px dashed rgba(145, 158, 171, 0.72);
}

.profile_avatar_hover {
  --w: 0px;
  position: absolute;
  top: var(--w);
  left: var(--w);
  right: var(--w);
  bottom: var(--w);
  border-radius: 50%;
  background-color: rgba(22, 28, 36, 0.64);
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.profile_avatar_hover * {
  color: white;
  font-size: 20px;
}

.profile_avatar_hover i {
  font-size: 25px;
}

.profile_avatar_hover:hover {
  opacity: 1;
}

.profile_avatar img:hover {
  transform: scale(1.01);
}

div.profile_avatar_description span {
  margin: 16px auto 0px !important;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Public Sans", sans-serif;
  font-weight: 600;
  color: rgb(120, 135, 148) !important;
  display: block;
  text-align: center;
}

.md-open-menu-container {
  z-index: 10001;
}

.md-menu-backdrop {
  z-index: 10000 !important;
}

.md-open-menu-container:has(.settings-pq-popup) {
  border-radius: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  transform: translateX(-10px);
}

.settings-pq-popup {
  padding: 10px;
  padding-bottom: 0;
  max-height: 400px;
}

.settings-pq-popup::-webkit-scrollbar {
  /* width: 7px !important;
  height: 7px !important; */
  margin-top: 10px !important;
  display: none;
}

.settings-pq-popup::-webkit-scrollbar-track {
  /* width: 7px !important;
  height: 7px !important; */
  margin: 5px 0;
}

.settings-pq-popup::-webkit-scrollbar-thumb {
  border-radius: 5px !important;
  /* width: 7px !important;
  height: 7px !important; */
  margin-top: 10px !important;
}

.settings-pq-popup>div {
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 10px;
}

.settings-pq-list {
  padding-bottom: 0;
}

.settings-pq-item {
  min-height: 0px !important;
  transition: background-color .2s ease;
  border-radius: 6px;
  cursor: move !important;
  height: 45px;
}

.settings-pq-item:hover {
  background-color: rgba(158, 158, 158, 0.2);
}

.settings-pq-item .md-list-item-inner {
  --h: 45px;
  min-height: var(--h) !important;
  height: var(--h);
}

.settings-pq-item md-switch.md-default-theme.md-checked:not([disabled]) .md-bar,
.settings-pq-item md-switch.md-checked:not([disabled]) .md-bar {
  background-color: rgba(var(--primary-color1) / 0.35);
}

.settings-pq-item md-switch.md-default-theme.md-checked:not([disabled]) .md-thumb,
.settings-pq-item md-switch.md-checked:not([disabled]) .md-thumb {
  /* background-color: #6796f6; */
  background-color: rgb(10, 192, 237);
}

.settings-pq-item-tagname {
  display: flex;
  gap: 20px;
  width: 100%;
  align-items: center;
}

.settings-pq-item-tagname i {
  font-size: 16px;
  opacity: 0.8;
}

.settings-pq-item:hover .settings-pq-item-tagname i {
  color: black;
  opacity: 1;
}

.pq-grid-header-search-row .pq-grid-col {
  padding: 5px !important;
}

.pq-grid-header-search-row .pq-grid-col div {
  padding: 0px !important;
}


.pq-grid-header-search-row .status-btn {
  pointer-events: unset;
}

.filter-modal .row {
  margin-left: unset !important;
  margin-right: unset !important;
}

.filter-modal .filter-container-field div {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.filter-modal .filter-container .filter-container-field .filter-label {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
  padding-right: 10px !important;
}

.filter-modal .filter-container .filter-container-footer {}

.editForm-row-title {
  padding-left: 0 !important;
  padding-right: 0 !important;
  align-self: center;
}

.editForm-inputBase {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.editForm-rows .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
  max-width: 100%;
}


@media only screen and (max-width: 600px) {
  .pagination-label {
    display: none;
  }

  .pagination-new-control:nth-child(2)>div div {
    margin-left: 10px;
    margin-right: 4px;
  }

  .pagination-new-action {
    margin-left: 4px;
  }
}