textarea:focus, input:focus {
  outline: none;
}

.text-gold {
  color: #bea475 !important;
}

  .text-gold:hover {
    color: #c9b898 !important;
  }


.text-hover-gold:hover {
  color: #bea475 !important;
}

  .text-gold:hover {
    color: #c9b898 !important;
  }

.text-underline {
  text-decoration: underline;
}

.offcanvas.offcanvas-right {
  left: auto;
}

.offcanvas {
  left: -895px;
  width: 875px;
}

.modal-multiple {
  position: absolute;
  top: 0;
  left: 0;
 /* width: 700px;*/
}

@media (min-width: 200px) {
  .offcanvas.offcanvas-right {
    width: 200px;
    right: -220px;
  }
  .ag-grid-searchbox {
    width: 180px;
  }
}

@media (min-width: 250px) {
  .offcanvas.offcanvas-right {
    width: 250px;
    right: -270px;
  }

  .ag-grid-searchbox {
    width: 180px;
  }
}

@media (min-width: 300px) {
  .offcanvas.offcanvas-right {
    width: 280px;
    right: -300px;
  }

  .ag-grid-searchbox {
    width: 180px;
  }
}

@media (min-width: 350px) {
  .offcanvas.offcanvas-right {
    width: 320px;
    right: -340px;
  }

  .ag-grid-searchbox {
    width: 180px;
  }
}

@media (min-width: 400px) {
  .offcanvas.offcanvas-right {
    width: 360px;
    right: -380px;
  }
  .ag-grid-searchbox {
    width: 250px;
  }
}

@media (min-width: 450px) {
  .offcanvas.offcanvas-right {
    width: 420px;
    right: -440px;
  }

  .ag-grid-searchbox {
    width: 250px;
  }
}

@media (min-width: 520px) {
  .offcanvas.offcanvas-right {
    width: 490px;
    right: -510px;
  }

  .ag-grid-searchbox {
    width: 250px;
  }
}

@media (min-width: 576px) {
  .offcanvas.offcanvas-right {
    width: 500px;
    right: -520px;
  }
  .ag-grid-searchbox {
    width: 250px;
  }
}

@media (min-width: 768px) {
  .offcanvas.offcanvas-right {
    width: 650px;
    right: -670px;
  }
  .ag-grid-searchbox {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .offcanvas.offcanvas-right {
    width: 850px;
    right: -870px;
  }
  .ag-grid-searchbox {
    width: 225px;
  }
}

@media (min-width: 1200px) {
  .offcanvas.offcanvas-right {
    width: 950px;
    right: -970px;
  }
  .ag-grid-searchbox {
    width: 245px;
  }
}

@media (min-width: 1400px) {
  .offcanvas.offcanvas-right {
    width: 1000px;
    right: -1020px;
  }
  .ag-grid-searchbox {
    width: 420px;
  }
}

@media (min-width: 1600px) {
  .offcanvas.offcanvas-right {
    width: 1200px;
    right: -1220px;
  }
  .ag-grid-searchbox {
    width: 480px;
  }
}

.ag-grid-searchbox {
  height: 30px;
  padding-left: 2rem !important;
  border: 1px solid #D1D3E0 !important;
  border-radius: 2rem !important;
  background-color: #fff !important;
}
  .ag-grid-searchbox:hover {
    border: 1px solid #bea475 !important;
  }

@media (min-width: 1100px) {
    .modal-h-left {
        margin-left: 300px;
    }
}


.mat-mdc-tab-group,
.mat-mdc-tab-body-wrapper {
  height: 100% !important;
}

.mat-mdc-tab-labels {
  border-bottom: 1px solid #D1D3E0 !important;
  border-top: 1px solid #D1D3E0 !important;
  gap: 10px;
  /*padding-top: 10px !important;*/
}
.dashboard-tabs .mat-mdc-tab-labels {
  border-bottom: none !important;
  border-top: none !important;
  gap: 10px;
  /*padding-top: 10px !important;*/
}
.mdc-tab {
  min-width: unset !important;
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.nav-label {
  color: #8e8e8e !important;
  font-size: 14px !important;
}
.mdc-tab:hover .nav-label,
.mdc-tab--active .nav-label {
  color: #bea475 !important;
}
.mat-mdc-tab:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline, .mat-mdc-tab-link:not(.mat-mdc-tab-disabled) .mdc-tab-indicator__content--underline {
  border-color: #bea475 !important;
}
.mdc-tab__ripple::before, .mat-mdc-tab .mat-ripple-element, .mat-mdc-tab-header-pagination .mat-ripple-element, .mat-mdc-tab-link .mat-ripple-element {
   background-color: transparent !important; 
}

.modal-backdrop{
    display: none !important;
}

#order_daterangepicker:hover .form-control,
#rfq_daterangepicker:hover .form-control,
#purchaseOrder_daterangepicker:hover .form-control {
  border-color: #bea475 !important;
}

.rounded-xxl .select2-selection {
  border-radius: 2rem !important;
}

.select2-selection__rendered {
  line-height: 35px !important;
  height: 100%;
}

.select2-container .select2-selection--single {
  height: 35px !important;
  padding-right: 23px;
}

.hoverable-select2:hover .select2-selection--single {
  border-color: #bea475 !important;
}

app-role-cell .select2-container .select2-selection--single,
.new-vendor-item-table .select2-container .select2-selection--single {
  height: 25px !important;
  font-size: 10px;
  padding-right: 23px;
}

/*#vendorRfqEmailModal .select2-selection__rendered,*/
app-role-cell .select2-selection__rendered,
.new-vendor-item-table .select2-selection__rendered {
  line-height: 25px !important;
  padding-right: 0px !important;
}

app-role-cell .select2-container--default .select2-selection--single .select2-selection__arrow,
.new-vendor-item-table .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 25px !important;
  padding-right: 20px !important;
}





