@import "./_loader.css";
@media print {

  app-root,
  .main-box,
  .container-box {
    height: auto !important;
  }

  .main-project-detail-box {
    overflow: scroll;
  }

  .homeScreen,
  .header-box,
  .sidebar-box,
  .cdk-overlay-pane {
    display: none !important;
  }

  .container-box {
    padding-top: 0 !important;
  }

  .printable {
    display: block !important;
  }

  .main-project-detail-box {
    margin-left: 0px !important;
  }

  .main-box,
  .container-box,
  .main-project-detail-box {
    height: auto;
  }
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/Graphik-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
  height: 100%;
  display: table;
  table-layout: fixed;
  width: 100%;
}

body,
html {
  height: 100vh !important;
}

::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
  height: 5px !important;
}

::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #7d8c9a;
  height: 58px;
  border-radius: 0;
}

::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #f7f7f7;
  height: 5px !important;
}

* {
  scrollbar-width: thin;
  scrollbar-color: #dadde1 #f7f7f7;
}

address,
dl,
ol,
p,
pre,
ul {
  margin-bottom: 0em !important;
}

body {
  font-family: "Graphik" !important;
  margin: 0 auto;
  font-size: 14px;
  margin-top: -70px;
  padding-top: 70px;
  color: #273751;
  font-display: swap;
}

a,
a:hover {
  text-decoration: none;
  color: #49c9c2;
  cursor: pointer !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0 !important;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style-type: none;
}

.a-color {
  color: #1c88e1 !important;
}

.fw-normal {
  font-weight: normal;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-bold {
  font-weight: bold;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left !important;
}

.dark-black {
  color: #273751;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-space {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: end;
}

.align-i-c {
  align-items: center;
}

.chip {
  margin-left: 10px;
}

tr.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.P-0 {
  padding: 0px !important;
}

.P-L-2 {
  padding-left: 2px;
}

.P-L-5 {
  padding-left: 5px;
}

.plr-1 {
  padding: 0 10px;
}

.m-0 {
  margin: 0px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 15px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-2 {
  margin-bottom: 15px;
}

.mb-4 {
  margin-bottom: 70px;
}

.ml-3 {
  margin-left: 10px;
}

.pb-4 {
  padding-bottom: 70px !important;
}

.pr-1 {
  padding-right: 5px;
}

.flex-align {
  display: flex !important;
}

.btn-primary {
  background: #49c9c2 !important;
  border: 1px solid #49c9c2;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 4px;
  font-size: 14px;
  line-height: 17px;
  padding: 7px 10px 6px 10px;
  letter-spacing: -0.07px;
  color: #ffffff;
  font-weight: 500;
}

.left {
  float: left;
}

.main-box {
  height: 100%;
}

.ant-allinput {
  width: 100%;
}

button {
  cursor: pointer;
}

.search-box-new {
  padding: 10px;
}

.search-box-new .ant-input {
  margin-bottom: 10px;
}

.search-box-new button.search-button.ant-btn.ant-btn-primary.ant-btn-sm {
  margin-right: 10px;
}

.ant-input-number-handler-wrap {
  display: none;
}

.header-box {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
  align-items: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

ul#dropdown1 {
  height: inherit !important;
  outline: 0;
  z-index: 99999;
  width: 700px !important;
  right: 105px !important;
  left: 135px !important;
  top: 18px !important;
  overflow: inherit;
}

.dropdown-box {
  position: relative;
  padding-right: 30px;
}

#dropdown2 {
  top: 65px !important;
}

.logo-img {
  width: 226px;
  height: 38px;
}

.welcome {
  text-align: left;
  font: normal normal normal 10px/13px Graphik;
  letter-spacing: -0.1px;
  color: #87909f;
  opacity: 1;
}

.client-name {
  text-align: left;
  letter-spacing: -0.16px;
  color: #2c363e;
  opacity: 1;
  font-size: 15px;
  line-height: 15px;
}

.client-name-box {
  margin-left: 7px;
  padding-right: 15px;
  text-transform: capitalize;
}

.close-icon-acr {
  padding: 8px 10px 0px 0px;
  display: block;
}

.all-select-box {
  width: 100%;
}

.dropdown {
  position: relative;
}

.custom-dropdown-option {
  width: 223px !important;
}

.custom-dropdown-option li {
  min-height: 25px;
}

.dropdown-ul {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 10px #0000001a;
  border: 1px solid #ced4da;
  right: -50px !important;
}

.dropdown-box-one {
  display: flex;
  width: 81%;
  /* border-right: 1px solid #ced4da; */
}

.dropdown-main-box {
  display: flex;
  justify-content: space-between;
  padding: 25px;
  width: 100%;
}

.dropdown-main-box ul li a {
  text-align: left;
  font: normal normal normal 13px/17px Graphik;
  letter-spacing: -0.13px;
  color: #273751;
  padding-bottom: 14px;
  display: block;
  padding: 4px 0;
}

.dropdown-main-box ul li {
  position: relative;
  padding-left: 10px;
  min-height: auto;
}

.dropdown-main-box ul li:before {
  position: absolute;
  left: -7px;
  top: 7px;
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 100%;
}

.dropdown-box-one ul {
  flex: 0 50%;
}

.dropdown-content .dropdown-main-box ul li:hover {
  background: transparent !important;
}

.dropdown-main-box ul li a:hover {
  color: #49c9c2;
}

.dropdown-main-box ul h3 {
  text-align: left;
  letter-spacing: -0.14px;
  color: #273751;
  opacity: 1;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding-bottom: 8px;
}

.nav-box {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  box-shadow: none;
  border-bottom: 1px solid #ced4da;
}

.header-right-box {
  display: flex;
}

.right-icon-detail {
  display: flex;
  align-items: center;
}

.search-box {
  margin-right: 30px;
}

.fileter-search-box .search-box label.form-label.active {
  background: #fff !important;
}

.arrow-icon.show:after {
  top: -7px;
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  right: 40px;
}

.search-box input {
  width: 430px !important;
  height: 33px !important;
  border-radius: 0;
}

.right-icon-detail .btn {
  line-height: 10px;
}

.sidebar-box {
  width: 64px;
  height: 95%;
  background: #2c363e 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #dbe8fe80;
  position: fixed;
  overflow-y: auto;
  z-index: 112;
}

.sidebar-box ul li {
  margin-bottom: 15px;
}

.sidebar-box ul {
  padding: 15px 0;
}

.sidebar-box ul li a {
  width: 42px;
  margin: 10px auto;
  height: 42px;
  text-align: center;
}

.material-tooltip {
  background: transparent;
}

.tooltip-content {
  background-color: #fff;
  border: 1px solid rgb(206 212 218);
  color: #333;
  padding: 7px 10px;
  border-radius: 3px;
}

.tooltip-content:before,
.tooltip-content:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  z-index: 999999999999;
  transform: rotate(-90deg);
}

.tooltip-content {
  position: relative;
}

.tooltip-content:before {
  top: 12px;
  border-bottom-color: rgb(206 212 218);
  border-width: 0 0.4rem 0.4rem 0.4rem;
  left: -9px;
}

.tooltip-content:after {
  top: 12px;
  border-bottom-color: #fff;
  border-width: 0 0.4rem 0.4rem 0.4rem;
  left: -8px;
}

.sidebar-box ul li a {
  display: block;
}

#navbarButtonsExample {
  justify-content: end;
}

.toggle-btn {
  display: none;
}

td,
th {
  padding: 10px 15px;
}

.left-dropdown {
  left: -109px !important;
}

.box-one .filter-element-box {
  width: 200px;
}

.right-icon-box ul li:last-child,
.right-icon-box ul li:nth-child(3) {
  margin-bottom: 0;
}

.check-box-center p span {
  /* padding: 1px 4px 0; */
  font: normal normal normal 13px/15px Graphik;
}

.check-box-center p span:first-child {
  padding-left: 0;
}

.check-box-center p span:last-child {
  border-right: 0;
}

.approve-icon {
  height: 18px;
  width: 20px;
  margin-top: -4px;
}

.main-project-detail-box {
  margin-left: 32px;
  overflow: hidden;
  position: relative;
  height: 100%;
}

.custom-dropdown {
  background: transparent;
  box-shadow: none;
  color: #333;
}

.custom-dropdown:hover,
.custom-dropdown:focus,
.custom-dropdown:active {
  background-color: transparent;
  box-shadow: none !important;
  color: #333;
}

.box-one {
  width: 362px;
  float: left;
  border-right: 1px solid #ced4da;
  position: relative;
  z-index: 998;
  margin-top: 1px;
  height: 100%;
  background: #fff;
}

.filter-element-header {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  padding: 10px;
}

.fileter-element-one {
  display: flex;
  justify-content: space-between;
}

.custom-dropdown-option {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #cfd3d866;
  border: 1px solid #ced3d9;
  border-radius: 4px;
}

.custom-dropdown-option li a {
  border-bottom: 1px solid #efefef;
  padding: 8px 10px;
  font: normal normal normal 13px/14px Graphik;
  letter-spacing: -0.07px;
  color: #273751;
  display: flex;
  align-items: center;
}

ul.custom-dropdown-option .dropdown-item:hover {
  background: #49c9c2 0% 0% no-repeat padding-box;
  color: #fff;
}

.fileter-element-one .custom-dropdown {
  padding: 5px 10px;
  text-align: left;
}

.filter-element-text {
  text-align: left;
  font: normal normal normal 12px/12px Graphik;
  letter-spacing: -0.06px;
  color: #7d8c9a;
}

.new-dropdown {
  background: #49c9c2 !important;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 9px 10px 10px 10px !important;
  border: 1px solid #49c9c2 !important;
  display: flex;
  border-radius: 4px !important;
  text-transform: capitalize;
  align-items: center;
  cursor: pointer;
}

.new-dropdown:hover,
.new-dropdown:active,
.new-dropdown:focus {
  background: #49c9c2d4;
  color: #fff;
  border-color: #49c9c2;
}

.dropdown-toggle.custom-dropdown:after {
  position: relative;
  right: -65px;
  font-size: 17px;
  top: 5px;
}

ul.purchase-header-box li a img {
  margin-right: 5px;
}

.check-box {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px;
  border-bottom: 1px solid #e7eaec;
  align-items: flex-start;
}

.right-icon-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.right-icon-box li {
  flex: 0 50%;
  text-align: right;
  height: 14px;
  margin-bottom: 6px;
}

.check-box-center h5,
.tenant-name-text {
  font: normal normal normal 15px/15px Graphik;
  letter-spacing: -0.12px;
  color: #1c88e1;
}

.check-box-center p {
  font: normal normal normal 13px/17px Graphik;
  letter-spacing: 0px;
  color: #273751;
  padding-top: 5px;
}

.box-one .check-box-center p {
  padding-top: 6px;
}

.approve-icon img {
  margin-left: -5px;
}

.approve-icon img {
  margin-left: -2px;
}

.right-icon-box li a img {
  width: 15px;
}

.right-icon-box li a {
  display: block;
}

.approve-icon img {
  width: 20px;
}

.check-box-left {
  margin-right: 10px;
}

.right-icon-box {
  width: 41px;
  max-width: 41px;
  min-width: 41px;
}

.check-box-center {
  margin-right: auto;
}

.fileter-left-main-box {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 13em);
  scrollbar-width: thin;
  scrollbar-color: #6c757d;
}

.fileter-search-box.input-group.search-box {
  margin: 0px !important;
  padding: 15px 10px;
}

.fileter-search-box label.form-label {
  background: #fff;
}

.custom-dropdown.action-dropdown:after {
  right: 0;
  top: 3px;
}

.fileter-element-two {
  display: flex;
  justify-content: space-between;
  display: none !important;
}

.action-dropdown {
  padding: 9px 8px 8px 10px;
  border: 1px solid #ccc;
}

.box-three {
  width: 326px;
  border-left: 1px solid #ced4da;
  float: right;
  height: 100%;
}

