:root {
  --vz-btn-hover-bg: #5ea3cb;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  padding: 0.5em 0.4em;
}
div.dataTables_wrapper div.dataTables_length select.form-select {
  padding-right: 1rem;
  background-position: right center;
}

table.table-striped.table-responsive.compact.hover.dataTable.no-footer thead {
  background: #2e3230;
  color: #fff;
}

.dt-buttons .dt-button.buttons-html5 {
  background: var(--vz-btn-hover-bg);
  color: #fff;
}
.dt-buttons .dt-button.buttons-html5:hover,
.dt-buttons .dt-button.buttons-html5:active,
.dt-buttons .dt-button.buttons-html5:focus,
.dt-buttons .dt-button:active:not(.disabled):hover:not(.disabled) {
  background: #508bad;
  shadow: none;
}

table.sheet-design {
  border: 1px solid #727272 !important;
}
table.sheet-design thead {
  background: #dfdfdf26;
}
table.dataTable.table-striped > tbody > tr.odd {
  background: #f2f2f252;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #4c4c4c;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
}

.select2-container .select2-selection--multiple {
  min-height: calc(3.5rem + 2px);
}
.select2-container
  .select2-selection--multiple
  ul.select2-selection__rendered
  li:nth-child(1) {
  margin-top: 24px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 19px;
}

/* css for fixed column on x-scroll */
table.table-striped.table-responsive.compact.hover.dataTable.no-footer
  thead
  th:nth-child(1).sorting_disabled:has(> input[type="checkbox"]),
table.table-striped.table-responsive.compact.hover.dataTable.no-footer
  tbody
  td:nth-child(1):has(> input[type="checkbox"]) {
  position: sticky;
  left: 0;
  z-index: 1;
}

.select-with-button {
  /* height: calc(3.5rem + 2px); */
  height: calc(2.8rem + 3px);
  line-height: 1.25;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* for jquery form validation error  */
.manage-error label.error,
.manage-error label.error {
  position: relative !important;
  padding: 0 !important;
  color: #ed0000;
  font-weight: 400;
}

.manage-error .form-control-plaintext ~ label.error,
.manage-error .form-control:focus ~ label.error,
.manage-error .form-control:not(:placeholder-shown) ~ label.error,
.manage-error .form-select ~ label.error,
.manage-error .form-floating > .form-control-plaintext ~ label.error,
.manage-error .form-floating > .form-control:focus ~ label.error,
.manage-error
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label.error,
.manage-error .form-floating > .form-select ~ label.error {
  opacity: 1 !important;
  -webkit-transform: unset !important;
  transform: unset !important;
}

/* css for input and select layout : start */

form .custom-layout-css .card-body .row .form-floating input[type="text"],
form .custom-layout-css .card-body .row .form-floating input[type="password"],
form .custom-layout-css .card-body .row .form-floating input[type="email"],
form .custom-layout-css .card-body .row .form-floating input[type="time"],
form
  .custom-layout-css
  .card-body
  .row
  .form-floating
  input[type="datetime-local"],
form .custom-layout-css .card-body .row .form-floating input[type="date"],
form .custom-layout-css .card-body .row .form-floating input[type="number"],
form .modal-row .form-floating input[type="text"],
form .modal-row .form-floating input[type="password"],
form .modal-row .form-floating input[type="email"],
form .modal-row .form-floating input[type="time"],
form
  .custom-layout-css
  .card-body
  .row
  .form-floating
  input[type="datetime-local"],
form .modal-row .form-floating input[type="date"],
form .modal-row .form-floating input[type="number"] {
  height: 2.5rem !important;
  padding-left: 0.52rem;
  font-size: 0.84rem !important;
}
form .custom-layout-css .card-body .row .form-floating label,
form .modal-row .form-floating label {
  padding: 8px;
  margin: 0;
  font-size: 0.84rem;
}

form
  .custom-layout-css
  .card-body
  .row
  .form-floating
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-top: 3px !important ;
  font-size: 0.84rem;
  line-height: 3rem;
  padding-left: 0.52rem;
}
form .custom-layout-css .card-body .row div:has(> .form-floating select),
form .modal-row div:has(> .form-floating select) {
  padding: 0.25rem !important;
  padding-top: 0 !important;
}
form
  .custom-layout-css
  .card-body
  .row
  div.form-floating
  .select2-container--default
  .select2-selection--single,
