/* 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.1);
}
.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: 30px;
  height: 30px;
  object-fit: contain;
}
.circle-logo-sty {
  background-color: #fff;
  border: 0.85px solid #e7e7e7;
  border-radius: 30px;
  display: inline-block;
  padding: 2px;
  width: 30px;
  height: 30px;
  justify-content: center;
}
.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("../Images/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: #f2eefd;
  color: #2c303c;
  font-size: 14px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #f2eefd;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #f2eefd;
}
/* .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: 439px;
  padding: 15px;
  margin: auto;
}
.bg-gradient-height {
  height: 100vh;
}
.login-para {
  position: absolute;
  bottom: 0px;
  /* left: 18%; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.login-image-sty {
  width: 459px;
  /* height: 100vh; */
}
.bg-image {
  background-image: url(../Images/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.7));
}
.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(../Images/search.svg);
  right: 0;
  left: 167px;
  top: 11px;
  bottom: 0;
  background-repeat: no-repeat;
}
.padding-1 {
  padding: 1px;
}
.border-radius-5 {
  border-radius: 5px;
}
.clr-pic-img {
  width: 37.5px;
  height: 37.5px;
  border-radius: 3px;
}
.cus-z-ind.active {
  z-index: 2 !important;
}
.cus-z-ind:focus {
  z-index: 2;
}

.dd-li-scrl {
  scrollbar-width: thin;
  overflow-y: scroll;
  max-height: 150px;
  position: relative;
  height: auto;
}

.dd-li-scrl::-webkit-scrollbar {
  width: 4px !important;
  height: 4px !important;
}

.dd-li-scrl::-webkit-scrollbar-track {
  background: #fff;
}

.dd-li-scrl::-webkit-scrollbar-thumb {
  background: #e4e4e4;
  border-radius: 10px;
}
.inv-ft-pos {
  bottom: 26px !important;
}
.MuiPopover-paper {
  box-shadow: none !important;
  background-color: #e4e4e4 !important;
  width: 260px;
  padding: 12px;
  border-radius: 12px !important;
}
.up-re-grid {
  height: 362px;
  overflow-y: scroll;
}

/*Invoice form styles starts*/
.invoice-select {
  width: 60%;
}
/*Invoice form styles ends*/


.text-btns:hover {
  /* color: #fff !important; */
  color: #ed4040 !important;
  /* cursor: pointer; */
  /* background-color: #e2cfff; */
}
.text-fixer {
  text-transform: none !important;
  color: #000 !important;
}
.text-font{
color: #4BA9FF !important;
}
.text-inputwrap {
  display: block;
  width: 300px; /* Set the desired width */
  word-wrap: break-word; /* Enable word wrapping */
  padding: 5px;
}
.invoice-preno{
  margin-left: 40px;
}
.invoice-predate{
  margin-left: 77px;
}
.quotes-predate{
  margin-left: 81px;
}


.split-delv-table::-webkit-scrollbar
{
height: 5px;
width: 5px;
}
.split-delv-table::-webkit-scrollbar-thumb
{
background: #dedede;
border-radius: 10px;
}