.attachment-file-box {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.attachment-file-box .custom-dropdown-option {
  top: 22px !important;
}

.bottom-btn-box .new-dropdown {
  display: inline-block;
}

.ping-icon-box {
  width: 50px !important;
  max-width: 20px;
  min-width: 20px;
}

.attachment-box {
  margin-left: 0;
}

.main-project-detail-box {
  display: block;
}

.history-right-icon-box ul li {
  display: inline-block;
}

.history-title {
  font: normal normal normal 13px/17px Graphik;
  letter-spacing: -0.13px;
  color: #273751;
}

.tile-date-text {
  font: normal normal normal 12px/14px Graphik !important;
  letter-spacing: -0.11px;
  color: #7d8c9a !important;
}

.history-box .slect-box.filter-element-box {
  width: 180px !important;
}

.attachment-file-box .right-icon-box {
  width: 20px;
  max-width: 20px;
  min-width: 21px;
  margin-left: auto;
}

.attachment-file-box .custom-dropdown-option {
  width: 120px !important;
  padding: 8px 0px;
}

.attachment-file-box .custom-dropdown-option li {
  margin-bottom: 10px;
}

.btn-text {
  text-align: left;
  letter-spacing: -0.17px;
  color: #273751;
  opacity: 1;
  font-weight: 500;
  font-size: 17px;
  line-height: 22px;
}

.custom-dropdown-option li:first-child {
  border-radius: 3px 3px 0px 0px;
}

.search-box .input-field.input-box {
  margin-bottom: 0px !important;
  border-radius: 23px !important;
}

.fileter-search-box .search-box {
  margin-right: 0;
}

.fileter-search-box input {
  width: 100% !important;
}

.fileter-search-box {
  padding: 15px 10px;
}

.box-one .fileter-search-box {
  border-bottom: 1px solid #e7eaec;
}

.container-box {
  padding-top: 62px;
  height: 100%;
  max-height: calc(100vh - 1px);
}

.new-dropdown-box {
  width: 178px !important;
}

.img-width {
  width: 25px;
  height: 24px;
  margin-right: 5px;
}

.new-dropdown-box li a {
  display: flex;
  align-items: center;
}

.history-main-box-right {
  margin: 10px 10px;
}

.attachment-title-box {
  text-align: left;
  font: normal normal normal 13px/13px Graphik;
  letter-spacing: -0.13px;
  color: #273751;
}

.attachment-title-box a {
  padding-right: 5px;
}

.attachment-box a {
  padding: 6px 10px;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #ced4da;
  border-radius: 12px;
  font: normal normal normal 12px/14px Graphik;
  letter-spacing: -0.12px;
  color: #273751;
  display: flex;
  align-items: center;
  margin-right: 0px;
}

.attachment-box {
  margin-left: 0px;
  background: #f2fbfb 0% 0% no-repeat padding-box;
}

.check-box.attachment-main-box {
  background: #f2fbfb 0% 0% no-repeat padding-box;
  margin-bottom: 15px;
}

.attachment-main-box {
  border-bottom: 1px solid #e7eaec;
}

.attachment-main-box .check-box {
  border: 0;
  background: #f2fbfb 0% 0% no-repeat padding-box;
  border-radius: 6px;
  border-bottom: 0px;
  margin: 10px 0;
}

.attachment-main-box .dropdown {
  text-align: right;
}

.attachment-box a img {
  padding-right: 5px;
}

.attachment-box p {
  display: flex;
  align-items: center;
}

.attachment-file-box .tile-date-text {
  padding-left: 0px;
}

.warning-box,
.Add-Notes {
  position: absolute;
  width: 100%;
  left: 0;
  background: #ffffffbf;
  height: 100%;
  z-index: 999;
  text-align: center;
}

.history-box {
  position: relative;
  height: 100vh;
}

.sub-Add-Notes,
.warning-sub-box {
  background: #fff;
  height: auto;
  padding: 25px 0;
}

.warning-title {
  text-align: center;
  font: normal normal normal 19px/25px Graphik;
  letter-spacing: -0.19px;
  color: #273751;
  padding: 7px 10px;
}

.warning-detail-box p {
  text-align: center;
  font: normal normal normal 13px/18px Graphik;
  letter-spacing: -0.13px;
  color: #273751;
  padding-bottom: 10px;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #7d8c9a;
  border-radius: 3px;
  top: 0px;
  left: 2px;
}

[type="checkbox"].filled-in:checked+span:not(.lever):after {
  width: 17px;
  height: 17px;
  border: 1px solid #49c9c2;
  background-color: #49c9c2;
  top: 0px;
  left: 2px;
}

[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after {
  height: 17px;
  width: 17px;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
  left: 3px;
  top: -2px;
  width: 6px;
}

.checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom-btn-box {
  margin: 15px 0;
}

.continue-btn,
.Add-Notes-continue {
  margin-right: 15px;
}

.add-not-icon {
  display: inline-block;
}

.continue-btn,
.Add-Notes-continue {
  background-color: #7d8c9a !important;
  border-color: #7d8c9a !important;
}

.Cancel-btn {
  background: #f7f7f7 !important;
  border-color: #c8c9ca !important;
  color: #8795a2 !important;
}

#attach_file .file-upload-btn span {
  margin: 0 auto;
  padding: 5px 30px;
  border-radius: 4px;
  color: #41b6af;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}

#attach_file .file-upload-btn span img {
  padding-right: 10px;
}

.file-upload-btn {
  background: #f7f7f7 !important;
  border: 1px dashed #c8c9ca;
  display: table;
  margin: 0 auto;
  float: none !important;
}

.upload-maximum-text {
  font: normal normal normal 12px/18px Graphik;
  letter-spacing: -0.12px;
  color: #7d8c9a;
}

.file {
  display: none;
  background: #fff;
  padding: 40px 0;
}

.fileupload .file {
  display: block;
}

.fileupload .warning-box {
  display: block;
}

.attachment-dropdown {
  width: 130px !important;
}

.attachment-dropdown li {
  display: flex;
  align-items: center;
}

.attachment-dropdown li a.dropdown-item {
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #a09e9e;
  line-height: 18px;
}

.attachment-dropdown li a.dropdown-item img {
  margin-right: 6px;
}

.attachbox .file-upload-btn span {
  color: #1c88e1;
}

.attachbox .file-field.input-field {
  margin-top: 0px;
}

.warning-sub-box {
  display: none;
}

.warning .warning-sub-box {
  display: block;
}

.warning-box,
.Add-Notes {
  display: none;
}

.warning .warning-box,
.commentbox .Add-Notes {
  display: block;
}

.add-note-box .check-box,
.add-note-box .attachment-box {
  background: #fcffe5;
}

.add-note-box p {
  letter-spacing: -0.13px;
}

.attachment-main-box .dropdown,
.client-message-box .dropdown {
  top: -14px;
}

.textarea-box {
  height: 98px !important;
}

.comment-box .bottom-btn-box {
  margin: 0;
}

.add-btn {
  padding: 12px 30px !important;
  margin-left: 15px;
}

.comment-box {
  display: none;
}

.Add-Notes-comment .comment-box {
  display: block;
}

.comment-box .row {
  margin: 0;
}

.succesfully-msg {
  background: #49c9c2 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #a5a4a433;
  border-radius: 0px 0px 6px 6px;
  opacity: 1;
}

.note-added-succesfully-msg {
  font: normal normal normal 13px/17px Graphik;
  letter-spacing: -0.1px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.close-icon {
  padding-left: 23px;
}

.note-added-succesfully-msg a {
  display: inherit;
}

.client-message-box .check-box {
  border: 0;
}

.message-box .check-box {
  background: #eff7fd;
}

.replay-message-box {
  margin: 10px 0 15px 15px;
}

.replay-message-box .check-box,
.replay-message-box .attachment-box {
  background: #f7f7f7 !important;
}

.file-upload-box .file-upload-btn {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.maximum-mb {
  text-align: center;
  font: normal normal normal 13px/17px Graphik;
  letter-spacing: -0.13px;
  color: #7d8c9a;
  padding: 5px 0;
}

ul.elements-box li:hover {
  background: transparent !important;
}

.attach-link:before,
.attach-link:after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  z-index: 999999999999;
  display: none;
}

.attach-link:before {
  top: 37px;
  border-bottom-color: rgb(206 212 218);
  border-width: 0 0.5rem 0.5rem 0.5rem;
  right: 137px;
}

.attach-link:after {
  top: 39px;
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  right: 137px;
}

.attach-dropdown-close- {
  position: absolute;
  right: 12px;
  top: 9px;
  z-index: 99999;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.45) !important;
  opacity: 0.9;
  z-index: 9999;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

.modal-header {
  background: #f7f7f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.modal-title {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
}

.modal .modal-footer {
  background-color: #fff;
  border-top: 1px solid #e7eaec;
  padding: 10px 16px;
  height: auto;
}

.ant-modal {
  width: 41%;
}

.select-wrapper input {
  border: 1px solid #cfd3d8 !important;
  padding: 0px 15px 0px !important;
  float: none;
  display: block !important;
  border-radius: 4px !important;
  transition: box-shadow, border-color 0.15s !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.modal-content .dropdown-content {
  top: 35px !important;
}

.modal .input-field.input-box input,
.input-field.input-box input.small-input-box {
  height: 35px !important;
  padding: 6px 12px 5px;
}

.modal .input-field.input-box label,
.input-field.input-box label.small-label {
  top: 0px;
  font-size: 15px !important;
}

.modal .input-field.input-box label.active,
.input-field.input-box label.small-label.active {
  top: 9px !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

.modal .modal-content {
  background: #fff;
}

.modal .form-input {
  font-size: 14px !important;
}

.modal .input-field label,
.input-field label.small-label {
  -webkit-transform: translateY(12px);
  transform: translateY(8px);
}

.form-title-text {
  letter-spacing: -0.17px;
  color: #273751;
  font-size: 17px;
  line-height: 19px;
  font-weight: 500;
  padding: 0px 0 5px 0;
}

.main-fomr-box {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  margin-top: 0;
}

.select-wrapper input.select-dropdown {
  height: 34px;
  font-size: 14px;
}

.select-label-text {
  position: absolute;
  top: -6px;
  z-index: 9;
  background: #fff;
  left: 18px;
  padding: 0 3px;
  font-size: 12px;
  font-weight: 400;
  color: rgb(0 0 0 / 51%) !important;
  line-height: 14px;
}

.select-dropdown-main-box {
  position: relative;
}

.input-width {
  width: 94% !important;
  display: inline-block !important;
}

.right-side-icon {
  float: right;
  display: table-cell;
  align-items: center;
}

.right-side-icon a {
  padding: 3px 0 3px 0px;
  display: inline-block;
}

.popover-box h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.popover-box p {
  font: normal normal normal 14px/20px Graphik;
  letter-spacing: -0.07px;
  color: #273751;
}

.save-btn {
  display: table;
  width: auto;
  padding: 7px 10px 6px 10px !important;
  font-size: 14px !important;
  line-height: 11px !important;
  border-radius: 4px !important;
  text-transform: capitalize;
  font-weight: 500 !important;
  cursor: pointer !important;
  height: auto !important;
}

.header-btn-box .sync-icon {
  margin-bottom: -1px !important;
}

.filter-element-box .select-wrapper input.select-dropdown {
  border: 0px !important;
  padding: 0px !important;
  height: 23px;
  font-weight: 500;
}

.filter-element-box .select-dropdown {
  width: 225px !important;
  box-shadow: 0px 10px 20px #cfd3d866;
  border: 1px solid #ced3d9;
  border-radius: 4px;
}

::-webkit-input-placeholder {
  color: #767d89;
}

:-ms-input-placeholder {
  color: #767d89;
}

::placeholder {
  color: #767d89;
}

.action-btn {
  border: 1px solid #e7eaec !important;
  font-size: 15px;
  text-transform: capitalize;
  color: #8c8c8c;
  background-color: transparent !important;
  transition: 1s;
}

.action-btn:hover {
  color: #8c8c8c;
  border-color: #333 !important;
  transition: 1s;
}

.fileter-element-two .check-box-left {
  margin-top: 6px;
}

.acr-box a {
  display: block;
}

.acr-box {
  text-align: center;
  width: 33.33%;
  display: inline-block;
}

.acr-main-box {
  border-bottom: 1px solid #efefef;
  padding: 12px 0px;
}

.acr-box p {
  font-size: 14px;
  color: #333;
  line-height: 16px;
}

.dropdown-content li:hover,
.dropdown-content li.active,
.dropdown-content li:hover span,
.dropdown-content li:active span {
  background: #49c9c2 !important;
  color: #fff !important;
}

.header {
  background: #fff;
  text-align: right;
  padding: 5px 0;
}

.acr-title-text {
  text-align: center;
  font: normal normal normal 21px/27px Graphik;
  letter-spacing: -0.21px;
  color: #273751;
}

.act-btn {
  width: auto;
  font-weight: 400;
  padding: 7px 10px 6px 10px;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 17px;
  border-radius: 3px;
  display: inline-block;
}

.act-btn.btn-primary:hover {
  background: #49c9c2ed !important;
  color: #fff;
}

.acr-footer {
  background-color: #fff !important;
  text-align: center;
  padding-bottom: 35px !important;
  display: table;
}

.act-delete {
  background: #f50404 !important;
  border-color: #080808 !important;
  color: #fff !important;
  margin-left: 19px !important;
}

.acr-modal-box {
  max-height: max-content !important;
}

.acr-footer {
  text-align: center !important;
}

.img-icon {
  text-align: center;
  margin-bottom: 21px;
}

.acr-modal-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #7d8c9a33;
  border: 1px solid #ced3d9;
  border-radius: 4px;
  width: 540px;
}

.acr-box img {
  width: 35px;
}

.modal .modal-content {
  padding: 15px 10px;
}

.acr-textarea {
  margin-bottom: 15px;
}

.red {
  border-color: #f44336;
  background-color: #f44336 !important;
}

.box-two {
  width: 100%;
  margin-left: -362px;
  padding-left: 362px;
  display: flex;
  justify-content: space-between;
  float: left;
  height: 100%;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 15px;
}

.sub-box-two {
  width: 100%;
  padding-right: 5px;
}

ul.purchase-header-box>li {
  display: inline-block;
  margin-left: 0px;
}

ul.purchase-header-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 10px 0 5px 0;
}

.cr-img {
  width: 25px;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
}

.purchase-btn {
  font: normal normal normal 14px/12px Graphik;
  letter-spacing: -0.14px;
  color: #ffffff;
  padding: 8px 10px;
  border: 1px solid #49c9c2;
  margin-left: 0px !important;
  display: flex;
  align-items: center;
  border-radius: 4px;
  text-transform: capitalize;
}

.purchase-btn.btn-primary:hover {
  color: #fff;
}

.edit-pr-footer {
  background: #fff;
  border-top: 1px solid #ced3d9;
}

.edit-icon {
  display: block;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #dce1e5;
  border-radius: 3px;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 9px;
  min-width: 16px;
  margin-left: 3px;
}

.question-box p {
  text-align: left;
  font: normal normal normal 14px/18px Graphik;
  letter-spacing: -0.14px;
  color: #7d8c9a;
  width: 130px;
}

.text-muted {
  text-align: left;
  font: normal normal normal 14px/18px Graphik;
  /* letter-spacing: -0.9px; */
  color: #7d8c9a;
  width: 150px;
  min-width: 150px;
  padding-top: 2px !important;
}

.text-muted-ans {
  color: var(--unnamed-color-273751);
  text-align: left;
  font: normal normal normal 14px/18px Graphik;
  /* letter-spacing: -0.14px; */
  color: #273751;
  opacity: 1;
  padding-top: 2px !important;
  padding-left: 2px !important;
}

.text-muted-vendor {
  text-align: left;
  font: normal normal normal 14px/18px Graphik;
  /* letter-spacing: -0.9px; */
  color: #7d8c9a;
  width: 110px;
  min-width: 110px;
  padding-top: 2px !important;
}

.text-muted-ans-vendor {
  color: var(--unnamed-color-273751);
  text-align: left;
  font: normal normal normal 14px/18px Graphik;
  /* letter-spacing: -0.14px; */
  color: #273751;
  opacity: 1;
  padding-top: 2px !important;
  padding-left: 2px !important;
  width: 110px;
  min-width: 110px;
}

.edit-item-box-check {
  display: block;
  background: #5faa1d 0% 0% no-repeat padding-box;
  border: 1px solid #dce1e5;
  border-radius: 3px;
  height: 21px;
  width: 22px;
  text-align: center;
  line-height: 9px;
  min-width: 16px;
  color: #ffffff;
  cursor: pointer;
}

.edit-item-box-close {
  display: block;
  background: var(--unnamed-color-f7f7f7) 0% 0% no-repeat padding-box;
  border: 1px solid #dce1e5;
  border-radius: 3px;
  height: 22px;
  width: 22px;
  text-align: center;
  line-height: 9px;
  min-width: 16px;
  color: #ffffff;
  cursor: pointer;
}

.input-small-edit {
  height: 20px !important;
}

.check-top svg {
  height: 19px;
  width: 11px;
}

.p-4 {
  padding-top: 2px !important;
  padding-left: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.purchase-three-box .question-box {
  width: 150px;
}

.ans-text {
  font: normal normal normal 14px/15px Graphik;
  letter-spacing: -0.14px;
  color: #273751;
  padding-right: 5px;
  font-weight: 500;
}

.align-top {
  align-items: flex-start;
}

.edit-icona {
  width: 13px;
}

.edit-icon i {
  font-size: 11px;
  color: #a5b2be;
  line-height: 19px;
}

.mb-1 {
  margin-bottom: 10px;
}

.ans-box {
  align-items: center;
}

.edit-input {
  font-size: 13px !important;
  padding: 5px 5px !important;
  height: 22px !important;
  width: 110px !important;
}

.btn-group .edit-icon {
  border-radius: 3px 0 0px 3px !important;
}

.btn-group .edit-icon:last-child {
  border-radius: 0px 3px 3px 0px !important;
  background: #f7f7f7 0% 0% no-repeat padding-box;
  border: 1px solid #ced4da;
}

.btn-group .edit-icon:first-child {
  background: #5faa1d 0% 0% no-repeat padding-box;
  border: 1px solid #5faa1d;
}

.btn-group {
  align-items: center;
  margin-left: 3px;
}

.edit-box .input-field.input-box {
  margin-bottom: 0px !important;
}

.edit-box {
  display: none;
}

.align-center {
  align-items: center;
}

.purchase-box {
  padding: 15px 0px 7px 15px;
}

.edit-box .slect-box {
  width: 110px;
}

.edit-box .select-dropdown {
  font-size: 12px !important;
}

.edit-box .select-dropdown {
  height: 22px !important;
  padding: 5px !important;
}

.purchase-box {
  display: flex;
  width: 100%;
}

.purchase-box-one {
  margin-right: 15px;
  width: 27%;
}

.attach-box {
  display: flex;
  justify-content: flex-end;
  padding-right: 30px;
}

.attach-link {
  display: flex;
  align-items: center;
  font: normal normal normal 14px/14px Graphik;
  letter-spacing: -0.14px;
  color: #273751 !important;
}

.number-file {
  position: absolute;
  right: -2px;
  background: red;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  line-height: 13px;
  top: -5px;
  color: #fff;
  text-align: center;
  font-size: 9px;
}

.attach-icon {
  position: relative;
}

.sub-box-two .row {
  margin-bottom: 0;
}

.purchase-close .anticon-close {
  padding: 5px 10px 5px 10px;
}

.attach-icon img {
  margin-right: 3px;
}

.ant-dropdown-menu.attach-file-box {
  width: 430px !important;
  padding: 25px 0px !important;
}

.elements-box li {
  display: inline-block;
  width: auto;
}

.ui-elements-detail h5 {
  text-align: left;
  font: normal normal normal 14px/19px Graphik;
  letter-spacing: -0.06px;
  color: #0e234e;
  white-space: nowrap !important;
  max-width: 328px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
  padding-bottom: 6px;
}

.file-size-text {
  font: normal normal normal 12px/15px Graphik;
  letter-spacing: -0.05px;
  color: #7d8c9a;
}

.ui-elements {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e7eaec;
  padding-bottom: 0px;
  padding: 5px 0;
}

ul.elements-box li a {
  text-align: left;
  font: normal normal normal 12px/14px Graphik;
  letter-spacing: -0.12px;
  color: #1c88e1;
  border: 0;
  padding: 0;
}

.ui-elements-detail {
  margin-left: 15px;
}

ul.elements-box li:last-child a {
  padding-left: 5px;
}

ul.elements-box li a img {
  margin-right: 5px;
}

.attach-box.dropdown .ui-elements:last-child {
  border: 00;
}

.delete-detail {
  margin-left: 25px;
}

.delete-detail p {
  font: normal normal normal 15px/22px Graphik;
  letter-spacing: -0.15px;
  color: #7d8c9a;
  margin-bottom: 20px;
}

#delete {
  border: 0;
  padding: 25px;
}

.office-supplies-box {
  width: 60%;
  float: right;
}

.offic-supplies-header {
  padding: 9px 10px 15px 10px;
  display: block;
}

.border-b {
  border-bottom: 1px solid #e7eaec;
}

.pb {
  padding: 10px 0;
  margin-bottom: 0;
}

.add-multiple-text {
  display: table;
  border-bottom: 1px solid;
  margin-left: auto;
  margin-bottom: 10px;
  line-height: 15px;
  font-size: 14px;
  margin-right: 19px;
}

ul#more {
  left: 0px !important;
}

ul#more-dropdown {
  left: -112px !important;
}

#more-icon33 {
  left: -184px !important;
}

ul#more-icon {
  left: -183px !important;
}

.search-icon {
  position: absolute;
  top: 12px;
  left: 10px;
  z-index: 99;
}

.search-input-box .form-input {
  padding-left: 35px !important;
}

.search-input-box label.form-label {
  left: 31px;
}

.mb-2 {
  margin: 0 0 20px 0;
  display: table;
}

.select-btn {
  background-color: transparent;
  color: #49c9c2;
  padding: 5px 10px;
  font-size: 15px;
}

.amount-input-box .ant-input-number-input {
  padding-left: 35px !important;
  padding-right: 8px;
  text-align: right !important;
}

.format-currency-symbol {
  text-align: right !important;
  position: absolute;
  margin-left: 5px;
  margin-top: 7px;
  z-index: 1;
}

.checkbox.table-sub-checkbox {
  justify-content: flex-start;
}

.total-count-box h6 {
  font: normal normal normal 14px/21px Graphik;
  letter-spacing: -0.17px;
  color: #1c88e1;
}

.input-field.input-box.pagination-dropdown-box {
  width: 70px;
  margin-bottom: 0 !important;
  margin-left: 5px;
}

.pagination-dropdown {
  display: flex;
  align-items: center;
  justify-content: end;
}

.percentage {
  position: absolute;
  left: 50px;
  top: 0px;
}

.switch.switch-box {
  position: relative;
}

.switch-box .amount {
  position: absolute;
  left: -92px;
}

.switch label input[type="checkbox"]:checked+.lever .percentage,
.switch label .lever .amount {
  color: #49c9c2;
}

.switch-box p {
  font-size: 15px;
  font-weight: 500;
}

.switch label input[type="checkbox"]:checked+.lever .amount {
  color: #ccc;
}

span.lever {
  display: flex;
}

.switch.switch-box .lever {
  margin: 20px 120px;
}

.switch.switch-box label .lever {
  width: 40px;
  height: 19px;
  background-color: rgb(73 201 194);
}

.switch.switch-box label .lever:before,
.switch.switch-box label .lever:after {
  width: 15px;
  height: 15px;
  left: 2px;
  top: 2px;
}

.switch.switch-box label .lever:after {
  box-shadow: none;
}

.switch.switch-box label input[type="checkbox"]:checked+.lever:before,
.switch.switch-box label input[type="checkbox"]:checked+.lever:after {
  left: 22.2px;
}

.switch.switch-box label input[type="checkbox"]:checked+.lever:after {
  background-color: #fff;
}

.switch.switch-box label input[type="checkbox"]:checked+.lever {
  background-color: rgb(73 201 194);
}

.gl-accounts-text {
  color: #1c88e1;
  font-size: 16px;
  line-height: 17px;
  font-weight: 500;
}

.ant-divider-vertical {
  top: 0px !important;
}

.item-box .form-title-text,
.item-box .fileter-search-box {
  padding: 0;
}

.item-box {
  width: 40%;
  display: inline-block;
  border-right: 1px solid #dce1e5;
  height: 100%;
}

.ant-modal-centered .ant-modal {
  top: 0 !important;
}

.item-box .filter-element-header {
  border-top: 0px solid #ced4da;
  border-bottom: 1px solid #ced4da;
}

.item-box .fileter-element-one {
  align-items: center;
}

.item-box .input-field.input-box input {
  background-color: #fbfbfb;
}

.item-btn .new-dropdown {
  background-color: #fff !important;
  color: #7d8c9a;
  border-color: #7d8c9a !important;
}

.item-box .history-main-box-right {
  margin: 0;
}

.item-detailbox {
  background-color: #fff;
  padding: 12px 12px;
  border-bottom: 1px solid #ced4da;
}

.item-detailbox .check-box {
  padding: 0;
  border-bottom: 0;
  align-items: center;
}

.sec-box {
  visibility: hidden;
}

.item-detailbox .attachment-title-box {
  justify-content: flex-end;
}

.item-info {
  display: flex;
  align-items: flex-start;
  padding-left: 30px;
}

.item-info .check-box-center {
  width: 50%;
  word-break: break-all;
}

.btn-edit {
  padding: 2px;
  color: #a5b2be;
  border: 1px solid #dce1e5;
  font-size: 10px;
  line-height: normal;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-flex;
}

.item-btn {
  display: flex;
  align-items: center;
}

.btn-edit .tiny {
  font-size: 0.7rem !important;
}

.item-detailbox .check-box-left {
  max-height: 21px;
}

.check-box-center p:first-child {
  padding-top: 0;
}

.item-box .fileter-search-box label.form-label.active {
  background: #fbfbfb !important;
}

.item-box .filter-element-header {
  background: #fbfbfb 0% 0% no-repeat padding-box;
}

.item-box .new-dropdown {
  padding: 8px 6px !important;
  margin-right: 0;
}

.item-box .purchase-btn,
.office-btn .purchase-btn {
  padding: 9px 6px;
  width: 35px !important;
}

.office-btn a img {
  margin: 0 auto !important;
}

.item-info {
  margin-top: 7px;
}

.check-bg {
  background: #f3f4f4;
}

.offic-supplies-header .form-title-text {
  letter-spacing: -0.17px;
  color: #273751;
  font-size: 18px;
  font-weight: 500;
  padding: 0 10px 0 0;
}

.offic-supplies-header .row {
  margin: 0;
}

.offic-supplies-header ul.purchase-header-box {
  margin: 0;
}

.tabs {
  height: 33px;
}

.tabs .tab {
  line-height: 35px;
  height: 31px;
}

li.tab a {
  font-size: 16px !important;
  padding: 0 15px !important;
  color: #c0c0c0 !important;
  text-transform: capitalize;
}

.tab-number {
  color: #333;
  padding-left: 5px;
}

.tabs .tab a:hover span,
.tabs .tab a.active span {
  color: #49c9c2 !important;
}

.tabs .indicator {
  background-color: #49c9c2 !important;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
  color: #d8d8d880 !important;
}

.tabs .tab a:focus,
.tabs .tab a:focus.active {
  background-color: rgb(255 255 255) !important;
}

.th-bg {
  background: #f7f7f7 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #eeeeee;
  opacity: 1;
}

.tab-space {
  padding: 15px;
  display: table;
  width: 100%;
}

ul.tabs {
  border-bottom: 1px solid #e7eaec;
}