form
  .modal-row
  div.form-floating
  .select2-container--default
  .select2-selection--single {
  min-height: 2.5rem !important;
  font-size: 1rem !important;
}

/* div.form-floating>.form-control:focus{
      padding-top: 0.84rem;
      padding-bottom:0;
    } */
/* css for input and select layout : end */
/* css for hide search bar for minimized sidebar : start */
[data-layout="vertical"][data-sidebar-size="sm"] .sidebar-input-search {
  display: none;
}

.custom-layout-css .error-handle label.error {
  position: relative;
  color: rgb(160, 0, 0) !important;
  padding: 0;
  text-wrap: auto;
  transform: unset !important;
  font-weight: 500;
  font-size: small;
}
.error-handle .form-control.error {
  color: #000;
}
/* css for hide search bar for minimized sidebar : end */

/* form.form-floating input[type=text],
  form.form-floating input[type=date],
  form.form-floating input[type=password],
  form.form-floating input[type=number]
   {
    padding-left: 8px !important;
    height: 0rem !important;
    font-size: 0.84rem !important;
    padding-top: 1.625rem !important;
    padding-bottom: .625rem !important;
}

div.data-form label.label {
    padding: 9px 8px 8px 8px !important;
    font-size: 12px;
}

.form-floating>.form-control {
    height: 10px;
    line-height: -1px;
    padding: 8px 0px 0px 8px;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1rem;
    padding-bottom: 0rem;
}

.form-control {
    padding: 1px 1px 1px 8px;
} */

.image-overlay {
  padding-bottom: 1px;
}

.imagecontainer {
  /* text-align: center; */
  display: flex;
  justify-content: center;
  padding: 11px 4px;
  border: 1px solid var(--vz-input-border) !important;
  border-radius: 0.25rem;
  line-height: normal;
  height: 2.5rem !important;
}

.imagecontainer .category-label {
  /* float: left; */
  font-size: 0.84rem !important;
  margin-bottom: 0px !important;
}

.upload-icon {
  color: #007bff;
  cursor: pointer;
  margin-bottom: 0px;
  margin-left: 2px;
}

.upload-icon i {
  /* font-size: 20px; */
  margin-bottom: 0px;
  color: rgb(55, 55, 55);
}

.upload-icon:hover {
  color: #0056b3;
}

.custom-layout-css span.select2-selection.select2-selection--single {
  border-color: rgb(206, 212, 218);
}

.custom-layout-css .form-floating > .form-control-plaintext ~ label,
.custom-layout-css .form-floating > .form-control:focus ~ label,
.custom-layout-css
  .form-floating
  > .form-control:not(:placeholder-shown)
  ~ label,
.custom-layout-css .form-floating > .form-select ~ label {
  /* transform: scale(.80) translateY(-.5rem) translateX(.7rem) !important; */
  transform: scale(0.85) translateY(-0.3rem) translateX(0.15rem) !important;
}

span[data-table="indents"][data-field="status"] {
  border-radius: 5px;
  padding: 2px;
  padding-left: 3px;
  padding-right: 3px;
  font-size: smaller;
}
span[data-table="indents"][data-field="status"][data-value="Pending"] {
  background-color: #ff5500;
  color: #fff;
}
span[data-table="indents"][data-field="status"][data-value="Rejected"],
span[data-table="indents"][data-field="status"][data-value="REJECTED"]
 {
  background-color: #ff0000;
  color: #fff;
}
span[data-table="indents"][data-field="status"][data-value="Approved"],
span[data-table="indents"][data-field="status"][data-value="APPROVED"]

 {
  background-color: #92D050;
  color: #fff;
}
span[data-table="indents"][data-field="status"][data-value="Authorized"],
span[data-table="indents"][data-field="status"][data-value="AUTHORIZED"]

 {
  background-color: #00B0F0;
  color: #fff;
}

.wc_row_page_title {
  position: sticky;
}
@media (min-width: 293px) and (max-width: 693px) {
  .app-search {
    padding: 0;
  }
}

