/* custom style starts here */

.border-radius-5 {
  border-radius: 5px !important;
}

.custom-th-width {
  width: 20px;
}

.header-profile-img {
  width: 36px;
  height: 36px;
}

.logout-profile-img {
  width: 62px;
  height: 62px;
}

.logout-container {
  width: 265px;
  height: 235px;
  border: 0.5px solid #ECF2F7;
}

.green-btn {
  color: #fff !important;
  background-color: #1CB26E;
  padding: 8px 24px;
  border: none;
  border-radius: 3px;
}

.secondary-btn {
  color: #fff;
  background-color: #ffff;
  border-radius: 5px;
  border: none;
}

.tertiary-btn {
  color: #586894;
  background-color: #ffff;
  border-radius: 5px;
  border: none;
  padding: 12px 16px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10);

}

.text-btn {
  color: #2C303B;
  background-color: none;
  border: none;
  height: 40px;
  padding: 4px 16px;
}


.danger-btn {
  color: #fff;
  background-color: #ED4040;
  border: 1px solid #ED4040;
  height: 40px;
  padding: 4px 16px;
}

.danger-btn:hover {
  color: #fff;
  background-color: #d43e3e;
}

.danger-btn:focus {
  color: #fff;
  box-shadow: 0 0 0 0.25rem #ffd2d2;
}

.danger-btn:active {
  color: #fff;
  box-shadow: 0 0 0 0.25rem #ffd2d2;
}

.table-title-color {
  color: #3A4974;
}

.height-420 {
  height: 420px;
}

.tab-color {
  background-color: #F3F3Fd;
}


.custom-nav-link {
  color: #586894;
  padding: 24px 16px;
}


.custom-tab-btn {
  color: #2C2C2C !important;
  background-color: #FFFfff !important;
  border-radius: 5px !important;

}

.org-logo-sty {
  width: 50px;
  height: 36px;
  object-fit: contain;
}

.cus-logo-sty {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.circle-logo {
  width: 24px;
  height: 18px;
}

.circle-logo-sty {
  background-color: #fff;
  border: 0.85px solid #E7E7E7;
  border-radius: 30px;
  display: inline-block;
  padding: 2px;
  width: 30px;
  height: 30px;
}

.org-brd {
  border-left: 1px solid #939393;
  padding-left: 16px;
  margin-left: 16px;
  /* height: 40px; */
}

.org-logo-batch {
  background-color: #EFEFEF;
  padding: 8px 18px;
  border-radius: 4px;
}

@media screen and (min-width:1280px) {
  .res-border {
    border-right: 1px solid #ECECEC;
  }
}

@media screen and(max-width:1279px) {
  .res-border {
    border-right: none;
  }
}

.summ-tbl-scrl {
  overflow-y: scroll;
  height: 577px;
}

.h-100vh {
  height: 100vh;
}

.error-img {
  /* width: 600px; */
  height: 340px;

}

.custom-gif {

  background-image: radial-gradient(#EBDBFF, #F0E5FF, #F0E5FF, #fff, #fff, #fff);
}

.custom-list-style {
  list-style: none;
}

.tab-batch {
  display: flex;
  width: 22px;
  height: 22px;
  border-radius: 24px;
  background-color: #000000;
  color: #ffffff;
}

.cursor-pointer {
  cursor: pointer;
}

/* Breadcrumb styles starts here */
ul.breadcrumb {
  list-style: none;
}

ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #2C303B;
  /* font-family: 'SF Pro Text Medium'; */
}

ul.breadcrumb li+li:before {
  padding: 0px 8px;
  vertical-align: -webkit-baseline-middle;
  content: "";
  background-image: url("/breadcrumb.svg");
  background-repeat: no-repeat;
}

ul.breadcrumb li a {
  padding-right: 8px;
  color: #606060;
  text-decoration: none;
}

ul.breadcrumb li a:hover {
  text-decoration: underline !important;
  cursor: pointer;
}

/* Breadcrumb styles ends here */



.custom-drpdwn-width {
  width: 140px;
}

.w-230 {
  width: 230px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-400 {
  padding-bottom: 200px;
}

/* pageloader styles ends here */

.overlay {
  position: fixed;
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1050;
}

.loading-text {
  margin-left: -13px;
}

.Loader {
  width: 40px;
  height: 40px;
}

.custom-info-icon {
  width: 10px;
  height: 10px;
}

/* tooltip styles starts here */

.tooltip-inner {
  background-color: #1F2925;
  color: #fff;
  font-size: 12px;
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #1F2925;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #1F2925;
}

/* .tooltip-arrow {
  border-right-color: red;
  border-left-color: red;
  border-bottom-color: red;
  border-top-color: red;
} */
.tooltip.bs-tooltip-right .arrow:before {
  background-color: #F2EEFD;
}

.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #F2EEFD;
}

.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #F2EEFD;
}