.tabs .tab a:hover,
.tabs .tab a.active {
  color: #49c9c2 !important;
}

.form-input-width {
  width: 85% !important;
  margin-right: 5px;
}

.item-box .fileter-left-main-box {
  max-height: calc(100vh - 29em);
}

#test1 .item-box .fileter-left-main-box {
  max-height: calc(100vh - 24.9em);
}

#rfq-detail-box .item-box .fileter-left-main-box {
  max-height: calc(100vh - 20em) !important;
}

.office-supplies-detail-box {
  max-height: calc(100vh - 24.5em);
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  padding-bottom: 80px;
  padding-left: 0;
  padding-top: 0;

  /* Grey scrollbar styling */
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.office-supplies-detail-box::-webkit-scrollbar {
  width: 8px;
  display: block;
}

.office-supplies-detail-box::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.office-supplies-detail-box::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.office-supplies-detail-box::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.history-box .fileter-left-main-box.history-main-box-right {
  max-height: calc(100vh - 12em);
}

.edit-form-input-box .input-field.input-box>label {
  left: 14px;
}

.vendor-select-width {
  width: 74% !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.office-supplies-box .col.s5.m5.l5.xl5 {
  padding: 0;
}

.edit-form-box {
  padding: 0px 0px;
}

.gl-accounts-table {
  display: table;
  width: 100%;
}

.total-count-main-box {
  margin: 15px 0;
}

.remaining-balance-box {
  border: 1px solid #eeeeee;
  border-radius: 4px;
  display: table;
  margin-top: 25px;
}

.remaining-balance-box h3 {
  font: normal normal normal 15px/20px Graphik;
  letter-spacing: 0px;
  color: #273751;
  padding: 10px;
}

.remaining-balance-box h3 span {
  text-align: left;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 15px;
  padding-left: 40px;
}

.toast {
  top: 0 !important;
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  text-align: center;
}

.offic-supplies-header img {
  margin: 0px !important;
}

.modal {
  max-height: 100%;
}

.act-cancel:hover,
.act-cancel:focus {
  background: #eaeaea !important;
  border-color: #d0d0d0 !important;
  color: #acacac;
}

.act-delete:hover,
.act-delete:focus {
  background: #b65a5a !important;
  border-color: #eaeaea !important;
  color: #acacac;
}

.box-three .history-right-icon-box li {
  margin-left: 10px;
}

.history-right-icon-box ul li a {
  padding-top: 10px;
}

.close-btn-box,
.history-btn,
.filter-elements,
.filter-elements-close-btn {
  display: none;
}

.attachbox ul li:hover {
  background: transparent !important;
}

#myContent {
  display: none;
}

.webui-popover-inner {
  max-width: 240px;
}

.webui-popover .webui-popover-content {
  padding: 10px;
}

.webui-popover {
  border-color: #ced4da;
}

.popover-box-in h5 {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding-bottom: 5px;
}

.popover-box-in p {
  font: normal normal normal 14px/20px Graphik;
  letter-spacing: -0.07px;
  color: #273751;
}

.ok-btn {
  color: #49c9c2;
  border: 2px solid #49c9c2 !important;
  padding: 3px 12px;
  line-height: normal;
  border-radius: 5px;
  margin-top: 5px;
}

.mr {
  width: 15px;
}

.action-box {
  margin-left: auto;
}

.action-close img {
  padding-top: 6px;
  margin-left: 15px;
}

.dropdown-content.left-dropdown li:hover,
ul.custom-dropdown-option.left-dropdown .dropdown-item:hover {
  background: #f6f7f7 !important;
  color: #273751;
}

.attachment-box p a {
  margin-right: 5px;
}

.appove-cancel-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 20px #e7eaec;
  padding: 15px;
}

.add-gl-modal .col.s6.m6.l6.xl6,
.add-gl-modal .col.s12.m12.l12.xl12.search-input-box {
  padding: 0;
}

.add-gl-modal .rowbg th {
  background: #f7f7f7 !important;
}

.add-gl-modal .totalCount {
  padding: 10px 0;
}

.add-gl-modal .button-link:hover {
  background-color: #49c9c2b8;
  color: #fff !important;
}

.add-gl-modal .checkbox {
  justify-content: flex-start;
}

.add-gl-modal .swich-content {
  justify-content: end;
}

.add-gl-modal .ant-table-wrapper {
  clear: both;
  max-width: 100%;
  border-top: 0;
  border-bottom: 0;
}

.add-gl-modal tr.ant-table-placeholder.ng-star-inserted {
  display: none;
}

.add-gl-modal.modal-no-data tr.ant-table-placeholder.ng-star-inserted {
  display: block;
}

.add-gl-modal .search-icon {
  top: 10px;
}

.add-gl-modal .search-box input {
  max-width: 500px;
}

.add-gl-modal.modal .modal-content {
  padding: 15px 15px;
}

.add-gl-modal .input-field.input-box.search-input-box input {
  padding: 8px 30px 7px !important;
  border: 1px solid #ced4da;
  border-radius: 20px;
  background: #f7f7f7;
}

.add-gl-modal .search-box label.form-label.active {
  background: #fff !important;
}

.d-table {
  display: table;
  width: 100%;
}

.select-dropdown.dropdown-content li.selected,
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: #49c9c2;
}

.select-dropdown.dropdown-content li.selected span {
  color: #fff;
}

#Purchase-Request .modal-content,
#modal1 .modal-content {
  padding: 15px 5px;
}

form {
  width: 100%;
}

.box-two.usergrop-page .main-fomr-box {
  width: 100%;
}

.text-with-input {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.small-input {
  width: 53px !important;
  border: 1px solid #ccc !important;
  height: 25px !important;
  margin: 0 5px !important;
  padding: 0px 5px !important;
  font-size: 15px !important;
}

.small-input:focus {
  box-shadow: none !important;
}

.account-project-page .responsive-table .input-field.input-box {
  margin-bottom: 0px !important;
}

.account-project-page .form-input {
  font: normal normal normal 15px/20px Graphik !important;
}

input.invalid[type="text"]:not(.browser-default) {
  border: 1px solid #f44336;
  box-shadow: none;
}

input.valid[type="number"]:not(.browser-default) {
  border: 1px solid #4caf50;
  box-shadow: none;
}

.input-text-only {
  margin: 0 !important;
  height: auto !important;
}

.with-out-left-right-box {
  margin: 0 !important;
  padding: 0 !important;
}

.ml-1 {
  margin-left: 23px !important;
  width: 98% !important;
}

.check-box-text {
  font-size: 14px !important;
  color: #273751;
  font-weight: 400 !important;
  margin-top: 3px;
}

.pr-options-page p {
  margin-bottom: 10px;
  display: table;
  width: 100%;
}

.ant-breadcrumb-link,
.ant-breadcrumb a {
  color: #7d8c9a !important;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.ant-breadcrumb-separator {
  font-size: 10px;
}

.ant-breadcrumb {
  line-height: 12px;
}

.breadcrumb:before {
  font-size: 20px;
  vertical-align: text-bottom;
  color: #7d8c9a;
  margin: 0 5px 0 5px;
}

.input-field.input-box.search-input-box input {
  padding: 8px 30px 7px !important;
}

.fileter-element-box .input-field.input-box.search-input-box>input {
  padding: 5px 30px 5px !important;
  font-size: 14px !important;
  line-height: 15px;
  height: 30px !important;
  border-radius: 23px;
}

.fileter-element-box .search-input-box .search-icon {
  top: 7px;
  left: 9px;
}

.selected-list .c-btn {
  min-height: 35px;
}

.dropdown-list ul li {
  padding: 5px !important;
}

.right-btn {
  margin-left: auto;
}

.live-rate-checkbox [type="checkbox"]+span:not(.lever) {
  line-height: 19px;
}

.check-box label {
  line-height: 10px;
}

.attach-dropdown .attach-file-box {
  display: block;
}

.attach-dropdown-close {
  position: absolute !important;
  right: 3px;
  top: 4px !important;
}

.attach-file .arrow-icon.show:after {
  right: 60px;
}

.attach-dropdown .attach-link {
  color: #1c88e1 !important;
}

[type="checkbox"].filled-in:checked+span:not(.lever):before {
  transform: rotateZ(33deg);
  -webkit-transform: rotateZ(33deg);
}

.modal-content .row {
  margin: 0;
}

.success-msg-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #ffffff5c;
  display: block;
  will-change: opacity;
  z-index: 9999;
}

.success-msg {
  position: absolute;
  top: 0;
  z-index: 999999999 !important;
  left: 0;
  right: 0;
}

.success-msg-text {
  background: #49c9c2;
  display: table;
  margin: 0 auto;
  padding: 10px 15px;
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.success-close i {
  color: #fff;
  font-size: 15px !important;
  display: inline-block;
}

a.success-close {
  display: inline-block;
  line-height: 10px;
  margin-left: 10px;
}

.success-msg-box {
  display: none;
}

.attachment-text {
  letter-spacing: -0.06px;
  color: #7d8c9a;
  font-size: 11px;
  line-height: 10px;
  display: flex;
  align-items: end;
}

.attachment-text span {
  margin-left: 2px;
}

.toggle-btn-mobile {
  display: none;
}

.left-border {
  border-left: 0px solid #ced4da;
  width: 100%;
  display: inline-block;
  max-height: calc(100vh - 18vh);
  overflow: auto;
}

.c-btn {
  color: rgb(0 0 0 / 51%) !important;
  font-size: 15px !important;
  line-height: 16px !important;
  font-weight: 400;
}

.lazyContainer label {
  padding: 8px 10px;
  text-align: left;
  font: normal normal normal 13px/14px Graphik;
  letter-spacing: -0.07px;
  color: #273751 !important;
  font-weight: 400 !important;
}

li.pure-checkbox {
  border-bottom: 1px solid #efefef;
}

input.valid[type="email"]:not(.browser-default) {
  border: 1px solid #4caf50;
  box-shadow: none;
}

.table {
  padding: 10px;
}

.datepicker-controls .select-dropdown {
  height: auto;
  box-sizing: content-box !important;
  padding: 0px 10px 0px !important;
  font-size: 16px;
}

.datepicker-controls .select-wrapper>input {
  border: 0px !important;
}

.modal.datepicker-modal {
  width: 100%;
}

.s-c-e-btn.btn {
  padding: 6px 6px 6px 6px;
  display: inline-block;
  margin-left: 8px;
}

.td-width {
  width: 140px;
  text-align: right;
}

.table-box table {
  border: 0px solid rgba(0, 0, 0, 0.12);
  border-top: 2px solid #ccc;
  border-collapse: inherit;
}

.table-box .table {
  border-collapse: inherit;
}

.table-box td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.table-box td label {
  font-size: 15px;
}

.dropdown-content.select-dropdown {
  top: 25px !important;
}

.file-upload-box .file-field.input-field {
  margin-bottom: 0;
}

#reject .modal-footer.acr-footer,
#modal2 .modal-footer.acr-footer,
#change .modal-footer.acr-footer {
  border-top: 0px !important;
}

#reject .input-field.input-box,
#modal2 .input-field.input-box,
#change .input-field.input-box {
  margin-bottom: 0 !important;
}

.keyboard-focused svg.caret {
  transform: rotate(180deg);
}

.btn-primary.red:hover {
  background-color: #f44336 !important;
}

.webui-popover {
  z-index: 9999999 !important;
}

.success-msg-box.rejected-msg {
  display: none;
  background: transparent;
}

.rejected-msg .success-msg-text {
  background: #fdedeb;
  color: #ff7777;
}

.tick-mark-img {
  margin-right: 10px;
}

.rejected-msg .success-close i {
  color: #ff7777;
}

.tabs-box {
  height: 100%;
}

#test1 {
  height: 100%;
}

#delete1 .img-icon i {
  color: #f44336;
}

input.invalid:not([type]),
input.invalid:not([type]):focus,
input.invalid[type="text"]:not(.browser-default),
input.invalid[type="text"]:not(.browser-default):focus,
input.invalid[type="password"]:not(.browser-default),
input.invalid[type="password"]:not(.browser-default):focus,
input.invalid[type="email"]:not(.browser-default),
input.invalid[type="email"]:not(.browser-default):focus,
input.invalid[type="url"]:not(.browser-default),
input.invalid[type="url"]:not(.browser-default):focus,
input.invalid[type="time"]:not(.browser-default),
input.invalid[type="time"]:not(.browser-default):focus,
input.invalid[type="date"]:not(.browser-default),
input.invalid[type="date"]:not(.browser-default):focus,
input.invalid[type="datetime"]:not(.browser-default),
input.invalid[type="datetime"]:not(.browser-default):focus,
input.invalid[type="datetime-local"]:not(.browser-default),
input.invalid[type="datetime-local"]:not(.browser-default):focus,
input.invalid[type="tel"]:not(.browser-default),
input.invalid[type="tel"]:not(.browser-default):focus,
input.invalid[type="number"]:not(.browser-default),
input.invalid[type="number"]:not(.browser-default):focus,
input.invalid[type="search"]:not(.browser-default),
input.invalid[type="search"]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus,
.select-wrapper.invalid>input.select-dropdown,
.select-wrapper.invalid>input.select-dropdown:focus,
input.valid:not([type]),
input.valid:not([type]):focus,
input.valid[type="text"]:not(.browser-default),
input.valid[type="text"]:not(.browser-default):focus,
input.valid[type="password"]:not(.browser-default),
input.valid[type="password"]:not(.browser-default):focus,
input.valid[type="email"]:not(.browser-default),
input.valid[type="email"]:not(.browser-default):focus,
input.valid[type="url"]:not(.browser-default),
input.valid[type="url"]:not(.browser-default):focus,
input.valid[type="time"]:not(.browser-default),
input.valid[type="time"]:not(.browser-default):focus,
input.valid[type="date"]:not(.browser-default),
input.valid[type="date"]:not(.browser-default):focus,
input.valid[type="datetime"]:not(.browser-default),
input.valid[type="datetime"]:not(.browser-default):focus,
input.valid[type="datetime-local"]:not(.browser-default),
input.valid[type="datetime-local"]:not(.browser-default):focus,
input.valid[type="tel"]:not(.browser-default),
input.valid[type="tel"]:not(.browser-default):focus,
input.valid[type="number"]:not(.browser-default),
input.valid[type="number"]:not(.browser-default):focus,
input.valid[type="search"]:not(.browser-default),
input.valid[type="search"]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus,
.select-wrapper.valid>input.select-dropdown {
  border-color: #cfd3d8;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cuppa-dropdown span span.ng-star-inserted {
  color: #273751;
}

.input-field.input-box.pr-option-select {
  margin-bottom: 8px !important;
  margin-top: 6px !important;
  margin-left: 23px;
}

.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid rgb(73 201 194);
}

button.swal2-cancel {
  color: #acacac !important;
}

.swal2-styled.swal2-default-outline:focus {
  box-shadow: none !important;
}

.btn-flat {
  height: auto !important;
  line-height: 15px;
  padding: 3px 3px;
}

.shipping-m-box .right-icon-box {
  text-align: right;
}

.ml-2 {
  margin-left: 32px;
}

.collapsible-box ul.collapsible {
  border: 0;
  box-shadow: none;
}

.collapsible-box .form-title-text {
  padding: 0;
}

.collapsible-box ul.collapsible li {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.collapsible-box .collapsible-body {
  border: 0;
}

.collapsible-box .collapsible-header {
  border-radius: 4px;
}

.collapsible-box .collapsible-header {
  border: 0px;
}

.collapsible-box .active .collapsible-header {
  background: #49c9c2;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #49c9c2;
  margin-right: -1px;
}

.collapsible-box ul.collapsible li.active {
  border-color: #49c9c2;
}

.collapsible-box .active .collapsible-header h5 {
  color: #fff !important;
}

.collapsible-box .collapsible-body {
  padding: 15px;
}

.keyboard-focused.collapsible-header:focus {
  border-color: #49c9c2;
}

.collapsible-box span.plus-minus-icon:before,
span.plus-minus-icon:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  transition: transform 0.35s ease-out;
  z-index: 999999;
}

.collapsible-box span.plus-minus-icon {
  position: relative;
  height: 20px;
  width: 20px;
  z-index: 1;
}

.collapsible-box span.plus-minus-icon:before {
  transform: translatey(-50%);
}

.collapsible-box span.plus-minus-icon:after {
  transform: translatey(-50%) rotate(90deg);
}

.collapsible-box li.active span.plus-minus-icon:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.collapsible-box li.active span.plus-minus-icon:after {
  transform: translatey(-50%) rotate(0);
  background-color: #fff;
}

.page-space {
  padding: 0px 10px;
  display: block;
  padding-top: 0;
  margin-top: 0;
}

.input-field.input-box>label.red-label {
  color: rgb(255, 0, 0) !important;
}

.sync-icon {
  margin-bottom: -3px;
  margin-right: 2px;
  font-size: 20px !important;
}

.check-box-center {
  width: 100%;
}

.check-box-center:hover a {
  color: #112d62;
}

.box-two {
  position: relative;
}

.save-btn-bottom {
  position: fixed;
  bottom: 0;
  margin: 0px 0 0 1px;
  box-shadow: 0 -4px 5px -3px rgb(0 0 0 / 10%);
  background-color: #fff;
  width: 100%;
  z-index: 11;
  padding: 10px 20px 10px 10px;
  border-top: 1px solid #eee;
  left: 0;
  box-sizing: border-box;
}

.note-text {
  font-size: 12px;
  line-height: 11px;
  color: #ccc;
  font-weight: 400;
}

.full-width {
  margin-left: 32px;
  display: block;
  margin-top: 15px;
}

.action-width {
  width: 110px;
  max-width: 110px;
  min-width: 110px;
}

.with-out-bg-btn {
  background: transparent;
  border: 0;
  line-height: 12px;
  font-size: 19px;
  padding: 0px 4px;
  cursor: pointer;
}

.with-out-bg-btn:hover,
.with-out-bg-btn:focus,
.with-out-bg-btn:active {
  background: transparent;
}

.with-out-bg-btn i {
  font-size: 16px;
}

.btnGroupHideShow {
  line-height: 10px;
}

.table-box td,
th {
  border-radius: 0px;
}

.edit-text {
  line-height: 16px !important;
  font-size: 12px !important;
  padding: 0px 5px;
  color: #49c9c2 !important;
  font-weight: 400;
  position: relative;
}

.with-out-bg-btn:hover,
.with-out-bg-btn:active,
.with-out-bg-btn:focus {
  color: #49c9c2;
}

.table-box th {
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 999;
  background-clip: padding-box;
  background: #f7f7f7 0% 0% no-repeat padding-box;
}

.table-box th,
.table-box td {
  color: #273751;
  font-size: 14px;
  line-height: 20px;
}

.mr-1 {
  margin-right: 20px !important;
}

.table-th-title {
  position: relative;
  padding-right: 20px;
}

.table-th-title:before {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #bcbcbc;
  font-size: 0;
  line-height: 0;
  content: "";
  right: 0 !important;
  position: absolute;
  top: -1px;
}

.table-th-title:after {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #bcbcbc;
  font-size: 0;
  line-height: 0;
  content: "";
  right: 0 !important;
  position: absolute;
  top: 9px;
}

.collapse-box {
  display: table;
  width: 100%;
}

.collapse-btn {
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 9px 15px 9px 15px !important;
}

.active .collapsible-body {
  display: block !important;
}

.collapsible-body {
  display: none !important;
}

.header-btn-box {
  margin: 15px 0;
  display: table;
  width: 100%;
}

.header-btn-box .save-btn {
  margin-right: 15px;
}

.table-box th {
  font-size: 13px;
}