#indexTable tbody td,
#indexTable thead th {
  text-wrap-mode: nowrap;
}

.simplebar-content .nav-item > a.nav-link {
  padding-top: 2px !important;
  padding-block: 2px;
  font-size: 0.95rem;
}
.simplebar-content .nav-item .menu-dropdown .nav-item > a.nav-link {
  padding-top: 3px !important;
  padding-block: 3px !important;
  font-size: 0.84rem;
}

#topnav-hamburger-icon:hover {
  background-color: transparent !important;
}
.auth-one-bg {
  background-image: url(../images/ums-website-cover.jpg) !important;
  background-position: center;
  position: fixed;
}
.bg-overlay {
  background: #18384091 !important;
}
.card-box {
  background: #ffffffeb;
}

#page-header-user-dropdown:hover{
  background: #f4f4f4;
}
#listing > .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


html[data-sidebar-size="lg"] .footer-logo-div{
  width:246px;
}
html[data-sidebar-size="sm"] .footer-logo-div{
  width:24px;
  left:5px !important;
}

.sidebar-menu-div{
  margin-bottom: 57px;
}

/* modal  design */
.modal { overflow-y: hidden; --vz-modal-margin: 1.75rem; --vz-modal-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15); }
.modal .modal-title { color: #212529; }
.modal .modal-content { overflow-y: auto; max-height: calc(100vh - 50px); }
.modal .modal-body { padding-top: 0 !important; }
.modal .modal-body > .heading { font-size: 18px; font-weight: 600; justify-content: center; padding: 12px 0; }
.modal .btn-wrapper { padding: 0; }
.modal .modal-body > div label { font-size: 16px; }
.modal .modal-footer { justify-content: center; }
.modal .modal-body .form-group { display: flex; flex-direction: column; gap: 4px; height: 100%; }
.modal .modal-body .form-group .form-control { min-height: 160px; max-height: 160px; padding: 0; }
.modal .modal-body .form-group .form-control option { color: #212529; padding: 2px; cursor: pointer; }
.modal .modal-body .form-group .btn.btn-info { background-color: #1e5586; border-color: #1e5586; }
.modal .modal-body .form-group select option:checked { background-color: #1e5586; color: #ffffff; }
.modal .modal-body .btn-wrapper.form-group { justify-content: center; }
.modal .modal-body .btn-wrapper.form-group .btn { display: flex; align-items: center; justify-content: center; padding: 8px; }
.modal .modal-body .move-btn .btn { min-width: max-content; }
.modal .modal-body .form-group input[type="button"] { padding: 8px; }
.modal-footer .btn { min-width: 140px; max-width: max-content; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; }
.modal-footer .btn.btn-primary:hover { background-color: #af0e25 !important; border-color: #af0e25 !important; }
.modal-footer .btn.btn-danger:hover { background-color: #0e4a81 !important; border-color: #0e4a81 !important; }
@media (max-width:991px) {
  .modal .modal-dialog { max-width: calc(100% - 50px); margin-right: auto; margin-left: auto; }
}
@media (max-width:767px) {
  .modal .btn-wrapper { padding: 0 12px; }
  .modal .modal-body > .heading { padding: 6px 0; }
  .modal .modal-body .move-btn .btn { min-width: 100px; max-width: max-content; }
  .modal-footer .btn { min-width: 110px; }
}
@media (max-width:575px) {
  .modal .modal-body .move-btn .form-group { flex-direction: row; }
}
table.table-responsive thead th:nth-child(2), 
#indexTable tbody td:nth-child(2) {
  position: sticky !important;
  left: 18px !important;
  z-index: 1 !important;
}
#indexTable tbody tr.odd td:nth-child(2),
#indexTable tbody tr.odd td:nth-child(1){
  background-color: #fbfbfb !important;
}
#indexTable tbody tr.even td:nth-child(2),
#indexTable tbody tr.even td:nth-child(1){
  background-color: #fff !important;
}
table.table-responsive thead th:nth-child(2),
table.table-responsive thead th:nth-child(1)
{
  backdrop-filter: blur(50px) !important;
}