.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #F2EEFD;
}

.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #F2EEFD;
}

.border-radius-8 {
  border-radius: 8px !important;
}

.form-signup {
  width: 100%;
  max-width: 500px;
  padding: 15px;
  margin: auto;
}

.bg-gradient-height {
  height: 100vh;

}

.login-para {
  position: absolute;
  bottom: 0px;
  left: 70px;

}

.login-image-sty {
  width: 459px;
  /* height: 100vh; */
}

.bg-image {
  background-image: url(/Login-bg.svg);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: cover;

}


.btn-outline-secondary:hover {
  color: #000000 !important;
}

.btn-outline-secondary:focus {
  box-shadow: unset !important;
}

.w-30 {
  width: 30px;
}

.custom-text-truncate-width {
  max-width: 300px;
}

/* popover style starts here */
.popover-header {
  border-bottom: unset;
  background-color: #F2EEFD;
  font-size: 14px;
  color: #2C303B;
  font-weight: 400px;
  padding-bottom: 0;
  padding-top: 20px;

}

.popover-body {
  background-color: #F2EEFD;
  color: #2C303B;
  font-size: 14px;
  font-weight: 700 !important;

}

.popover {
  border: none;
  filter: drop-shadow(0px 0px 4px rgba(199, 208, 218, 0.70));
}

.popover-arrow:after {
  border: none;
  border-top-color: #F2EEFD !important;
}

.popover-arrow:before {
  border-top-color: #F2EEFD !important;
}

.custom-invoice-popup-width {
  width: 290px;
}

.custom-search-icon {
  background-image: url(/search.svg);
  right: 0;
  left: 167px;
  top: 11px;
  bottom: 0;
  background-repeat: no-repeat;
}

.padding-1 {
  padding: 1px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-20 {
  border-radius: 20px !important;
}

.custom-add-batch:hover {
  color: #8E3FFF !important;
}

.container-height {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.role-popup-width {
  width: 400px;
}

.dashboard-nodata-height {
  height: 70%;
}

/* 10/13/2025 */

.login-nav {
  background-color: #F8F8F8;
  padding: 4px;
  border-radius: 5px;
}

.login-nav.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #2c2c2c;
  background-color: #ffffff;
}

.admin-bg-color {
  background-color: #F7F7F7;
  height: 740px;
  overflow-y: auto;
}

.a-bottom-actions {
  position: absolute;
  bottom: 0;
  border-top: 1px solid #F3F4F5;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 98%;
}

.imp-info {
  background: linear-gradient(90deg, #FFE8A1 0%, #FFF 100%);
  border-left: 3px solid #FFA000;
  padding: 12px;
}

.approval-box {
  border: 1px solid #F1E7FF;
  background-color: #F8F9FF;
  border-radius: 8px;
}

.approval-link-box {
  background-color: #ffffff;
  border: 1px solid #F0F0F0;
  display: flex;
  height: 40px;
  width: 100%;
  padding: 12px 16px;
  border-radius: 3px;
}

/* 10/13/2025 */


/* 10/14/2025 */
.user-icon-container {
  width: 32px;
  height: 32px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F2F2F2;
}

.status-icon {
  position: absolute;
  bottom: -3px;
  right: -3px;
}

.status-flow-divider {
  width: 38px;
  height: 1px;
  background-color: #ECECEC;
}

.resize-none {
  resize: none;
}

.customer-request-popup {
  max-width: 600px;
}