.table-box [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after,
.table-box [type="checkbox"].filled-in:checked+span:not(.lever):after {
  top: -12px;
}

.table-box [type="checkbox"].filled-in:checked+span:not(.lever):before {
  top: -14px;
}

.th-checkbox-width {
  width: 65px;
  max-width: 65px;
  min-width: 65px;
}

.title-width-search .search-box input {
  height: 33px !important;
}

.title-width-search .search-icon {
  top: 9px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.required-input-icon:after {
  content: "*";
  position: absolute;
  top: -3px;
  right: -1px;
  box-shadow: 0px 0.1px 3px #ba00138c;
  height: 10px;
  width: 10px;
  text-align: center;
  line-height: 18px;
  z-index: 9;
  border-radius: 100%;
  background: #fff;
  font-size: 15px;
  color: red;
}

.modal-footer .save-btn {
  display: inline-block !important;
}

.table-box [type="checkbox"].filled-in:not(:checked)+span:not(.lever):before {
  top: -4px;
}

.table-th-title.ascending:before {
  border-bottom-color: #000 !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #6c757d;
  max-height: calc(100vh - 21em);
}

.cc-number .ant-input-number-handler-wrap {
  display: none;
}

.header-btn-box .save-btn img {
  width: 45px;
}

.header-btn-box .sync-icon {
  margin: 0;
}

.table-th-title.ascending:after {
  border-top-color: #bcbcbc;
}

.arrow-2 {
  display: none;
}

.arrow-down {
  display: none;
}

.dropdown-list.tagToBody {
  position: absolute !important;
  top: auto !important;
  bottom: auto !important;
  left: 0 !important;
}

.ngx-pagination .pagination-next a::after,
.ngx-pagination .pagination-next.disabled::after,
.ngx-pagination .pagination-previous a::before,
.ngx-pagination .pagination-previous.disabled::before {
  content: "" !important;
  display: none !important;
}

.pagination ul li,
.pagination li a {
  font-size: 15px;
  border-radius: 4px;
}

.pagination ul li {
  height: 30px;
  line-height: 25px;
  width: 30px !important;
  border: 1px solid #cad0d6;
  margin: 0 0 0 11px;
}

.pagination li a {
  line-height: 15px;
  width: 28px !important;
  height: 28px !important;
  line-height: 29px;
  padding: 0;
  display: block;
}

.ngx-pagination .current {
  background: #49c9c2 !important;
  border-color: #49c9c2 !important;
}

.ngx-pagination .current {
  font-size: 15px;
  width: 30px !important;
  height: 30px !important;
}

.pagination ul li:first-child {
  width: auto !important;
  padding: 0 10px;
}

.pagination ul li:last-child {
  width: 55px !important;
}

.pagination ul li:first-child,
.pagination li:last-child a {
  padding: 0 0px;
  width: 55px !important;
  line-height: 29px;
}

.pagination li:last-child a {
  width: auto !important;
}

li.pagination-previous a {
  width: auto !important;
}

.pagination-main-box {
  justify-content: flex-end;
  margin: 20px 0;
}

.input-field.input-box.page-number-select {
  width: 80px;
}

.ngx-pagination button:hover {
  background: #49c9c2 !important;
  color: #fff;
}

.ngx-pagination a:hover {
  background-color: transparent !important;
}

.pagination li a {
  border-radius: 3px;
}

.page-number-select .selected-list .c-btn {
  min-height: 30px;
}

.pagination {
  width: auto;
}

.pagination ul li:hover {
  border-color: #49c9c2;
}

.search-box.modal-search-box {
  margin-right: 0;
}

.modal-search-box input {
  width: 100% !important;
}

.modal-search-box .search-icon {
  top: 10px;
}

.modal-center {
  min-height: calc(100% - (1.75rem * 1));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}

.error {
  position: relative;
  animation: shake 0.1s linear;
  animation-iteration-count: 3;
  border: 1px solid red;
  outline: none;
}

@keyframes shake {
  0% {
    left: -5px;
  }

  100% {
    right: -5px;
  }
}

.border-btn {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #49c9c2;
  border-radius: 4px;
  font: normal normal normal 12px/17px Graphik !important;
  letter-spacing: -0.12px;
  color: #49c9c2;
  padding: 8px 12px !important;
  margin: 5px;
}

.border-btn:hover,
.border-btn:focus {
  background: #49c9c2;
  color: #fff;
}

.btn-red {
  border-color: #ff6565;
  color: #ff6565;
  padding: 7px 7px !important;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active {
  background-color: #ff6565;
}

.title-search {
  padding: 0 0px;
  flex-wrap: wrap;
}

.breadcrumb-link-box {
  margin-top: -4px;
}

.without-icon-btn {
  padding: 12px 15px;
}

.pagination-box .responsive {
  margin-bottom: 0 !important;
}

.pagination-main-box .select-wrapper input.select-dropdown {
  height: 31px;
}

.pagination-main-box .input-field.input-box {
  margin-bottom: 0;
}

.save-cancel-btn {
  width: 90px;
  height: 33px;
}

.page-save-btn {
  text-align: center !important;
  margin-left: auto;
  display: block;
  justify-content: center;
}

.tab-table {
  max-height: calc(100vh - 21em);
}

.breadcrumb-main-box ul.tabs li:first-child a {
  padding-left: 10px !important;
}

.modal-height {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: auto;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #6c757d;
  max-height: calc(100vh - 16em);
}

input:focus {
  border-color: #49c9c2 !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.page-title-top {
  padding-top: 0;
  margin-top: 0;
}

.ngx-spinner-overlay {
  z-index: 99999999 !important;
}

#dropdown2 li:hover a {
  color: #fff;
}

.table-th-title.no-icon:before,
.table-th-title.no-icon:after {
  display: none;
}

.table-th-title.descending:after {
  border-top-color: #000;
}

.collapse-box {
  margin-top: 20px;
}

.collapse-box .uncollapse {
  margin-right: 0;
}

p {
  margin: 0 !important;
}

.logout-box li a {
  display: block;
  font-size: 18px;
  color: #273751;
  display: block;
  line-height: 14px;
  padding: 10px 14px 12px 14px;
}

.logout-box .profile-img {
  height: 82px;
  margin-right: 10px;
}

.logout-box .managebox span {
  color: #273751;
  font-size: 17px;
  font-weight: 500;
}

.logout-box li a:hover {
  background: #26a69a;
  color: #fff;
}

.ant-dropdown-menu {
  padding: 0 !important;
}

.logout-box {
  top: 8px;
}

.logout-box .managebox a {
  color: #26a69a;
  text-align: right;
  font-size: 17px;
}

.logout-box .managebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-box .manage span {
  color: #26a69a;
}

.ant-input-affix-wrapper {
  padding: 0px 11px !important;
  border-radius: 4px !important;
}

.password-input {
  height: 50px !important;
}

.ant-btn-primary {
  background: #49c9c2 !important;
  border-color: #49c9c2 !important;
  box-shadow: none !important;
}

.ant-btn .anticon {
  font-size: 16px;
}

.right {
  float: right;
}

.search-with-icon {
  width: 430px !important;
  height: 35px !important;
  border-radius: 23px !important;
  text-align: left;
  font: normal normal normal 15px/26px Graphik !important;
  letter-spacing: -0.19px;
  color: #273751;
  box-sizing: border-box !important;
}

.search-with-icon input {
  text-align: left;
  font: normal normal normal 15px/25px Graphik !important;
  letter-spacing: -0.19px;
  color: #273751;
  box-sizing: border-box !important;
}

.ant-input-affix-wrapper {
  border-color: #cfd3d8 !important;
}

.anticon-search {
  color: #767676;
  font-size: 12px;
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #49c9c2 !important;
  border-color: #49c9c2 !important;
}

.ant-table-selection-extra {
  top: 4px !important;
}

.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: #49c9c2 !important;
}

.ant-checkbox-input:focus+.ant-checkbox-inner {
  border-color: #d9d9d9 !important;
}

.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: #49c9c2 !important;
}

.ant-table tfoot>tr>td,
.ant-table tfoot>tr>th,
.ant-table-tbody>tr>td,
.ant-table-thead>tr>th {
  padding: 7px 10px !important;
}

.ant-switch-checked {
  background-color: #49c9c2 !important;
}

.anticon-delete {
  color: #49c9c2 !important;
  padding-left: 4px !important;
}

table td a {
  color: #49c9c2 !important;
  padding: 0 3px 0 0;
}

.ant-modal-header {
  background: #f7f7f7 !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.ant-modal-content {
  box-shadow: 0px 2px 17px #25252566 !important;
  border: 1px solid #e7eaec !important;
  border-radius: 4px !important;
  background: #fff;
  z-index: 99999 !important;
}

.ant-modal-header {
  padding: 15px !important;
}

.ant-modal-footer button.ant-btn {
  width: 90px;
  height: 33px;
  padding: 7px 10px 6px 10px;
  font-size: 14px;
  line-height: 11px;
  border-radius: 4px;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
}

.ant-modal-footer button.ant-btn:hover {
  border-color: #49c9c2;
  color: #49c9c2;
}

.ant-modal-footer button.ant-btn.ant-btn-primary:hover {
  color: #fff;
}

.ant-input:hover,
.ant-pagination-item-active,
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #49c9c2 !important;
}

.swich-label-text {
  color: rgba(0, 0, 0, 0.85);
  font-size: 13px;
  margin-right: 15px;
  line-height: 12px !important;
}

.ant-modal-mask {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

/* Blur effect for CDK overlay backdrop (Angular Material/Custom modals) */
.cdk-overlay-backdrop {
  background-color: rgba(0, 0, 0, 0.45) !important;
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

/* Blur effect for ng-zorro modal backdrop */
.ant-modal-wrap .ant-modal-mask {
  backdrop-filter: blur(4px) !important;
  -webkit-backdrop-filter: blur(4px) !important;
}

.ant-table-pagination.ant-pagination {
  margin: 10px 10px !important;
}

.ant-pagination-item-active a,
.ant-pagination-item:focus-visible a,
.ant-pagination-item:hover a {
  color: #49c9c2 !important;
}

.input-field.input-box.gutter-row {
  padding: 0px !important;
}

.ant-table-column-sorters {
  padding: 0 !important;
}

.ant-table-column-sorter-down.active,
.ant-table-column-sorter-up.active {
  color: #49c9c2 !important;
}

.btn-red .anticon-delete {
  padding: 0px !important;
  color: #ff6565 !important;
  font-size: 17px;
}

.btn-red:hover i {
  color: #fff !important;
}

.selected-badge {
  padding-right: 15px;
  white-space: nowrap;
}

.ant-modal-body {
  padding: 0 !important;
}

.modal-height {
  padding: 15px;
}

nz-form-control {
  padding: 0px !important;
}

.ant-spin.ant-spin-spinning {
  height: 100% !important;
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999999999 !important;
  height: 100% !important;
  max-height: 100% !important;
}

.ant-spin-dot-item,
.ant-tabs-ink-bar {
  background-color: #49c9c2 !important;
}

nz-tabs-nav.ant-tabs-nav {
  padding: 0 10px;
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn,
.ant-tabs-tab:hover:not(.ant-tabs-tab.ant-tabs-tab-disabled) {
  color: #49c9c2 !important;
}

.search-border-radius {
  border-radius: 23px !important;
}

.table-title-text label {
  font-size: 15px;
  padding: 15px 0 5px 0px;
  display: block;
  border-bottom: 1px solid #d0d4d9;
  color: #5c5858;
}

.pr-options-page label {
  margin-bottom: 10px;
}

.checkbox-text.text-with-input {
  padding-left: 25px;
  margin-bottom: 10px !important;
}

.sticky-save-btn {
  color: #fff !important;
  border: 1px solid #49c9c2 !important;
  padding: 10px 10px !important;
  margin-left: auto;
  display: block !important;
  margin-right: 12px;
  z-index: 10;
}

.form-box nz-form-control {
  padding-left: 7.5px !important;
  padding-right: 7.5px !important;
}

.ant-btn-sm {
  border-radius: 4px !important;
}

.header-action-btn {
  background: #7d8c9a !important;
  border-color: #7d8c9a !important;
}

.header-top-btn-box {
  background: #fbfbfb 0% 0% no-repeat padding-box;
  padding: 15px;
}

.mt-0 {
  margin-top: 0;
}

.test-btn {
  background: transparent !important;
  border-color: #919eaa !important;
  color: #919eaa !important;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header {
  padding: 12px 30px 12px 15px !important;
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  right: 10px !important;
  left: inherit !important;
}

.ant-collapse {
  background: #fff !important;
  border-radius: 4px !important;
}

.ant-collapse-header {
  letter-spacing: -0.17px;
  color: #273751;
  font-size: 17px;
  line-height: 19px;
  font-weight: 500;
  padding: 5px;
}

.ant-collapse-header:after,
.ant-collapse-header:before {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 3px;
  transition: transform 0.35s ease-out;
  z-index: 999999;
}

.ant-collapse-header {
  position: relative;
  z-index: 1;
}

.ant-collapse-header:after {
  transform: translatey(-50%) rotate(90deg);
}

.ant-collapse-header:before {
  transform: translatey(-50%);
}

i.anticon.ant-collapse-arrow {
  display: none !important;
}

.ant-collapse-item-active .ant-collapse-header {
  background: #49c9c2;
  border-radius: 4px 4px 0 0 !important;
  color: #fff !important;
  border-color: #49c9c2;
}

.ant-collapse-item-active .ant-collapse-header:before {
  transform: translatey(-50%) rotate(-90deg);
  opacity: 0;
}

.ant-collapse>.ant-collapse-item,
.ant-collapse {
  border: 0 !important;
}

.ant-collapse-item-active .ant-collapse-header:after {
  transform: translatey(-50%) rotate(0);
  background-color: #fff;
}

.ant-collapse-header {
  border: 1px solid #ccc;
  border-radius: 4px !important;
}

.ant-collapse-item-active .ant-collapse-content {
  border: 1px solid #49c9c2;
}

.select-width {
  width: 100%;
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #49c9c2 !important;
  color: rgb(255 255 255 / 85%) !important;
}

input:focus-visible {
  outline: none !important;
}

nz-select {
  width: 100%;
}

.select-dropdown-main-box .ant-select-selector {
  border: 0px !important;
  background: transparent !important;
}

.ant-select-item {
  border-bottom: 1px solid #efefef;
  padding: 8px 10px;
  text-align: left;
  font: normal normal normal 13px/14px Graphik;
  letter-spacing: -0.07px;
  color: #273751;
}

.fileter-left-main-box .ant-checkbox {
  top: 0px;
}

.fileter-search-box .search-with-icon {
  width: 100% !important;
}

i.anticon.anticon-search {
  color: #79808c;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px !important;
}

.textarea-height {
  height: 60px !important;
}

.ant-picker {
  width: 100%;
  border-radius: 4px;
}

.ant-picker-focused,
.ant-picker:hover {
  border-color: #49c9c2 !important;
  outline: none;
}

.act-cancel {
  background: #f5f5f5 !important;
  border: 1px solid #d0d0d0 !important;
  color: #000;
  margin-left: 10px !important;
  border-radius: 4px !important;
}

.em-btn {
  border-color: #ccc !important;
  color: #acacac !important;
}

.filter-element-header .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 !important;
}

.ant-btn>.anticon+span,
.ant-btn>span+.anticon {
  margin-left: 0px !important;
}

.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0 !important;
}

.ant-tabs {
  width: 100%;
}

.anticon {
  margin: 0 auto;
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 35px !important;
}

.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 30px !important;
}

.edit-text:before {
  position: absolute;
  right: 0px;
  top: 1px;
  height: 0.9em;
  content: "";
  width: 1px;
  background: #cecece;
}

.anticon-delete {
  font-size: 13px;
  margin-top: 0px !important;
}

.table-box .d-flex a {
  display: inherit;
}

.ant-btn-sm:focus,
.ant-btn-sm:hover {
  color: #49c9c2 !important;
  border-color: #49c9c2 !important;
}

.ant-btn-primary.ant-btn-sm:hover,
.ant-btn-primary.ant-btn-sm:focus {
  color: #fff !important;
}

.ant-table table {
  width: auto;
}

.checkbox .ant-col {
  padding: 0 !important;
}

.ant-tabs-bottom>.ant-tabs-nav,
.ant-tabs-bottom>div>.ant-tabs-nav,
.ant-tabs-top>.ant-tabs-nav,
.ant-tabs-top>div>.ant-tabs-nav {
  margin-bottom: 0 !important;
}

.ant-select-selection-item-content {
  font-size: 12px !important;
  line-height: 20px !important;
}

.ant-select-multiple .ant-select-selection-item {
  height: 20px !important;
  z-index: 999;
  position: relative;
}

.ant-select-selector {
  height: 35px !important;
  padding: 3px 12px 5px !important;
}

.red-text {
  margin-bottom: 12px !important;
  color: #fa1010;
}

#step {
  width: 130px;
}

.ant-checkbox-checked::after {
  border-color: #49c9c2 !important;
}

.filter-element-header .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 25px !important;
}

.filter-element-header .ant-select-single .ant-select-selector .ant-select-selection-item,
.filter-element-header .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 26px !important;
}

.filter-element-header nz-select-item.ant-select-selection-item.ng-star-inserted {
  font-weight: 600;
}

.ant-picker-focused {
  box-shadow: 0 0 0 2px rgb(73 201 194 / 0%) !important;
}

.ant-picker {
  border-radius: 4px !important;
  border-color: #cfd3d8 !important;
  padding: 5px 11px !important;
}

.purchase-title {
  padding: 15px 5px 5px 10px;
}

.new-dropdown .anticon-plus,
.icon-padding,
.anticon-menu,
.anticon-plus {
  padding: 0px 4px 0px 4px;
}

.anticon-close {
  font-size: 19px;
  color: #5b5b5b !important;
}

.approval-edit-text {
  line-height: 16px !important;
  font-size: 12px !important;
  padding: 0px 5px;
  color: #49c9c2 !important;
  font-weight: 400;
  position: relative;
}

.border-line {
  margin: 0 !important;
  border-color: #cecece !important;
}

.approval-select .ant-select {
  width: 100% !important;
}

.approval-select .anticon-close {
  font-size: 12px !important;
}

.approval-select .ant-select-multiple .ant-select-selection-item {
  top: 2px;
}

.height-100 {
  height: 100%;
}

.box-one .search-box input {
  height: 31px !important;
}

.box-one .search-with-icon {
  height: 33px !important;
}

.fileter-element-two .new-dropdown:hover,
.fileter-element-two .new-dropdown:active,
.fileter-element-two .new-dropdown:focus {
  color: #8c8c8c !important;
}

.box-one:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -0.6px;
  height: 57px;
  width: 0.5px;
  background: #ced4da;
}

.ant-form-item-control-input-content {
  z-index: 1;
}

.dropdown-width {
  max-width: 300px;
  width: 100%;
}

.model-ellipsis {
  max-width: 300px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.ant-select-tree-treenode-switcher-open nz-tree-node-checkbox.ant-select-tree-checkbox,
.ant-select-tree-treenode-switcher-close nz-tree-node-checkbox.ant-select-tree-checkbox {
  display: none;
}

.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto;
  pointer-events: none;
}

.ant-select-tree-switcher {
  position: relative;
  width: 24px;
  margin: 0;
  line-height: 24px;
  cursor: pointer;
  pointer-events: none;
}

.ant-table-tbody>tr>td {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.medal-table-cell {
  width: 100px;
  max-width: 100px;
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
  width: 0;
}

.ant-table-pagination-right .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  display: block;
}

.text-icon {
  display: none;
}

.emailform .ant-form-item-label {
  text-align: left !important;
  padding: 0 20px;
}

.emailform {
  max-width: 700px;
}

.emailform .ant-form-item-explain.ant-form-item-explain-error {
  position: static;
}

.ant-form-item {
  margin: 0 0 12px !important;
}

.ant-modal {
  top: 100px !important;
}

.deletecenter {
  align-items: center;
}

#attach_file .ant-btn:active,
#attach_file .ant-btn:focus,
#attach_file .ant-btn:hover {
  text-decoration: none;
  background: transparent;
}