.h-30px .select2-container .select2-selection--single {
  height: 30px !important;
  font-size: 12px;
  padding-right: 23px;
}

.h-30px .select2-selection__rendered {
  line-height: 30px !important;
  padding-right: 0px !important;
}

.h-30px .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px !important;
  padding-right: 20px !important;
}






.new-vendor-item-table .form-control {
    font-size: 10px;
    height: 25px !important;
    padding: 0 3px 0 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px !important;
}
.select2-border-none .select2-container--default .select2-selection--single {
  border: none;
}

.select2-results__option {
  padding: 2px 6px;
}
  .select2-results__options::-webkit-scrollbar {
    display: none;
  }

.select2-results::-webkit-scrollbar {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3 !important;
  color: #282626 !important;
}

.scroll.scroll-pull {
  overflow-x: hidden;
  overflow-y: auto;
}
  .scroll.scroll-pull::-webkit-scrollbar {
    display: none;
  }

.order-items-box:hover {
  background-color: #e7e7e7;
}

/* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.order-items-qty {
  color: #adadb1;
}

.order-items-box .order-items-add-btn{
    display: none;
}
.order-items-box:hover .order-items-add-btn {
  display: flex;
}



.second-progress {
  height: 3px;
  background: #31c148 !important;
  border-radius: 2px;
}

.order-item-table-row:hover {
  background-color: #e2edff;
}

.table-bordered-dark {
  border: 1px solid #838383;
}

  .table-bordered-dark th,
  .table-bordered-dark td {
    border: 1px solid #838383;
  }

.cancelBtn, .applyBtn {
    border-radius: 2rem !important;
}

.cancelBtn, .applyBtn:hover {
  background: #fff !important;
  border-color: #bea475 !important;
  color: #bea475 !important;
}
  .cancelBtn:hover {
    background: #bea475 !important;
    border-color: #bea475 !important;
    color: #fff !important;
  }
.daterangepicker .ranges li:hover,
.daterangepicker .ranges li.active {
  background-color: #bea475 !important;
  color: #fff !important;
}

.custom-select2 .select2-selection__arrow {
  cursor: pointer;
  position: absolute;
  height: 42px;
  width: 25px;
  right: 14px;
  z-index: 1;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b,
.custom-select2 .select2-selection__arrow b {
  background-image: url(https://cdn4.iconfinder.com/data/icons/user-interface-174/32/UIF-76-512.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border: none !important;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  margin-left: 0 !important;
  margin-top: 0 !important;
  position: absolute;
}


.custom-select2 .form-control, .custom-select2 .rounded-sm {
  border-radius: 0px !important;
}
.custom-select2 .form-control {
  border-top: 0px !important;
  border-bottom: 0px !important;
}
app-add-update-po-items-status-header {
  width: 100%;
}

.mat-mdc-tab-header-pagination{
    z-index: 1 !important;
}

.ag-row .item-action {
  visibility: hidden;
  /*margin-left: 15px;*/
}

.ag-row:hover .item-action {
  visibility: visible;
}


.item-action span i {
  font-size: 12px;
  color: #bea475 !important;
}

.item-action span {
  height: 25px;
  width: 25px;
  padding: 0;
}

  .item-action span:hover {
    background-color: #D1D3E0 !important;
    border-radius: 1.5em;
    border: 1px solid #D1D3E0 !important;
  }

    .item-action span:hover i {
      color: #c9b898 !important;
    }

.categories-content .ag-theme-alpine .ag-row-selected {
  color: #bea475;
  background-color: #f7f3ed;
}
.categories-content .ag-theme-alpine .ag-row-hover,
.categories-content .ag-theme-alpine .ag-row-hover::before {
  color: #bea475;
  background-color: #f7f3ed !important;
}


.bg-user-info:hover {
    width: 285px;
}

.bg-user-info:hover .aside-menu-user-content-hoverable,
.aside-menu-user-content-hoverable {
  display: flex;
}
.aside-minimize .aside-menu-user-content-hoverable {
  display: none;
}


.modal-dialog-centered-datetime {
  min-height: calc(100% - 250px) !important;
}

.scroll-x-md,
.scroll-x-lg,
.scroll-x-xl,
.scroll-x-xxl {
  overflow-x: auto !important;
}
  .scroll-x-md ag-grid-angular {
    min-width: 600px;
  }
  .scroll-x-lg ag-grid-angular {
    min-width: 800px;
  }
  .scroll-x-xl ag-grid-angular {
    min-width: 1000px;
  }
  .scroll-x-xxl ag-grid-angular {
    min-width: 1200px;
  }


  .import-bulk-text {
      font-size: 9px;
  }

.import-bulk-badge {
  font-size: 12px;
}

@media (min-width: 375px) {
  .import-bulk-text {
    font-size: 10px;
  }

  .import-bulk-badge {
    font-size: 13px;
  }
}

@media (min-width: 500px) {
  .import-bulk-text {
    font-size: 11px;
  }

  .import-bulk-badge {
    font-size: 14px;
  }
}

@media (min-width: 600px) {
  .import-bulk-text {
    font-size: 12px;
  }

  .import-bulk-badge {
    font-size: 15px;
  }
}

app-generic-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aside-minimize .select-building-content {
  display: none !important;
}
.image-preview {
  position: absolute;
  top: 100px;
  right: 250px;
  width: 600px;
  padding: 5px;
  background-color: white;
  z-index: 1900;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}
.image-preview.left-side {
  right: unset;
  left: 450px;
}
  .image-preview img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