#attach_file .ant-btn {
  background: transparent;
  border: 0;
  display: flex;
  align-items: center;
  color: #273751;
}

.file-upload-btn span {
  padding: 5px 10px;
}

.ant-modal {
  top: 100px !important;
}

.option-side-fild {
  display: flex !important;
  align-items: center !important;
}

.option-side-fild span {
  white-space: nowrap;
}

.option-side-fild p {
  width: max-content;
}

.option-side-fild input[type="file"] {
  margin-left: 10px;
}

.ant-checkbox-wrapper {
  word-break: break-word;
}

span {
  word-break: break-word;
}

.dropdown-lable {
  font-size: 12px !important;
  line-height: 16px !important;
}

.ant-modal-centered .ant-modal {
  top: 0 !important;
}

.ant-select-selector.active {
  top: 5px;
}

.mobile-tabs .office-supplies-box {
  width: 100%;
}

ul.purchase-header-box.mobile-ui {
  position: fixed;
  bottom: 0;
  padding: 10px 0;
  background: #fff;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 5%);
  width: 100%;
  left: 0;
}

.budgetScreen .input-field.input-box {
  margin-bottom: 0;
}

.budgetScreen .page-space {
  padding: 0px 10px;
  display: block;
  height: 95%;
}

.budgetScreen .ant-picker {
  margin-bottom: 0px;
}

.mobile-tabs {
  display: none;
}

.dropdown-lable {
  top: 1px !important;
  background: #fff;
  transition: all 0.2s linear;
}

.dropdown-lable.activedropdown {
  top: -14px !important;
  font-size: 12px !important;
}

.import-type.dropdown-lable.activedropdown {
  top: -19px !important;
  left: 19px !important;
}

.pr-option .input-field.input-box {
  margin-bottom: 0;
  margin-top: 0px !important;
  position: relative;
}

.mobile-tabs .border-b {
  border-bottom: 0;
}

.btn-flex .sticky-save-btn {
  margin-left: 10px;
}

.btn-flex .cancel {
  background: #f7f7f7 !important;
  border: 1px solid #dfe3e6 !important;
  color: #a0abb5 !important;
  transition: all 0.3s linear;
}

.btn-flex .cancel:hover {
  background: #9e9e9e !important;
  border: 1px solid #9e9e9e !important;
  color: #fff !important;
}

.btn-flex {
  display: flex;
  justify-content: flex-end;
}

.btnoutline {
  display: block;
  width: max-content;
  margin: 20px auto;
}

.btnoutline button {
  border: 1px solid #49c9c2;
  color: #49c9c2;
  padding: 8px 53px;
  height: auto;
  transition: all 0.3s linear;
}

.btnoutline button:hover {
  background-color: #49c9c2;
  color: #fff;
  border: 1px solid #49c9c2;
}

.ant-upload {
  margin-left: 5px !important;
}

.input-space {
  margin: 0 !important;
}

.expenseOptions-screen .ant-form-item-control:first-child:not([class^="ant-col-"]):not([class*=" ant-col-"]) {
  margin-bottom: 0;
}

.budgetScreen .input-field.input-box input {
  padding: 5px 0px 5px 10px;
}

.input-field.input-box textarea {
  padding: 7px 0px 5px 10px;
}

.hidden-tabs {
  display: none !important;
  position: sticky;
  top: 100px;
}

.header-back {
  background: #f7f7f7;
  position: sticky;
  top: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding: 13px 0px;
}

.header-back a {
  color: #273751;
  font-size: 17px;
  font-weight: 500;
  padding-left: 10px;
}

.h-iocn {
  height: 18px;
  margin-right: 4px;
}

.title-backbtn {
  display: flex;
  align-items: center;
}

.title-backbtn img {
  margin-right: 10px;
}

.btnoutline.file-btn {
  margin: 20px 10px !important;
}

.file-btn .button {
  display: flex !important;
  align-items: center !important;
}

.file-btn .button img {
  margin-right: 5px;
}

.file-btn .button {
  margin: 20px 0px !important;
  padding: 6px 25px;
  border: 1px solid #49c9c2;
  border-radius: 5px;
  color: #49c9c2;
}

.ant-form-item-control:first-child:not([class^="ant-col-"]):not([class*=" ant-col-"]) {
  width: 100% !important;
}

.right-side-icon {
  float: right;
  display: table-cell;
  align-items: center;
  display: flex;
  position: relative;
  top: -15px;
}

.date-width {
  width: 95% !important;
  max-width: 100% !important;
}

.width-box-input {
  width: 83% !important;
}

.mobile-tabs .check-box-center {
  width: auto;
}

.mobile-tabs .check-box-center h5 {
  font-size: 14px;
  display: flex;
  padding-right: 10px;
}

.mobile-tabs .check-box-center h5 .attachment-text {
  margin-left: 10px;
  padding: 0 10px;
  border-left: 1px solid #ddd;
}

.approved-rejected {
  padding: 1px 10px;
  background-color: #1c88e1;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 0 49%, 0% 0%);
  color: #fff !important;
  margin-bottom: 5px !important;
  width: max-content;
  font-size: 9pt;
  display: flex;
  align-items: center;
}

.approved-rejected.reject {
  background-color: #ff6565 !important;
}

.approved-rejected.changes-required {
  background-color: #ff8f00 !important;
}

.approved-rejected.rfq-sent {
  background-color: #49c9c2 !important;
}

.approved-rejected.po-created {
  background-color: #64897a !important;
}

.approved-rejected img {
  position: relative;
  top: -1px;
  left: -3px;
}

.item-detailbox .reject img {
  top: -2px !important;
}

.file-btn .button img {
  position: relative;
  top: -3px;
}

.user-setup-screen .btn-red .anticon-delete {
  font-size: 14px !important;
}

.add-gl-modal {
  max-width: 700px;
  margin: auto;
  padding: 0;
}

.add-gl-modal .input-field.input-box.pr-option-select {
  margin-left: 0;
}

.select-btn {
  border: 1px solid #49c9c2;
  border-radius: 6px;
}

.blue-text {
  color: #1c88e1;
  padding: 7px 0 10px 0;
}

.blue-text-s {
  font-size: 14px;
}

.blue-text-s span {
  color: #2c363e;
}

.blue-text-l {
  font-size: 15px;
  font-weight: 600;
}

.add-gl-modal .modal .modal-content {
  padding: 15px 15px;
}

.add-gl-modal .ant-table-thead>tr>th,
.add-gl-modal .ant-table-thead>tr>td {
  font-weight: 500;
  text-align: left;
  background: #fff;
  transition: background 0.3s ease;
  border: 1px solid #eeeeee;
  border-right: 0;
  border-left: 0;
}

.swich-content {
  display: flex;
  align-items: center;
}

.swich-content nz-switch {
  padding: 0px 10px;
}

.add-gl-modal .ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}

.po-option-screen nz-upload {
  display: flex;
  align-items: center;
}

.ant-table-tbody>tr>td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
  align-items: center;
}

label.highlightme.curr.approved-rejected.ng-star-inserted {
  margin-bottom: 0 !important;
}

label.highlightme.curr.approved-rejected.ng-star-inserted .currency-icon {
  position: relative;
  top: -1px;
  margin-right: 4px;
}

.account-setup .ant-form-item-explain.ant-form-item-explain-error {
  color: #ff4d4f;
}

.account-setup .ant-table-tbody>tr>td {
  padding: 13px 10px !important;
  vertical-align: inherit;
}

.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
}

.bdrtable {
  border: 1px solid #eeeeee;
}

.user-setup-screen .ant-form {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
}

.user-group .left-border {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: "tnum";
  max-height: calc(100vh - 11vh);
  overflow-y: auto;
  overflow-x: hidden;
  padding: 5px;
}

.add-gl-modal,
.modal-no-data {
  max-width: 1130px !important;
  width: 100% !important;
}

.modal-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.budgetScreen .slect-box.filter-element-box {
  display: none;
}

.budgetScreen .fileter-element-one {
  justify-content: end !important;
}

.check-box-center h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 230px;
  width: 100%;
}

.po-option-screen .ant-upload {
  margin-left: 0px !important;
  margin-right: 5px;
}

.span-left {
  padding-left: 21px;
  display: flex;
}

.upload-btn {
  background: #fff;
  padding: 5px 10px 4px 10px;
  border-radius: 5px;
  border: 1px solid #49c9c2;
  color: #49c9c2;
  font-size: 13px;
}

.table-not-found .ant-empty {
  position: relative !important;
}

.budgetScreen .ant-divider-horizontal.ant-divider-with-text-left::before {
  top: auto !important;
}

.budgetScreen .ant-divider-horizontal.ant-divider-with-text-left::after {
  top: auto !important;
}

.ant-select-clear .anticon {
  color: #c9c9c9 !important
}

.input-field.input-box label.small-label.activedropdown {
  font-size: 12px !important;
  line-height: 16px !important;
}

label.form-label.small-label.edit-label.dropdown-lable.dynamic-label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px !important;
  width: max-content !important;
}

.datebox {
  color: rgb(0 0 0 / 51%) !important;
  font-size: 15px !important;
}

.user-setup-screen .swich-label-text {
  position: relative;
  top: 3px;
  left: 5px;
}

nz-input-number:hover {
  border-color: #49c9c2 !important;
  box-shadow: 0 !important;
  outline: none !important;
}

nz-input-number:focus {
  box-shadow: 0 0 0 !important;
  outline: none !important;
}

.ant-input-number-focused,
.ant-input-number:focus {
  border-color: #49c9c2 !important;
  box-shadow: none !important;
}

.budgetScreen .left-border {
  max-height: calc(100vh - 0vh);
}

.ant-select-arrow {
  color: #111 !important;
}

.container-box.homesection {
  padding-top: 62px;
  height: 100%;
  max-height: calc(100vh - 62px);
}

.pr-option .option-side-fild p {
  width: 300px;
}

.ant-select-dropdown .ant-empty-small {
  position: relative !important;
  top: 30px !important;
}

.offic-supplies-header.homescreen {
  padding: 15px 0px 15px 15px !important;
}

.history-main-box-right.home-history {
  margin: 14px 2px 14px 2px !important;
}

.history-box .fileter-left-main-box.history-main-box-right {
  max-height: calc(100vh - 10em);
  padding-right: 4px;
}

.reg-phone .ant-input-group-addon:first-child {
  border-right: 0;
  width: 93px;
}

.reg-phone .reg-input-phone {
  left: 104px !important;
}

.numberinput .ant-input-number {
  border: 0 !important;
}

.ant-popover-inner-content {
  padding: 12px 13px !important;
  white-space: nowrap;
}

.ant-divider-vertical.leftdivid {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.7em;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgb(0 0 0);
  margin: 0 5px 0 5px !important;
  opacity: 1;
}

.border-line.leftdivid {
  border-left-color: #cecece !important;
}

.box-one .check-box-center p {
  display: flex;
  align-items: center;
}

.user-setup-screen .fileter-element-box {
  height: 100vh;
}

.budgetScreen .ant-collapse>.ant-collapse-item>.ant-collapse-header {
  padding: 4px 20px 4px 20px !important;
}

.buttonscreen {
  border: 1px solid #49c9c2 !important;
  color: #49c9c2 !important;
  border-radius: 5px !important;
  width: 100% !important;
  height: 34px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear !important;
}

.budgetScreen .ant-collapse-header {
  padding: 7px 5px;
  font-size: 15px;
}

.budgetScreen .ant-collapse-header:after,
.ant-collapse-header:before {
  width: 20px;
  height: 3px;
}

.modal-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.buttonscreen:hover {
  background: #49c9c2 !important;
  color: #fff !important;
}

.tenantScreen {
  max-width: 600px;
}

.Tenant-edition .upload-btn {
  background: #f7f7f7;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #7d8c9a !important;
  padding: 5px 10px;
}

.Tenant-edition .img-upload {
  border-radius: 50%;
  height: 58px;
  width: 58px;
}

.Tenant-edition {
  padding: 30px 20px;
  border-radius: 10px;
  margin: auto;
}

.logout-box {
  padding: 0px 0 0px 0 !important;
  min-width: 320px;
  width: 100%;
  box-shadow: 0px 8px 20px #8d8d8d26 !important;
  border: 1px solid #ced4da !important;
}

.logout-box .logout-profile {
  padding: 25px 15px 25px 20px;
  background: #f7f7f7;
}

.logout-box li a span {
  margin-left: 30px;
  color: #49c9c2;
}

.logout-box .managebox {
  padding: 10px 0;
}

.logout-box .ant-divider-horizontal {
  margin: 0;
}

.logout-box .managebox {
  padding: 20px 15px;
}

.logout-box .ant-divider-horizontal {
  margin: 0;
}

.logout-box .emailbox a {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #7d8c9a !important;
}

.logout-box li a:hover {
  background: transparent;
  color: inherit;
}

.logout-box .viewaccount {
  color: #26a69a;
  padding: 0px 5px 0 0px;
  font-size: 15px;
  font-weight: normal;
}

.logout-box .signout {
  color: #ff3403;
  padding: 0 7px;
  font-size: 15px;
}

.logout-box .client-name {
  padding: 5px 0 5px 0;
  font-size: 20px;
}

.logout-box .account {
  padding: 12px 10px 12px 15px;
  transition: all 0.3s linear;
}

.logout-box .account:hover {
  background: #f7f7f7;
  cursor: pointer;
}

.logout-box h6 {
  font-size: 17px;
  color: #273751;
  font-weight: 400;
  margin-bottom: 2px !important;
}

.logout-box a {
  font-size: 13px;
}

.logout-box .switch {
  border: 1px solid #ced4da;
  border-radius: 5px;
  padding: 2px 5px;
  height: auto;
  font-size: 13px;
  line-height: 21px;
  width: 85px;
  transition: all 0.3s linear;
}

.logout-box .connect {
  background: transparent;
  border: 1px solid #4ca15a;
  border-radius: 5px;
  color: #4ca15a;
  padding: 3px 5px;
  height: auto;
  border: 1px solid #4ca15a;
  border-radius: 5px;
  color: #4ca15a;
  padding: 2px 5px;
  height: auto;
  font-size: 13px;
  line-height: 21px;
  width: 85px;
  transition: all 0.3s linear;
}

.logout-box .close i {
  color: #7d8c9a !important;
}

.logout-box p.user {
  color: #7d8c9a;
  font-size: 15px;
  text-transform: lowercase;
}

.logout-box .connect:hover,
.logout-box .switch:hover {
  background-color: #4ca15a;
  color: #fff;
  border-color: #4ca15a;
}

.logout-box p.username {
  color: #7d8c9a;
  font-size: 15px;
}

.logout-box .connect:hover,
.logout-box .switch:hover {
  background-color: #4ca15a;
  color: #fff;
  border-color: #4ca15a;
}

.logout-box .logout-profile {
  position: relative;
}

.logout-box .logout-profile .close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.tenant-modaltitle {
  letter-spacing: -0.17px;
  color: #273751;
  font-size: 17px;
  line-height: 19px;
  font-weight: 500;
  padding: 10px 0 10px 0;
}

.login-box {
  position: relative;
}

.tenant-popup {
  position: absolute;
}

.TenantModal {
  padding: 15px;
}

.TenantModal .ant-modal {
  max-width: 700px !important;
  width: 100%;
}

.login-box .client-name {
  font-size: 18px;
}

.tenant-popup {
  position: absolute;
}

.TenantModal {
  padding: 15px;
}

.TenantModal .ant-modal {
  max-width: 700px !important;
  width: 100%;
}

.tenant-popup {
  position: absolute;
}

.TenantModal {
  padding: 15px;
}

.TenantModal .ant-modal {
  max-width: 700px !important;
  width: 100%;
}

.logintenant {
  max-width: 400px;
  width: 100%;
}

.form-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 30px #acacac24;
  border: 1px solid #f7f9fd;
  border-radius: 6px;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
  padding: 63px 50px 33px 50px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
}

.form-box.tenantform:before,
.form-box.tenantform:after {
  display: none !important;
}

.form-box.tenantform {
  height: 290px;
  margin-top: 32px;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  z-index: 1;
  box-shadow: 0px 10px 14px #acacac5e;
  padding: 25px 15px 15px 15px;
  width: 100%;
}

.contact-detail .upload {
  margin-top: 10px;
  margin-left: 0 !important;
}

.contact-detail .ant-upload {
  margin-left: 0 !important;
}

.contact-detail .elements-box {
  margin-top: 7px;
}

.contact-detail .ant-picker-suffix i {
  background: #49c9c2;
  display: block;
  height: 100%;
  width: 35px;
  color: #fff;
  border-radius: 0 3px 3px 0px;
  position: absolute;
  right: -1px;
  top: -1px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  min-height: 33px;
}

.contact-detail .ant-picker-range {
  padding: 0px !important;
  margin: 0 !important;
  height: 34px;
}

.offic-supplies-header ul.purchase-header-box li:last-child {
  margin-right: 20px;
}

.tenant-modal-box {
  max-width: 1010px !important;
  width: 100% !important;
}

.viewaccount-modal-box {
  max-width: 1010px !important;
  width: 100% !important;
}

.item-detailbox .attachment-text span {
  white-space: nowrap !important;
}

.tenant-modal-box {
  max-width: 1010px !important;
  width: 100% !important;
}

.viewaccount-modal-box {
  max-width: 1010px !important;
  width: 100% !important;
}

.logout-box .profile-img {
  height: 82px;
}

.account-project-page .ant-table-content .input-field.input-box {
  margin-bottom: 0;
}

.project-setup .ant-table-tbody>tr>td,
.ant-table-thead>tr>th {
  padding: 13px 10px !important;
}

.account-setup .ant-form-item-explain.ant-form-item-explain-error {
  font-size: 10px;
}

.project-setup .ant-form-item-explain.ant-form-item-explain-error {
  font-size: 11px;
}

.lastInput {
  margin-bottom: 5px !important;
}

.lastInput {
  margin-bottom: 5px !important;
}

.vendorScreen .ant-collapse-header:after,
.vendorScreen .ant-collapse-header:before {
  content: "";
  display: block;
  background-color: #49c9c2;
  position: absolute;
  top: 45%;
  left: 11px;
  width: 10px;
  height: 1px;
  transition: transform 0.35s ease-out;
  z-index: 999999;
}

.vendorScreen .ant-collapse>.ant-collapse-item>.ant-collapse-header {
  padding: 12px 30px 12px 30px !important;
  border: 0;
  font-size: 15px;
  border-bottom: 1px solid #ced4da;
  border-radius: 0 !important;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ced4da;
  border-radius: 0 !important;
}

.vendorScreen .ant-collapse-item-active .ant-collapse-header {
  background: #fff;
  border-color: #fff !important;
  color: #273751 !important;
}

.vendorScreen .ant-collapse-item-active .ant-collapse-content {
  border: 1px solid #fff;
}

.vendorScreen .ant-collapse-content>.ant-collapse-content-box {
  padding: 0;
}

.vendorScreen .ant-collapse-item h4 {
  margin-bottom: 10px !important;
  white-space: nowrap;
}

.vendorScreen .ant-collapse-item h4 {
  margin-bottom: 15px !important;
}

.vendorScreen .ant-picker-input>input {
  padding: 0 10px;
}

.vendorScreen .ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: initial !important;
}

.contact-detail-section {
  padding: 10px 40px 10px 10px;
  z-index: 0;
  position: relative;
}

.vendorScreen .check-box-center h5 {
  align-items: center;
  display: flex;
}

.vendorScreen p.approved-rejected {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px 10px 0 10px;
  margin-bottom: 0 !important;
  margin-left: 4px !important;
}

.Tenant-profile {
  margin-bottom: 21px;
}

.with-out-bg-btn {
  background: transparent !important;
  color: #49c9c2 !important;
}

.with-out-bg-btn:hover {
  color: #49c9c2 !important;
}

.sticky-save-btn:hover:not(.ant-btn[disabled]) {
  background-color: #49c9c2e0 !important;
}

.email-btn {
  border: 1px solid #49c9c2;
  padding: 5px 7px;
  font: normal normal normal 12px/12px Graphik;
  border-radius: 4px;
}

.vendorScreen .deletecenter {
  align-items: start;
}

.vendorScreen i.anticon.anticon-star {
  font-size: 12px;
}

.vendorScreen .ant-rate-star:not(:last-child) {
  margin-right: 2px;
}

.vendorScreen span.d-block.ratingbox {
  display: block;
  margin: 0;
  padding: 0;
  height: 10px;
}

.vendorScreen .ratingbox nz-rate {
  font-size: 15px !important;
}

.vendorScreen .sub-box-two {
  overflow-y: auto;
  margin-bottom: 0px;
  position: relative;
  overflow-x: hidden;
  height: 100vh;
  max-height: calc(100vh - 8em);
}

.vendorScreen .collaps-btn {
  margin-top: 5px;
  height: 34px;
  border-radius: 4px 0 0 4px;
  background: #fffffe 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #49c9c233;
  border: 1px solid #49c9c2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}

.all-collaps {
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 111;
}

.vendorScreen .collaps-btn {
  margin-top: 7px;
  height: 32px;
  border-radius: 10px 0 0 10px;
  background: #fffffe 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #49c9c233;
  border: 1px solid #49c9c2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 5px 8px 7px;
}

.all-collaps {
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 11;
}

.vendorScreen .ant-form {
  padding: 10px 40px 10px 10px;
}

.vendorScreen .page-title-top {
  margin-left: 10px;
}

.vendorScreen .ant-table-tbody>tr>td,
.ant-table-thead>tr>th {
  padding: 7px 10px !important;
}

.vendorScreen .header-btn-box {
  margin: 0 0 10px 0;
  width: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

.email-btn i {
  padding-right: 6px;
  font-size: 11px;
}

.vendorScreen .ant-collapse-item {
  position: relative;
}

.vendorScreen .ant-collapse-item:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #49c9c2;
  left: 5.7px;
  top: 12px;
  background: transparent;
  z-index: 99;
  border-radius: 50%;
}

span.redText {
  color: #ff4d4f;
  font-weight: 500;
  font-size: 14px;
}

.vendorScreen .ant-empty-normal {
  margin: 0 !important;
}

.vendorScreen .ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
  position: relative !important;
  top: 0% !important;
  left: 0% !important;
  transform: translate(0%) !important;
}

.vendorScreen .ant-table .ant-table-expanded-row-fixed {
  margin: 0 auto !important;
}

.vendorScreen .ratingbox-main i.anticon.anticon-star {
  font-size: 17px;
  margin-top: 8px;
}

.ant-tag-volcano,
.ant-tag-green {
  letter-spacing: -0.12px;
  font-weight: 500;
  margin-left: 5px !important;
}

.ant-tag-green {
  background-color: #edf6ef !important;
  clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0% 100%, 0 49%, 0% 0%);
  border-color: #edf6ef !important;
  color: #4ca15a;
}

.ant-tag-volcano {
  background-color: #fff0f0 !important;
  clip-path: polygon(100% 0, 92% 50%, 100% 100%, 0% 100%, 0 49%, 0% 0%);
  border-color: #fff0f0 !important;
  color: #ff6565;
}

.number-ellipsis-text,
.tenant-name-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tenant-name-text {
  max-width: 100px;
}

.number-ellipsis-text {
  max-width: 65px;
}

.tenantform .button-link {
  margin-top: 25px !important;
}

.form-box.tenantform .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 50px !important;
}

.option-side-fild {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 15px;
}

.tenantEdition cdk-virtual-scroll-viewport {
  overflow: hidden !important;
}

.tenantEdition .text-muted-ans {
  text-overflow: ellipsis;
  max-width: 150px;
  white-space: nowrap;
  overflow: hidden;
  width: max-content;
}

.currency-tag {
  width: 600px;
  max-width: 600px;
  min-width: 600px;
}

.uploadModal .ant-empty {
  margin: auto !important;
  position: relative !important;
  top: 0% !important;
  left: 0% !important;
  display: block !important;
  transform: translateX(0%) !important;
}

.uploadModal .ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px;
  padding: 16px;
  width: 100% !important;
  margin: auto !important;
}

.tenantEdition .text-muted {
  white-space: nowrap !important;
  width: 135px;
}

.vendorfixbutton {
  position: absolute;
  bottom: 0;
}

.InvitedStatus {
  color: #ffa300;
}

.AcceptedStatus {
  color: #4ca15a;
}

.ExpiredStatus {
  color: #bebebe;
}

.DeclinedStatus {
  color: #ff3403;
}

.tenantEdition form .tenantEdition-form {
  width: 100%;
  max-width: 1140px;
}

.tenantEdition .ant-select-dropdown {
  padding: 0;
}

.tenantEdition .box-one .check-box-center p {
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  width: 240px;
  overflow: hidden;
}

.email-ellipsis-text {
  max-width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.tenantEdition .left-border {
  max-height: calc(100vh - 15vh);
  overflow: hidden !important;
  overflow-y: auto !important;
  margin-bottom: 70px;
  padding-right: 8px;
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

.tenantEdition .left-border::-webkit-scrollbar {
  width: 8px;
  display: block;
}

.tenantEdition .left-border::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.tenantEdition .left-border::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.tenantEdition .left-border::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.tenantEdition .fileter-left-main-box {
  max-height: calc(100vh - 13em);
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #49c9c2 !important;
  color: rgb(255 255 255) !important;
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled),
.ant-slider-rail {
  background-color: #49c9c2 !important;
  color: #fff;
}

.ant-select-item,
.ant-select-item-empty {
  padding: 4px 12px !important;
}

.tenantEdition .tenantEdition-form .ant-empty {
  position: relative !important;
}

.autoFillModal .ant-form-item-explain.ant-form-item-explain-error {
  position: absolute;
  margin-bottom: 20px;
}

.autoFillModal .input-field.input-box {
  position: relative !important;
}

.upload .ant-upload {
  margin-left: 0 !important;
  margin: 5px 0;
}

.venderButtonFix {
  z-index: 111;
  right: 326px !important;
  width: calc(100% - 333px);
}

.ratingMainBox {
  padding: 10px;
  margin-bottom: 10px;
}

.tenantScroll {
  max-height: 200px;
  overflow-y: auto;
}

.redstar {
  color: red;
}

.removebdr span {
  border: 0 !important;
}

.accept-invitationScreen .title-text {
  padding: 26px 0px 0px 0;
}

.confirbtn {
  padding: 10px 10px;
}

.confirm-emailScreen .title-text {
  margin-left: 5px !important;
}

.confirm-emailScreen .ant-form-item-with-help {
  margin-bottom: 0 !important;
}

.tenantEdition .ant-table {
  overflow-x: auto;
}

.ant-table-thead>tr>th {
  white-space: nowrap;
}

.item-box .box {
  display: flex;
  align-items: center;
  max-width: 400px;
  width: 100%;
  justify-content: end;
}

.item-box .fileter-search-box .search-box {
  margin-right: 10px;
}

.pr-date {
  cursor: pointer;
}

.pr-date .ant-picker {
  border-color: #ffffff !important;
  padding: 0 !important;
}

.pr-date .anticon,
.pr-date .anticon svg {
  display: inline-block;
  fill: #49c9c2;
  font-size: 17px;
}

.pr-date .ant-picker-input>input {
  color: #273751;
  font-weight: 500;
  width: 85px;
}

.ant-modal .ant-modal-footer {
  display: flex;
  flex-direction: row-reverse;
}

.ant-modal-footer .ant-btn+.ant-btn {
  margin-bottom: 0;
  margin-right: 8px;
}

.anticon-delete {
  color: #9e9e9e !important;
}

.Tenant-edition .ans-text {
  white-space: nowrap !important;
  max-width: 140px !important;
  text-overflow: ellipsis !important;
  overflow: hidden !important;
}

.edit-offic-supplies-header {
  border-bottom: 1px solid #e7eaec;
  padding: 15px 0 0 0;
}

.edit-form-box .ant-row {
  padding: 0 0px 1px 15px;
  overflow-y: auto;
  max-height: calc(100vh - 28em);
  padding-bottom: 15px;
  margin-right: 0px !important;
}

.edit-form-box .edit-offic-supplies-header h1 img {
  padding-right: 6px;
}

.edit-form-box .edit-offic-supplies-header h1 {
  display: flex;
  white-space: nowrap;
  cursor: pointer;
}

.edit-form-box .sticky-save-btn {
  display: block !important;
  margin-left: 15px;
}

.edit-form-box .date-width {
  width: 100% !important;
}

.edit-form-box .d-flex.mt-1 {
  background: #fff;
  width: 100%;
  box-shadow: 1px 1px 20px rgb(0 0 0 / 15%);
  padding: 20px 5px;
  z-index: 1;
  position: fixed;
  bottom: 0;
}

.box-three {
  width: 326px;
  border-left: 1px solid #ced4da;
  float: right;
  height: 100%;
  z-index: 1;
  position: relative;
  background: #fff;
}

.bdrtable {
  border: 1px solid #eeeeee !important;
  border-bottom: 0;
}

.bdrtable td {
  border-bottom: 0 !important;
}

.ant-select-multiple .ant-select-selection-item-content {
  max-width: 65px;
}

.bdr-btm {
  border-bottom: 1px solid #e7eaec;
  align-items: center;
  padding-bottom: 11px;
}

.department-modal .ant-btn-icon-only {
  border: 0;
}

.department-modal .ant-form-item-control:first-child:not([class^="ant-col-"]):not([class*=" ant-col-"]) {
  width: 98% !important;
}

.history-section-none {
  display: none;
}

.file-upload-box {
  width: 100%;
}

.homeScreen,
.second-center-box,
.second-center-box .ant-tabs-content-top {
  height: 100%;
}

ul li.ui-elements:hover {
  background: rgb(204 204 204 / 19%) !important;
}

.file-upload-btn {
  padding: 5px;
}

.attach-file-detail {
  max-height: 330px;
  overflow-x: auto;
}

.attach-dropdown-close:hover {
  background-color: transparent !important;
}

.file-upload-box {
  padding: 5px 0;
}

.attach-dropdown-close:hover,
.close-btn-bg-remove:hover,
.close-btn-bg-remove {
  background-color: transparent !important;
}

#attach_file .file-upload-btn nz-upload {
  display: block;
}

#attach_file .ant-upload.ant-upload-select {
  display: block;
}

#attach_file .ant-btn {
  width: 100%;
  justify-content: center;
  height: 40px;
}

#attach_file .file-upload-btn span {
  margin: 0 !important;
  width: auto;
}

#attach_file .anticon-upload {
  width: auto !important;
  margin: 0;
}

#attach_file .file-upload-btn {
  padding: 0;
}

#attach_file .ant-upload {
  margin-left: 0 !important;
}

#attach_file .file-upload-box {
  box-shadow: 0px -2px 7px #cccccc73;
  padding: 5px 15px;
}

#attach_file ul.elements-box {
  height: auto;
  line-height: 12px;
}

#attach_file.custom-dropdown-option li {
  min-height: 14px;
  padding-right: 15px;
}

#attach_file .ui-elements {
  padding: 12px 15px;
}

.ui-elements-icon img,
.ui-elements-icon {
  width: 35px !important;
}

.ant-tabs-content.ant-tabs-content-top,
.page-height {
  height: 100%;
}

.history-box .ant-empty {
  top: 40% !important;
}

.question-box .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 22px !important;
}

.question-box .ant-select-single .ant-select-selector .ant-select-selection-item {
  line-height: 16px !important;
}

.question-box .ant-select-selector {
  padding: 2px 6px 2px !important;
}

.question-box .ant-picker .ant-form-item-control-input {
  min-height: 15px;
}

.question-box .ant-picker .ant-picker-input>input {
  line-height: 14px;
}

.question-box .datebox {
  font-size: 12px !important;
}

.question-box .ant-form-item-control-input {
  min-height: 20px;
}

.question-box .ant-picker {
  padding: 3px 5px !important;
}

.info-popover {
  border: 0 !important;
}

.info-popover:hover {
  color: #49c9c2;
}

.ellipsis-text {
  max-width: 85px;
}

.ant-tabs-tabpane .item-box .history-box {
  z-index: 999;
  background-color: #fff;
}

.view-value p,
.ellipsis-text,
.text-muted-ans {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.item-info strong {
  font-weight: 500;
}

.view-only {
  width: 100%;
}

.view-value p {
  width: 100%;
  padding-left: 2px;
}

.lg-ellipsis {
  width: 87%;
}

.attach-file {
  margin-right: 15px;
}

.attach-btn {
  display: table;
  text-align: center;
}

.check-box-center h5 {
  max-width: 260px;
}

.amount-input-box {
  border: 0px !important;
}

.ant-input-number-input,
.office-supplies-box .ant-picker {
  height: 35px !important;
  line-height: 31px !important;
}

.form-title-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.delivery-location-popover {
  white-space: normal;
}

.delivery-location-popover h5 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
}

.ant-form-item-control-input .anticon-close {
  font-size: 14px;
}

.description-text {
  max-width: 500px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
}

.offic-supplies-header .form-title-text {
  width: 100%;
}

.desc-lineItem-width {
  width: 100%;
}

.attach-box .attach-link {
  color: #273751 !important;
}

.ant-select-dropdown {
  margin-top: 0px !important;
}

.input-with-eye-icon .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 4px 0px 0 4px !important;
}

.ellipsis {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}

.text-width {
  width: 300px !important;
}

.search-box .ant-input-suffix {
  position: absolute;
  left: 4px;
  top: 8px;
}

.search-box input {
  padding-left: 18px !important;
}

.filter-element-box nz-select-arrow.ant-select-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #273751;
}

.filter-element-box i.anticon.anticon-down {
  display: none;
}

.icon:hover {
  background: rgb(250, 248, 248);
}

.ng-small-switch {
  line-height: 11px;
}

.ml-5 {
  margin-left: 30px;
}

.ng-small-switch {
  margin-top: -1px;
}

.itemInventory-page .textarea-height {
  height: 95px !important;
}

.ant-select-multiple .ant-select-selection-item {
  margin-top: 5px;
}

.actions-dropdown {
  width: 155px !important;
  left: -48px !important;
}

.auto-ellipsis-text {
  flex: inherit;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

p.parag-width {
  width: 95% !important;
}

.btn-sticky {
  position: sticky;
  z-index: 999999999;
  bottom: 0;
  background: #fff;
}

.ant-table-tbody>tr.btn-sticky.ant-table-row:hover>td {
  background: #ffffff;
}

.table-no-data .ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
  position: relative !important;
}

.modal .input-field.input-box.keywords-input input {
  height: 22px !important;
  line-height: 22px !important;
}

.ant-table-tbody>tr>td.table-right-padding,
.ant-table-thead>tr>th.table-right-padding {
  padding-right: 90px !important;
}

.input-field.input-box.keywords-input {
  margin-bottom: 5px;
}

.keywords-input .ant-select-selector {
  height: auto !important;
}

.ant-table-ping-right .ant-table-cell-fix-right-first::after,
.ant-table-ping-right .ant-table-cell-fix-right-last::after,
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: none !important;
}

.pr-header-select .ant-select-selection-item-content {
  font-size: 10px !important;
  line-height: 15px !important;
}

.pr-header-select .anticon-close {
  font-size: 10px;
}

.pr-header-select.ant-select-multiple .ant-select-selection-item {
  line-height: 14px;
}

.pr-header-select.ant-select-multiple .ant-select-selection-item {
  height: 15px !important;
  margin-top: 0px;
  margin-bottom: 0px;
}

.pr-header-select .ant-select-selector {
  height: 20px !important;
}

.modal .input-field.input-box.pr-header-select input {
  height: 12px !important;
}

.pointer {
  cursor: pointer;
}

.question-box .ant-btn {
  height: 20px;
  line-height: 22px;
}

.ant-input {
  border-radius: 4px !important;
}

.question-box a.ant-btn-link {
  line-height: 20px;
  padding: 14px 7px 0px 7px;
}

.question-box a.ant-btn-link span,
.ans-box .ant-btn span {
  border-bottom: 1px solid #49c9c2;
  color: #49c9c2;
}

.ans-box .ant-btn {
  height: 16px;
  line-height: 14px;
}

.right-placeholder {
  text-align: right !important;
}

.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:active,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:hover {
  color: rgba(0, 0, 0, 0.25) !important;
  background: #f5f5f5 !important;
  border-color: #d9d9d9 !important;
  text-shadow: none;
  box-shadow: none !important;
  cursor: not-allowed !important;
}

.modal-no-data .ant-empty {
  position: relative !important;
  top: 50% !important;
  left: 0% !important;
  margin-left: auto !important;
  text-align: center;
  -webkit-transform: translate(0%, 0%) !important;
  margin-right: auto !important;
}

.modal-no-data .ant-table .ant-table-expanded-row-fixed {
  width: 100% !important;
}

.item-dropdown {
  display: flex;
  justify-content: space-around;
}

.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 30px !important;
}

.table-loading nz-embed-empty {
  display: none;
}

.item-margin-bottom {
  margin-bottom: 20px !important;
}

.input-with-icon {
  display: flex;
}

.input-with-icon .anticon-search,
.input-with-icon .anticon-share-alt {
  width: 15px !important;
  position: relative;
  top: 8px;
  right: -1px;
}

.pr-modal .modal .input-field.input-box .ant-select-selector input {
  height: 20px !important;
}

.plus-circle-icon-with-text .anticon-plus-circle {
  margin-right: 5px;
  position: relative;
  top: 1px;
  left: -2px;
}

.plus-circle-icon-with-text {
  padding: 5px 10px;
}

.modal-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 18em);
  scrollbar-width: thin;
  scrollbar-color: #6c757d;
}

.modal-search-btn {
  height: 35px !important;
  margin-left: 15px;
  padding: 9px 4px !important;
  width: 40px !important;
}

.save-btn i {
  color: #fff !important;
}

.star-box {
  flex: auto;
  width: auto;
  max-width: fit-content;
}

.star-btn {
  position: relative;
  top: -3px;
  margin-left: 5px;
}

.unStar .anticon-star {
  color: #d1d1d1 !important;
}

.padding-0 {
  padding: 0px !important;
}

.purchase-request-item .ant-card-body {
  padding: 0;
}

.purchase-request-item {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  height: 97%;
}

.item-img {
  background: #ecf9f9;
  text-align: center;
  height: 245px;
  justify-content: center;
}

.item-detail {
  padding: 15px;
}

.item-detail p {
  font: normal normal normal 15px/22px Graphik;
  letter-spacing: -0.08px;
  color: #273751;
}

.item-detail p strong {
  font-weight: 500;
}

.custom-validation-msg {
  position: absolute;
  z-index: 999;
  bottom: -2px;
  font-size: 10px !important;
  color: #ff4d4f !important;
}

#Add-Multiple .ant-table-tbody>tr>td {
  padding: 11px 10px !important;
}

.item-dropdown-width {
  width: 151px !important;
}

.item-dropdown-width .acr-box {
  width: auto;
  margin: 0 10px;
}

.item-img:hover img {
  transform: scale(1.2);
  transition: 1s;
}

.item-img img {
  transition: 1s;
}

.item-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: break-spaces;
  font: normal normal normal 13px/17px Graphik;
  letter-spacing: 0.13px;
  color: #273751;
}

.select-item-modal .ant-empty {
  -webkit-transform: translate(0%, -50%) !important;
  transform: translate(0%, -50%) !important;
}

.approve-reject-modal .modal-footer {
  margin: 25px auto 0;
  text-align: center;
}

.approve-reject-modal {
  margin: 20px 0;
}

.notes-detail {
  margin-top: 15px;
}

.notes-detail {
  position: relative;
}

.notes-detail .custom-validation-msg {
  bottom: -19px;
}

.input-with-icon .anticon-share-alt {
  top: 7px;
  right: -8px;
}

.modal .select-item-modal.modal-content {
  padding: 15px 0px 0px 15px;
}

.select-item-modal .modal-scroll {
  padding-right: 10px;
}

.pr-2 {
  padding-right: 10px;
}

.pr-options-page {
  padding-bottom: 20px;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

.item-text {
  font: normal normal normal 15px/21px Graphik;
  letter-spacing: -0.08px;
  color: #273751;
}

#print-section tbody.ant-table-tbody tr:last-child {
  display: none !important;
}

#print-section .ant-table-thead>tr>th {
  background: #40b6af;
  color: #fff;
}

.price-text .item-text {
  color: #2da19a !important;
}

.removebdr p.parag-width {
  width: 92% !important;
}

.right-icon-box ul li a img {
  margin-top: -12px;
}

.plus-circle-icon-with-text.required-input-icon:after {
  right: -4px;
}

.plus-circle-icon-with-text:hover:not(.ant-btn[disabled]),
.plus-circle-icon-with-text:active:not(.ant-btn[disabled]),
.plus-circle-icon-with-text:focus:not(.ant-btn[disabled]) {
  border-color: #49c9c2 !important;
  color: #49c9c2 !important;
}

#pageScroll {
  overflow: scroll !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.pr-header-add .input-field.input-box .ant-select-selector input {
  height: 35px !important;
}

.purchase-box-one-home .ant-select-single .ant-select-selector .ant-select-selection-search {
  left: 6px !important;
}

.purchase-box-one-home .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 16px !important;
}

.disabled-btn {
  cursor: not-allowed !important;
  color: #00000040 !important;
  border-color: #d9d9d9 !important;
  background: #f5f5f5 !important;
  text-shadow: none !important;
  box-shadow: none !important;
}

.cursor-move {
  cursor: move;
}

.mt-3 {
  margin-top: 26px;
}

.padding.ant-row {
  padding: 15px;
}

.remove-icon {
  margin-top: 8px;
}

.input-height {
  height: 35px;
}

.approval-select-box,
.approval-select-box .ant-select-selector {
  width: 100% !important;
}

.approval-flow-page .custom-validation-msg {
  bottom: -1px;
}

.currency-box .modal .input-field.input-box .ant-select-selector input {
  height: 35px !important;
}

.required-val {
  bottom: 8px;
}

.download-upload-btn {
  width: 180px !important;
  border: 1px solid #49c9c2 !important;
  border-radius: 4px !important;
  font: normal normal normal 12px/15px Graphik !important;
  letter-spacing: -0.12px;
  color: #49c9c2 !important;
}

.download-upload-btn:hover {
  border-color: #49c9c2;
  color: #49c9c2;
}

.ant-tabs-tab-btn .anticon-check-circle {
  margin-right: 5px !important;
}

.errors-box {
  display: block;
}

.result-text {
  color: #273751;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
}

.errors-main {
  padding-left: 15px;
  margin-top: 15px;
}

.errors-title {
  font: normal normal normal 15px/20px Graphik;
  letter-spacing: -0.15px;
  color: #273751;
  margin: 10px 0px 5px 0 !important;
  display: block;
}

.errors-msg-box {
  background: #dfdbdb 0% 0% no-repeat padding-box;
  border-radius: 5px;
  width: max-content;
  margin-bottom: 20px;
}

.errors-msg-box .ant-alert-error {
  background-color: #fef5f5;
  border: 1px solid #fef5f5;
  border-radius: 5px;
  padding: 5px;
}

.ant-alert-content span {
  font: normal normal normal 14px/18px Graphik;
  letter-spacing: -0.14px;
  color: orange !important;
}

span.switch-label {
  line-height: 35px;
  margin-right: 15px;
}

.approval-detail {
  display: table;
}

.align-i-end {
  align-items: end;
}

.border-top {
  border-top: 1px solid #ced4da;
  padding-top: 15px;
}

.modal-height.rule-modal-popup {
  padding-left: 0;
  padding-right: 0;
}

.mlr-0 {
  margin: 0px !important;
}

.align-i-en {
  align-items: end;
}

.ant-tabs-content-holder .ant-btn .anticon.anticon-minus>svg,
.ant-tabs-content-holder .ant-btn .anticon.anticon-plus>svg {
  shape-rendering: auto;
}

.rule-modal-popup .anticon-search {
  font-size: 12px !important;
}

.testbtn {
  width: auto !important;
  margin-right: 0px !important;
  margin-left: 25px;
}

.edit-form-box .modal .input-field.input-box.slect-box input {
  height: 34px !important;
}

.drag-icon {
  margin-right: 4px !important;
}

span.innerrule_class {
  padding-left: 35px !important;
  display: table;
  width: 100% !important;
}

span.innercondition_class {
  padding-left: 48px !important;
  display: table;
  width: 100% !important;
}

.success-alert-box .ant-alert-success {
  background-color: #49c9c20f !important;
  border: 1px solid #49c9c20f !important;
  border-radius: 5px;
  width: max-content;
  margin-bottom: 15px;
}

.success-alert-box span {
  color: #49c9c2 !important;
}

.custom-color {
  color: white !important;
}

.edit-text.active:before {
  visibility: hidden;
}

.input-field.input-box.cost-input label {
  left: 38px;
}

.EmptyImg .ant-empty {
  position: relative !important;
  transform: translate(-50%, -32%) !important;
  -webkit-transform: translate(-50%, -32%) !important;
  -moz-transform: translate(-50%, -32%) !important;
  -ms-transform: translate(-50%, -32%) !important;
  -o-transform: translate(-50%, -32%) !important;
}

.ant-tabs-tab-btn {
  position: relative;
}

.error-tooltip-fieldmap {
  position: relative;
}

span.error-tooltip-fieldmap.ng-star-inserted {
  position: absolute;
  width: max-content;
  top: 117px;
  height: 17px;
  left: 17%;
  background: #ff2525;
  color: #fff;
  font-size: 12px;
  padding: 0 6px 0 6px !important;
  z-index: 9999;
  line-height: 19px;
  border-radius: 3px;
  text-align: center;
}

span.error-tooltip-fieldmap.ng-star-inserted:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 53%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ff2525 transparent transparent transparent;
}

.import-data-modal .ant-tabs-tab {
  padding: 20px 0;
}

.import-data-modal .ant-tabs-nav-list .ant-tabs-tab:nth-child(2):hover:before {
  display: block;
}

.import-data-modal .ant-tabs-nav-list .ant-tabs-tab:nth-child(2):hover:after {
  display: block;
}

.rule-modal-popup {
  padding: 15px 0px;
}

.ant-table-body {
  scrollbar-width: thin;
  scrollbar-color: #6c757d;
}

.SelectItemBox .ant-select-arrow {
  right: 22px;
  top: 5px;
}

.ParagText {
  font: normal normal normal 16px/29px Graphik;
  letter-spacing: -0.16px;
  color: #273751;
  padding: 2px 0;
}

.send-to-vendor-detail {
  padding: 0 8px;
}

.PurchaseOrderText {
  text-align: left;
  letter-spacing: -0.2px;
  color: #273751;
  font-size: 20px;
  line-height: 24px;
  border-top: 2px dashed#273751;
  font-weight: 500;
  padding: 15px 0px 15px 0px;
  margin-top: 15px !important;
}

.OrderAmountText {
  border-top: 2px dashed#273751;
  border-bottom: 2px dashed#273751;
  padding: 15px 0;
  margin-bottom: 15px;
}

.OrderAmountText h4 {
  letter-spacing: -0.17px;
  color: #273751;
  font-size: 17px;
  line-height: 25px;
  padding-bottom: 10px;
  font-weight: 500;
}

.OrderAmountText h4:last-child {
  padding-bottom: 0;
}

.ModalAttachIcon {
  margin: 15px 0;
}

.ModalAttachIcon a.attach-link {
  font-size: 15px;
  color: #1ca7ee !important;
  position: relative;
}

.ModalAttachIcon a.attach-link img {
  padding-right: 6px;
}

.ModalAttachIcon .ant-upload {
  margin-left: 0 !important;
}

.RefTitleBox a,
.RefTitleBox span {
  font-size: 15px;
}

.RefTitleBox a {
  color: #49c9c2 !important;
}

.VendorListBox {
  border-bottom: 1px solid #ccc;
  margin: 5px;
  align-items: center;
  padding: 5px 0px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.VendorListBox h5 {
  letter-spacing: -0.14px;
  color: #2c363e;
  font-size: 14px;
  font-weight: 600;
}

.AwardBtn {
  margin-right: 0px !important;
}

.VendorListBox span {
  font: normal normal normal 12px/17px Graphik;
  letter-spacing: -0.12px;
  color: #7d8c9a;
}

.AwardBtn:hover .AwardIcon {
  display: none;
}

.HoverAward {
  display: none;
}

.AwardBtn:hover .HoverAward {
  display: block;
}

.RefTitleBox {
  margin-bottom: 16px !important;
}

.purchase-box .ant-divider-vertical.leftdivid {
  height: 12px;
  border-color: #000 !important;
  margin-top: -6px !important;
}

.RefTitleBox strong {
  font-weight: 600;
  color: #000;
}

.AwardBtn {
  padding: 2px 6px !important;
  height: auto !important;
}

.AwardBtn i {
  font-size: 11px !important;
  margin-right: 3px !important;
}

.AwardBtn:hover,
.AwardBtn:active,
.AwardBtn:focus {
  color: #fff !important;
}

.vendor-title-text {
  font-size: 19px;
  padding: 4px 5px;
}

.VendorDetail span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 440px;
}

.ReadMoreDetail {
  position: relative;
  display: inline-flex;
}

a.ReadMoreBtn {
  line-height: 11px;
  font-size: 12px;
  margin-top: 4px !important;
  display: inline-block;
  position: absolute;
  right: -65px;
}

.read-more a.ReadMoreBtn {
  position: relative;
  right: -5px;
}

.border-line.leftdivid.vendor-divider {
  border-color: #000 !important;
  height: 12px !important;
  margin-top: -4px !important;
  display: inline-block !important;
}

/* .item-save-btn {
  margin-top: -14px !important;
} */

.item-save-btn {
  position: relative;
  top: -10px;
  margin-right: 12px;
  padding-right: 12px;
  z-index: 10;
}


.VendorListMainBox .office-supplies-detail-box {
  max-height: calc(100vh - 19.8em);
}

.read-more span {
  white-space: normal;
}

.AwardBtn.awarded-btn {
  background: #49c9c2 !important;
  color: #fff !important;
}

.rfqdetail .question-box .text-muted {
  width: 107px;
  min-width: 107px;
}

.rfqdetail .ant-breadcrumb-separator {
  margin: 0 1px;
}

.home-history h6.history-title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.CostText {
  white-space: nowrap;
}

.VendorDetail {
  width: 440px;
}

.VendorDetail.read-more {
  width: 500px;
}

.VendorDetail.read-more span {
  width: 500px;
}

.vendor-portal-page .email-width {
  width: 290px;
}

.vendor-portal-page .email-width {
  width: 295px !important;
}

.vendor-portal-page .phoneCLass .email-width {
  width: 200px !important;
}

.vendor-portal-page .phone-width {
  width: 90px !important;
}

@media screen and (min-width: 1920px) {
  .custom-left1 {
    left: 30px !important;
  }

  .custom-left2 {
    left: 40px !important;
  }

  .ant-table-tbody>tr>td.table-right-padding,
  .ant-table-thead>tr>th.table-right-padding {
    padding-right: 180px !important;
  }
}

@media screen and (max-width: 1899px) {
  .description-text {
    max-width: 500px;
  }

  .check-box-center h5 {
    max-width: 205px;
  }

  .ellipsis-text {
    max-width: 70px;
  }

  .tenant-modal-box {
    width: 100% !important;
  }

  .viewaccount-modal-box {
    max-width: 1010px !important;
    width: 100% !important;
  }

  .item-detailbox .attachment-text span {
    white-space: nowrap !important;
  }

  .bdr-btm {
    border-bottom: 1px solid #e7eaec;
    align-items: center;
    padding-bottom: 10px;
  }

  .offic-supplies-header .border-b {
    padding: 10px 0px 10px 0px !important;
  }

  .form-box.tenantform .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    height: 50px !important;
  }

  .form-box.tenantform .dropdown-lable {
    top: 10px !important;
    background: #fff;
    transition: all 0.2s linear;
  }

  .form-box.tenantform .dropdown-lable {
    font-size: 20px;
  }

  .form-box.tenantform .dropdown-lable.activedropdown {
    top: -15px !important;
  }

  .form-box.tenantform .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
    padding: 9px 11px !important;
    font-size: 19px;
  }

  .ant-popover-inner-content {
    white-space: nowrap;
    z-index: 111111;
    position: relative;
    margin-bottom: 2px;
  }

  .modaladdressbox {
    overflow: visible !important;
    white-space: normal;
    word-break: break-all;
  }

  .desable-label {
    background-color: transparent;
  }

  .input-field.input-box label.small-label.desable-label.activedropdown {
    background-color: #fff;
  }

  .new-address {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .vendor-portal-page .email-width {
    width: 250px !important;
  }

  .vendor-portal-page .phoneCLass .email-width {
    width: 150px !important;
  }
}

@media screen and (max-width: 1899px) {
  .desc-width {
    width: 500px !important;
  }

  .custom-left1 {
    left: 25px !important;
  }

  .custom-left2 {
    left: 35px !important;
  }

  .VendorDetail span,
  .VendorDetail {
    width: 340px;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 400px;
  }

  .box-one {
    width: 320px;
  }

  .question-box p {
    width: 115px;
    font-size: 12px;
  }

  .box-two {
    margin-left: -320px;
    padding-left: 320px;
  }

  .item-box {
    width: 45%;
  }

  .office-supplies-box {
    width: 55%;
  }
}

@media screen and (max-width: 1699px) {
  .desc-width {
    width: 430px !important;
  }

  .progress-bar {
    margin-left: -30px;
    display: block;
    width: 320px;
  }

  .custom-left1 {
    left: 20px !important;
  }

  .custom-left2 {
    left: 30px !important;
  }

  .scroll {
    height: calc(100vh - 32em);
    overflow-y: scroll;
  }

  .VendorDetail span,
  .VendorDetail {
    width: 270px;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 300px;
  }

  .read-more span {
    width: 315px;
  }

  .offic-supplies-header .form-title-text {
    width: 85%;
  }

  .attach-box {
    padding-right: 0;
    justify-content: left;
  }

  .ans-text {
    font-size: 12px;
    padding-right: 3px;
  }

  .purchase-box {
    padding: 10px 0px 7px 10px;
  }

  .attach-link {
    font-size: 12px;
  }

  .purchase-box-one {
    margin-right: 10px;
    width: 28%;
  }

  .item-box {
    width: 50%;
  }

  .office-supplies-box {
    width: 50%;
  }

  .box-three {
    width: 300px;
  }

  .item-box .search-box input {
    width: 100% !important;
  }

  .po-option-screen .ant-form-item-explain.ant-form-item-explain-error {
    position: static;
  }

  .vendorScreen .ant-picker-input>input {
    padding: 0 5px;
  }

  .venderButtonFix {
    width: calc(100% - 306px);
  }

  .item-box .search-box input {
    width: 170px !important;
  }
}

@media screen and (max-width: 1599px) {
  .desc-width {
    width: 285px !important;
  }

  .progress-bar {
    margin-left: -25px;
    display: block;
    width: 300px;
  }

  .custom-left1 {
    left: 15px !important;
  }

  .custom-left2 {
    left: 25px !important;
  }

  .VendorDetail span,
  .VendorDetail {
    width: 220px;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 300px;
  }
}

@media screen and (max-width: 1499px) {
  .desc-width {
    width: 255px !important;
  }

  .scroll {
    height: calc(100vh - 31em);
    overflow-y: scroll;
  }

  .purchase-box {
    flex-wrap: wrap;
  }

  .purchase-box-one {
    width: 32%;
    margin-right: 5px;
  }

  .form-title-text {
    font-size: 16px;
  }

  .item-box .search-box {
    width: 100%;
  }

  .purchase-btn {
    padding: 8px 7px;
  }

  .check-box-center h5 {
    font-size: 14px;
  }

  .tenantEdition .text-muted-ans {
    max-width: 110px;
    font-size: 11px;
  }

  .item-box .search-box input {
    width: 190px !important;
  }

  .arrow-icon.show:after {
    left: 15px;
    right: inherit;
  }

  .VendorDetail span,
  .VendorDetail {
    width: 170px;
  }

  .read-more span {
    width: 250px;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 250px;
  }
}

@media screen and (max-width: 1399px) {
  .desc-width {
    width: 230px !important;
  }

  .VendorDetail span,
  .VendorDetail {
    width: 250px;
  }

  read-more span {
    width: 330px;
  }

  .description-text {
    max-width: 200px;
  }

  .check-box-center p {
    font-size: 12px;
  }

  .item-detailbox {
    padding: 10px;
  }

  .history-btn span {
    background: #97a3ae;
  }

  .history-btn span {
    background: #97a3ae;
  }

  .box-three {
    display: block;
    position: fixed;
    right: -100%;
    bottom: 0;
    width: 326px;
    height: 100vh;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 999999;
    /* top: 63px; */
    overflow: auto;
  }

  .vendor-setup-history-box {
    top: 63px;
  }

  .history-btn {
    display: block;
    border: none;
    background: 0 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    position: absolute;
    right: -2px;
    top: 5px;
    background-color: #49c9c2;
    padding: 3px 4px;
    border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #49c9c2;
  }

  button.history-btn.history-close-btn {
    background-color: transparent;
  }

  .history-btn span {
    background: #a1a1a1;
    border-radius: 10px;
    height: 3px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    display: block;
  }

  .history-btn span:nth-of-type(1) {
    width: 49%;
  }

  .history-btn span:nth-of-type(2) {
    width: 100%;
  }

  .history-btn span:nth-of-type(3) {
    width: 75%;
  }

  button.history-btn.history-close-btn {
    position: relative;
    margin-right: auto;
    top: 0;
    border: 0;
  }

  .histroy-right .box-three {
    right: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  .histroy-right .history-btn span:nth-of-type(1) {
    transform-origin: bottom;
    transform: rotatez(45deg) translate(8px, -3.2px);
  }

  .histroy-right .history-btn span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
    width: 50%;
    transform: rotatez(-45deg) translate(8px, 2.7px);
  }

  .histroy-right .history-btn span:nth-of-type(3) {
    display: none;
  }

  .close-btn-box {
    background: #f7f7f7;
    border-bottom: 1px solid #d1d6dc;
    padding: 5px 0;
  }

  .history-box .fileter-left-main-box.history-main-box-right {
    max-height: calc(100vh - 13em);
    padding-bottom: 0;
    margin-bottom: 0 !important;
  }

  .close-btn-box,
  .history-btn {
    display: block;
    position: absolute;
    right: 0px;
    z-index: 101;
  }
  
  .purchase-box-one {
    width: 32.6%;
  }

  .purchase-btn {
    font-size: 12px;
  }

  .breadcrumb-main-box .search-box input {
    width: 300px !important;
  }

  .purchase-box-one {
    width: 32.6%;
  }

  .close-btn-box {
    position: relative;
  }

  .modal .input-field.input-box label,
  .input-field.input-box label.small-label {
    font-size: 13px !important;
  }

  .ant-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 1.5715;
    text-align: center;
    position: absolute !important;
  }

  .buttonscreen {
    font-size: 12px !important;
  }

  .budgetScreen .ant-btn {
    padding: 4px 8px !important;
  }

  .vendorScreen .ant-collapse-item h4 {
    white-space: nowrap;
    font-size: 13px;
  }

  .vendorScreen .ant-picker-input>input {
    font-size: 11px;
  }

  .vendorScreen .ant-picker-range-separator {
    align-items: center;
    padding: 0 3px;
    line-height: 1;
  }

  .vendorScreen .ant-picker-input>input {
    font-size: 14px;
  }

  .tenantEdition .text-muted {
    width: 100px;
    font-size: 12px;
  }

  .ant-table-thead>tr>th {
    font-size: 12px;
  }

  .venderButtonFix {
    position: fixed;
    bottom: 0;
    z-index: 111;
    width: calc(100% - 0px);
  }

  .vendorScreen .sub-box-two {
    padding-bottom: 100px;
  }

  .vendore-ellipsis {
    width: 50%;
  }

  .lg-ellipsis {
    width: 85%;
  }

  .tax-group-ellipsis {
    width: 63%;
  }

  .table-no-data .ant-empty-normal {
    top: 0 !important;
  }

  ul.purchase-header-box {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1399px) {

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 320px;
  }
}

@media screen and (max-width: 1299px) {
  .VendorDetail span {
    width: 207px;
  }

  .read-more span {
    width: 275px;
  }

  .VendorDetail span,
  .VendorDetail {
    width: 200px;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 260px;
  }
}

@media screen and (max-width: 1199px) {
  .VendorDetail span {
    width: 150px;
  }

  .read-more span {
    width: 251px;
  }

  .ant-tabs-content-holder .buttonscreen,
  .rule-modal-popup .buttonscreen {
    margin-top: 0;
  }

  .buttonscreen {
    margin-top: 15px;
  }

  #test1 .item-box .fileter-left-main-box {
    max-height: calc(100vh - 25em);
  }

  .item-box .fileter-search-box {
    width: 175px;
  }

  .vendore-ellipsis {
    width: 43%;
  }

  .uom-detail {
    width: 75%;
  }

  .quantity-ellipsis {
    width: 65%;
  }
}

@media screen and (max-width: 1099px) {
  .VendorDetail span {
    width: 270px;
  }

  .read-more span {
    width: 340px;
  }

  .edit-form-box .ant-row {
    max-height: calc(100vh - 32em) !important;
  }

  .item-box .fileter-search-box .search-with-icon {
    width: 80% !important;
  }

  .webui-popover .webui-popover-content {
    padding: 5px 5px !important;
  }

  .modal-overlay {
    z-index: 99999 !important;
  }

  .ant-modal {
    z-index: 9999999 !important;
    width: 75%;
  }

  .filter-elements,
  .filter-elements-close-btn {
    display: block;
  }

  .box-two {
    margin: 0;
    padding: 0;
  }

  .box-one {
    display: block;
    position: fixed;
    left: -106%;
    top: 0;
    bottom: 0;
    width: 340px;
    height: 100vh;
    background: #fff;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    z-index: 9999;
    top: -1px;
  }

  .filter-elements {
    display: block;
    width: 35px;
    border: none;
    background: 0 0;
    padding: 0;
    outline: 0;
    cursor: pointer;
    position: relative;
    left: 0px;
    top: 0;
    background-color: #49c9c2;
    padding: 5px;
    border-radius: 0px 5px 5px 0px;
  }

  .filter-elements span {
    background: #fff;
    border-radius: 10px;
    height: 3px;
    margin: 5px 0;
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    display: block;
  }

  .filter-elements span:nth-of-type(1) {
    width: 50%;
  }

  .filter-elements span:nth-of-type(2) {
    width: 100%;
  }

  .filter-elements span:nth-of-type(3) {
    width: 75%;
  }

  .filter .box-one {
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  .filter-elements.filter-elements-close-btn {
    position: relative;
    top: 3px;
    background: transparent;
    margin-left: auto;
  }

  .fileter-left-main-box {
    max-height: calc(100vh - 12em);
  }

  ul.purchase-header-box.purchase-header {
    padding-right: 0px;
  }

  .filter-element-mobile {
    background: #f7f7f7;
    border-bottom: 1px solid #d1d6dc;
    padding: 5px 0;
  }

  .search-box input {
    width: 260px !important;
  }

  .search-box {
    margin-right: 19px;
  }

  .input-group.search-box {
    margin-right: 40px;
  }

  .search-box .form-outline {
    width: 360px;
  }

  .search-box input {
    width: 360px !important;
  }

  .item-box .search-box input {
    width: 150px !important;
  }

  .fileter-element-box .search-box input {
    width: 100% !important;
  }

  .item-box .search-box {
    width: 250px;
  }

  .check-box-center p span {
    font-size: 12px;
  }

  #test1 .item-box .fileter-left-main-box {
    max-height: calc(100vh - 29em);
  }

  .save-btn-bottom {
    z-index: 111;
  }

  .sidebar-box {
    z-index: 111;
  }

  .close-btn-box,
  .history-btn {
    top: 0;
  }

  .history-btn {
    top: 0;
    position: absolute;
    right: 0;
    z-index: 111;
  }

  .option-side-fild input[type="file"] {
    margin-left: 0;
  }

  .po-option-screen .checkbox-text.text-with-input {
    padding-left: 0;
    margin-bottom: 10px !important;
  }

  .option-side-fild.option-side-fild-r {
    display: flex !important;
  }

  .po-option-screen .ant-upload {
    margin-left: 10px !important;
    margin-right: 5px;
  }

  .office-supplies-detail-box {
    max-height: calc(100vh - 28em);
  }

  body.histroy-right:before,
  body.filter:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(0 0 0 / 71%);
    content: "";
    z-index: 9999 !important;
  }

  .offic-supplies-header {
    padding: 9px 0px 15px 10px;
  }

  .filter .ant-tabs-tabpane .item-box .history-box {
    z-index: 99;
  }

  .filter .header-box {
    z-index: 99;
  }

  ul.purchase-header-box {
    margin-right: 10px;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 330px;
  }
}

@media screen and (max-width: 992px) {
  .VendorDetail span {
    width: 200px;
  }

  .read-more span {
    width: 260px;
  }

  th {
    width: 180px;
  }

  .vendore-ellipsis {
    width: 50%;
  }

  .save-btn {
    font-size: 13px;
  }

  .popover-box-in h5 {
    font-size: 13px;
    padding-bottom: 3px;
  }

  .popover-box-in p {
    font-size: 12px;
  }

  .ok-btn {
    padding: 2px 9px;
  }

  .ant-breadcrumb-link,
  .ant-breadcrumb a {
    font-size: 12px;
  }

  .ant-modal {
    width: 95% !important;
  }

  .red-text {
    font-size: 12px;
    line-height: 14px;
  }

  .search-box input {
    width: 250px !important;
  }

  .item-box .search-box {
    width: 180px;
  }

  .nav-box ul.navbar-nav {
    display: block !important;
  }

  .nav-box .search-box .form-outline {
    width: 300px;
    margin: 0 auto;
  }

  .nav-box .d-flex.align-items-center {
    display: block !important;
  }

  .nav-box .input-group.search-box {
    margin: 20px 0;
  }

  .nav-box .navbar-nav .dropdown-menu {
    position: relative;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: none;
    border: 0px solid #ced4da;
    right: 0 !important;
    width: 100%;
    padding: 0;
  }

  .nav-box .dropdown-main-box {
    padding: 15px 0 10px 15px;
  }

  .nav-box .dropdown-box-one {
    width: 60%;
  }

  .dropdown-box-two {
    width: 35%;
  }

  .nav-box li.nav-item {
    margin-right: 0 !important;
  }

  .nav-link {
    border-bottom: 1px solid #c1c1c1;
    padding: 8px 10px !important;
  }

  .purchase-box-one {
    width: 49%;
  }

  .purchase-three-box {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
  }

  .purchase-three-box .pr-1 {
    margin-right: 20px;
  }

  li.tab a {
    font-size: 14px !important;
    padding: 0 12px !important;
  }

  .ant-modal {
    width: 75%;
  }

  table.responsive-table thead tr th::before {
    display: none;
  }

  .title-width-search .search-box input,
  .search-with-icon {
    width: 200px !important;
  }

  .action-width {
    width: 95px;
    max-width: 95px;
    min-width: 95px;
  }

  .th-checkbox-width {
    width: 65px;
    max-width: 65px;
    min-width: 65px;
  }

  .purchase-box-one {
    width: 46.7%;
  }

  .purchase-three-box {
    display: block;
    flex-wrap: wrap;
    width: 46.7%;
  }

  .question-box p {
    width: 150px;
  }

  ul.purchase-header-box {
    justify-content: end;
  }

  .office-supplies-detail-box {
    max-height: calc(100vh - 35em);
  }

  #test1 .item-box .fileter-left-main-box {
    max-height: calc(100vh - 35em);
  }

  .tenantform .button-link {
    margin-top: 25px !important;
    font-size: 15px;
  }

  .ant-dropdown-menu.attach-file-box {
    width: 360px !important;
  }

  .vendore-ellipsis {
    width: 45%;
  }

  .ant-table-tbody>tr>td.table-right-padding,
  .ant-table-thead>tr>th.table-right-padding {
    padding-right: 40px !important;
  }

  .edit-form-box .ant-row {
    max-height: calc(100vh - 35em) !important;
  }

  .CurrencyTable .ant-table-tbody>tr>td {
    white-space: normal !important;
  }

  .CurrencyTable .ant-table-tbody>tr>td .currency-name-text {
    display: inline-block !important;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 280px;
  }
}

@media screen and (max-width: 800px) {
  .VendorDetail span {
    width: 160px;
  }

  .VendorDetail.read-more,
  .VendorDetail.read-more span {
    width: 270px;
  }
}

@media screen and (max-width: 767px) {
  .option-side-fild {
    display: block !important;
  }

  .active-menu .toggle-btn span:nth-of-type(2) {
    transform-origin: top;
    transform: rotatez(-45deg);
  }

  .active-menu .toggle-btn span:nth-of-type(3) {
    transform-origin: bottom;
    width: 50%;
    transform: translate(14px, -3px) rotatez(45deg);
  }

  .header-menu .header-right-box {
    left: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }

  .search-box {
    width: 100% !important;
  }

  .search-box input {
    width: 98% !important;
    margin: 0 auto !important;
  }

  .client-profile {
    width: 100%;
  }

  .ant-modal {
    width: 90%;
  }

  .collapsible-box .form-title-text {
    padding-right: 15px !important;
  }

  .collapsible-box .form-title-text {
    font-size: 14px;
  }

  .collapsible-box .collapsible-header {
    padding: 10px;
  }

  .table-box p.table-th-title {
    font-size: 12px;
    text-align: left;
  }

  .table-box tr.th-bg {
    width: 125px;
    padding-right: 0px !important;
  }

  .action-width {
    width: 125px;
    max-width: 125px;
    min-width: 125px;
  }

  .sidebar-box {
    width: 45px;
  }

  .sidebar-box ul li a {
    width: 30px;
    margin: 5px auto;
    height: 30px;
  }

  .full-width {
    margin-left: 0;
  }

  .d-block {
    display: block !important;
    float: none !important;
  }

  .title-width-search .search-box input {
    width: 100% !important;
    margin-bottom: 10px !important;
  }

  .d-flex:last-child button {
    float: right;
  }

  .item-box,
  .office-supplies-box {
    width: 100%;
    display: block;
  }

  .header-right-box .search-box,
  .header-right-box .dropdown-box {
    display: none;
  }

  .title-search {
    display: block !important;
  }

  .title-width-search .search-box input,
  .search-with-icon {
    width: 100% !important;
    margin-bottom: 10px;
  }

  .sidebar-box {
    display: block;
    z-index: 999999;
    left: -100%;
  }

  .box-one {
    width: 100%;
    position: relative;
    left: 0;
    height: auto;
  }

  .main-project-detail-box {
    margin-left: 0;
  }

  .fileter-left-main-box {
    max-height: calc(100vh - 13em);
  }

  .approve-icon img {
    display: none;
  }

  .fileter-left-main-box .ant-checkbox-inner {
    border-radius: 50%;
  }

  .box-three {
    right: -106%;
    width: 100%;
    top: 60px;
  }

  .fileter-left-main-box .ant-checkbox-inner {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background-color: #d7dce1;
  }

  .fileter-left-main-box .ant-checkbox-inner::after,
  .ant-tree-checkbox-inner::after {
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }

  .fileter-left-main-box .check-box-left {
    position: relative;
  }

  .text-icon {
    position: absolute;
    height: 40px;
    width: 40px;
    background: #ced4da;
    border-radius: 50%;
    top: 0;
    z-index: 1;
    align-items: center;
    display: flex;
    color: #ffffff;
    font-size: 17px;
    justify-content: center;
  }

  .text-icon.checkicon {
    display: none !important;
  }

  .filter-element-mobile {
    display: none;
  }

  .sm-space-remove {
    margin: 0;
  }

  .filter-elements {
    display: none;
  }

  .approve-icon {
    display: none;
  }

  .user-sm-space {
    margin: 0;
  }

  .budgetScreen {
    margin: 0;
  }

  .itemHome {
    display: none !important;
  }

  .purchase-box-one-home {
    display: none !important;
  }

  .mobile-tabs {
    position: fixed;
    top: 62px;
    height: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 111111;
  }

  .mobile-tabs.mobile-tabs-active {
    display: block;
  }

  .mobile-tabs .offic-supplies-header {
    padding: 0 0 0 10px;
  }

  .mobile-tabs .office-supplies-detail-box {
    max-height: calc(100vh - 4em);
  }

  .box-one-home {
    position: absolute;
  }

  .box-one.user-setup {
    z-index: -1;
  }

  .mobile-tabs .item-info {
    display: block;
  }

  .mobile-tabs .item-info {
    padding-left: 31px;
  }

  .mobile-tabs #test1 .item-box .fileter-left-main-box {
    max-height: calc(100vh - 15em);
  }

  .mobile-tabs .fileter-left-main-box .ant-checkbox-inner {
    width: 20px !important;
    height: 20px !important;
    border-radius: 5px !important;
    background-color: transparent;
    border: 1px solid #7d8c9a;
  }

  .mobile-tabs .item-info .check-box-center {
    width: 100%;
  }

  .mobile-tabs .item-box .purchase-btn,
  .office-btn .purchase-btn {
    padding: 6px 6px;
    width: 30px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }

  .input-field.input-box.pr-option-select {
    margin-left: 0;
  }

  .history-btn {
    top: 9px;
    color: #fff !important;
    padding: 3px 6px;
    display: flex;
    align-items: center;
    font-size: 15px !important;
    right: 12px;
    border-radius: 5px;
  }

  .history-box .fileter-left-main-box.history-main-box-right {
    max-height: calc(100vh - 10em);
  }

  body.histroy-right:before,
  body.filter:before {
    display: none !important;
  }

  .mobile-tabs .purchase-header-box.purchase-header {
    padding-right: 0px;
    position: fixed;
    margin: auto;
    background: #fff;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 15%);
    padding: 15px 10px;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .purchase-btn {
    padding: 10px 7px;
    margin-right: 10px;
  }

  .pb {
    padding: 8px 0;
    margin-bottom: 0;
  }

  .mobile-tabs .close-btn-box {
    display: none !important;
  }

  .edit-form-box {
    position: absolute;
    top: 64px;
    background: #ffffff;
  }

  .edit-form-box .right-side-icon {
    float: right;
    display: table-cell;
    align-items: center;
    display: flex;
    position: relative;
    top: 0px;
    background: #f7f7f7;
    height: 35px;
    right: 2px;
    padding: 0 29px;
    border: 1px solid #e7eaec;
  }

  .edit-form-box .form-input-width {
    width: 85% !important;
    margin-right: 0;
  }

  .close-btn-box {
    display: none !important;
  }

  .history-main-box-right {
    margin: 10px 0px 0 5px;
  }

  .mobile-tabs .item-details-tabs .border-b {
    border-bottom: 1px solid #e7eaec;
  }

  .box-three {
    right: -106%;
  }

  .box-three.box-three-active {
    right: 0;
  }

  .ant-modal-content {
    position: fixed !important;
    background-color: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    pointer-events: auto !important;
    width: 100% !important;
    padding: 0 !important;
    top: 60px;
    left: 0;
    box-shadow: 0 0 0 !important;
    height: 100%;
  }

  .mobile-tabs .maximum-mb {
    text-align: center;
    font: normal normal normal 13px/17px Graphik;
    letter-spacing: -0.13px;
    color: #7d8c9a;
    margin: 7px 0 20px 0 !important;
    text-align: left;
    padding-left: 10px;
  }

  .attach-mobile .ui-elements {
    padding-left: 10px;
  }

  .attach-mobile .file-upload-btn span {
    padding: 5px 10px;
    color: #1c88e1;
  }

  .ant-empty {
    margin: 0 8px;
    font-size: 14px;
    line-height: 1.5715;
    text-align: center;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, 0%) !important;
    padding: 10px 0 !important;
  }

  .box-two {
    display: block;
  }

  .ant-empty {
    padding-top: 100px !important;
  }

  .box-three {
    display: block !important;
  }

  .ant-select-dropdown .ant-empty-small {
    top: 0px !important;
    padding-top: 0px !important;
  }

  .box-one {
    z-index: 999;
  }

  .header-box {
    z-index: 99;
  }

  .tenantEdition {
    margin-left: 0 !important;
  }

  .logout-box .viewaccount {
    font-size: 12px;
  }

  .logout-box .signout {
    font-size: 12px;
  }

  .logout-box p.user {
    font-size: 12px;
  }

  .mobile-tabs .offic-supplies-header {
    padding: 9px 10px 15px 10px;
    display: block;
  }

  .vendorPortalHomeScreen .box-one-home {
    position: inherit;
  }
}

@media screen and (max-width: 601px) {
  .ngx-pagination.responsive .small-screen {
    display: none !important;
  }

  .ngx-pagination.responsive li:not(.small-screen):not(.pagination-previous):not(.pagination-next) {
    display: inline-block !important;
  }

  .pagination ul li {
    margin-bottom: 7px !important;
  }

  .header-box {
    padding: 12px 10px;
  }

  .logo-img {
    width: 150px;
    height: auto;
    display: block;
    padding-top: 5px;
  }

  .form-box {
    padding: 10px 15px 33px 15px;
  }
}

@media screen and (max-width: 576px) {
  .mobile-margin {
    margin-bottom: 15px !important;
  }

  .topmr {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-box.tenantform {
    height: 300px;
    margin-top: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -58%);
    z-index: 1;
  }
}

.logout-box p.client-name.user {
  text-transform: capitalize;
}

@media (max-height: 37rem) {
  .ant-table-body {
    max-height: calc(100vh - 20em) !important;
  }

  .page-height-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 10em);
    padding-right: 8px;
    padding-bottom: 60px;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
  }

  .page-height-scroll::-webkit-scrollbar {
    width: 8px;
    display: block;
  }

  .page-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .page-height-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
  }

  .page-height-scroll::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }

  .left-border {
    max-height: calc(100vh - 27vh);
  }
}

@media (max-height: 60rem) {
  .tenantEdition-form .ant-table-body {
    max-height: calc(100vh - 20em) !important;
  }

  .tenantEdition-form.page-height-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 10em);
    padding-right: 8px;
    padding-bottom: 60px;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
  }

  .tenantEdition-form.page-height-scroll::-webkit-scrollbar {
    width: 8px;
    display: block;
  }

  .tenantEdition-form.page-height-scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
  }

  .tenantEdition-form.page-height-scroll::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
  }

  .tenantEdition-form.page-height-scroll::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
  }
}

.received-qty-input {
  width: auto !important;
  margin-bottom: 15px !important;
}

.receive-items-modal {
  max-height: calc(100vh - 35em);
  overflow-y: auto;
  padding-right: 5px;
  margin-bottom: 5px;
}

.asset-number-text {
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 5px;
  padding-right: 10px;
}

.received-qty-footer-border {
  border-color: #ccc !important;
  margin-left: -13px;
  margin-right: -14px;
}