a,
a:hover,
a:active {
  text-decoration: none;
}

a,
.pointers,
button,
.sidebartext p,
#triggerClick,
.trList,
.point {
  cursor: pointer;
}
.pointers {
  cursor: pointer;
}

.regFont {
  font-family: ProximaNova !important;
}
.lightFont {
  font-family: ProximaNovaLight !important;
}
.medFont {
  font-family: ProximaNovaMed !important;
}
.boldFont {
  font-family: ProximaNovaBold !important;
}
.xBoldFont {
  font-family: ProximaNovaXBold !important;
}

.textCenter {
  text-align: center !important;
}

/* font sizes */

.font-11 {
  font-size: 11px !important;
}
.font-12 {
  font-size: 12px !important;
}
.font-13 {
  font-size: 13px !important;
}
.font-14 {
  font-size: 14px !important;
}
.font-15 {
  font-size: 15px !important;
}
.font-16 {
  font-size: 16px !important;
}
.font-17 {
  font-size: 17px !important;
}
.font-18 {
  font-size: 18px !important;
}
.font-19 {
  font-size: 19px !important;
}
.font-20 {
  font-size: 20px !important;
}
.font-21 {
  font-size: 21px !important;
}
.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}
.font-24 {
  font-size: 24px !important;
}
.white {
  color: white;
}

body {
}
.sp {
  /* margin-top: -25px; */
}
.new-dashboard {
  padding-left: 120px !important;
  background-color: #f5f6fa;
  min-height: calc(100vh - 80px);
}
.knowMoreButton {
  outline: none !important;
  border: none;
  background-color: #ff7a06;
  border-radius: 4px;
  color: white;
  padding-right: 4%;
  padding-left: 4%;
  padding: 2% 4% 2% 4%;
  font-size: 0.7rem;
}

.knowMoreButton:active {
  background-color: #dd6700;
}

.knowMoreButton:hover {
  background-color: #ff8c27;
}

.knowMore {
  margin: -4% 25%;
  padding-bottom: 10%;
}
#knowMoreSection {
  background: url('/assets/images/KnowMore_bg.png');
  background-size: 100% 100%;
}
.heading-font {
  font-size: 0.8rem;
}
.sub-heading-font {
  font-size: 0.7rem;
}
.orange {
  color: #ff8600 !important;
}

.bg-orange {
  background-color: #ff7a06 !important;
}

.bg-white {
  background-color: white;
}
.col-md-3point5 {
  /* margin-left: 10px; */
  width: 31.75%;
}
.msg-text {
  font-size: 0.8rem;
}
.new-message {
  border: 1px solid rgb(235, 104, 104);
  background: rgb(247, 75, 75);
  color: white;
  padding: 0.6% 2% 0.6% 2%;
  border-radius: 3px;
  font-size: 0.5rem;
}
.time-text {
  font-size: 0.7rem;
}
.quickLinks-text {
  font-size: 0.7rem;
}

.firstRowKnowMore {
  overflow: auto;
}
.firstRowKnowMore::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  #knowMoreModal {
    margin-top: -11vh;
  }
  .modal-xl {
    width: 90%;
    max-width: 1250px;
  }
}
@media (max-width: 1296px) {
  #pills-tab li a {
    font-size: 0.7rem;
    padding: 2vh 1.2vw !important;
  }
}
#pills-tab {
  border: 4px solid white;
}

.knowMoreContent {
  height: 80vh;
  /* overflow: auto; */
}
#modal-tab-heading {
  padding-top: 5vh;
}
.modal-para {
  font-size: 12px;
  font-weight: 500;
  /* height: 12vh; */
}
.modal-para-network {
  font-size: 12px;
  font-weight: 500;
}
.network-main-para {
  height: 52vh !important;
}
.modal-heading-2 {
  font-weight: 550;
  font-size: 1.2rem;
}
.modal-header {
  border: none;
}
.header-border-bottom {
  border-bottom: 1px solid #dadada;
}
.tell_about_network {
  background-color: white !important;
  border: 1px solid #ff8800 !important;
  color: #ff8800 !important;
  border-radius: 0.4rem;
  background: url(/assets/images/buyerDashboard/knowmore_popup_email.png);
  background-size: 26px 26px;
  background-position: right 2px top 4.4px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  /* font-weight: bold; */
  /* font-family: ProximaNovaBold; */
  margin-top: 10vh;
  padding: 3% 12% 3% 3%;
  text-decoration: none;
}

.tell_about {
  background-color: white !important;
  border: 1px solid #ff8800 !important;
  color: #ff8800 !important;
  border-radius: 0.4rem;
  background: url(/assets/images/buyerDashboard/knowmore_popup_pen.png);
  background-size: 26px 26px;
  background-position: right 2px top 4.4px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  /* font-weight: bold; */
  /* font-family: ProximaNovaBold; */
  padding: 3% 12% 3% 3%;
  text-decoration: none;
}
/* #fulfillment::after
{
    content: '';
    height: 100%;
    width: 1px;

    position: absolute;
    left: 110%;
    right: 0;
    top: 0;

    background-color: #000000;
} */
/* .nav
{
    justify-content: space-between;
}
.nav li a
{
    background-color: white;
    box-sizing: border-box;
    font-size: 0.7rem;

}
li:active
{
    background-color: #FF8600;
    color: white;
} */
.nav-tabs {
  border: none;
}
.tab-content {
  color: #fff;
  padding: 5px;
}
.nav-tabs > li > a {
  border: medium none;
}
.nav-tabs > li:hover {
  background-color: #ff8600 !important;
  /* border: medium none; */
  border-radius: 3px;
  color: #fff !important;
}
.nav-tabs > li a:hover {
  color: white;
}
.nav-tabs > li > a {
  color: black;
  /* background-color: white; */
  font-size: 0.7rem;
}
.nav-tabs > li {
  /* background-color:#FF8600 !important;  */
  padding: 5px;
}
#pills-tab {
  width: fit-content;
  background-color: white;
  border-radius: 6px;
}
#pills-tab li a {
  font-size: 0.8rem;
  padding: 0.3rem 1.9rem;
  color: black;
}
.nav-pills .nav-link.active {
  background-color: #ff7a06;
}

.tab-content {
  color: black !important;
}

.nav {
  justify-content: space-between;
}
.nav-tabs li {
  color: none;
  border: 2px solid white;
  font-size: 0.7rem;
}

/* View Quote/Project Table */
table .viewQuote {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.viewQuote thead td:first-child {
  font-size: 12px;
  padding: 3px 0px 3px 16px;
}
.viewQuote thead td {
  font-size: 12px;
}

.viewQuote thead td:nth-child(1),
.viewQuote tbody td:nth-child(1) {
  width: 15%;
}
.viewQuote thead td:nth-child(2),
.viewQuote tbody td:nth-child(2) {
  width: 20%;
}
.viewQuote thead td:nth-child(3),
.viewQuote tbody td:nth-child(3) {
  width: 35%;
}
.viewQuote thead td:nth-child(4),
.viewQuote tbody td:nth-child(4) {
  width: 30%;
}
.viewQuote tbody tr {
  text-align: left;
  font-size: 12px;
  color: hsl(0, 0%, 21%);
  border-radius: 4px;
}
.buyerSideBody tr:hover {
  background-color: #dcdcdc !important;
}
.buyerSide td:nth-child(1),
.buyerSideBody td:nth-child(1) {
  width: 20% !important;
}
.buyerSide td:nth-child(2),
.buyerSideBody td:nth-child(2) {
  width: 20% !important;
}
.buyerSide td:nth-child(3),
.buyerSideBody td:nth-child(3) {
  width: 35% !important;
}
.buyerSide td:nth-child(4),
.buyerSideBody td:nth-child(4) {
  width: 25% !important;
}

.viewQuote tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
  border-top: 1px solid #e3e3e38e;
  border-bottom: 1px solid #e3e3e37c;
}
.viewQuote tbody tr td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

/* .viewQuote tbody tr:nth-child(odd) td {
  padding-top: 20px;
  padding-bottom: 20px;
} */

/* .viewQuote tbody tr:nth-child(even) td {
  padding-top: 20px;
  padding-bottom: 20px;
}
 */
.quoteSubmit:focus {
  outline: 0;
}

.viewQuote tbody td:first-child,
.viewQuote thead td:first-child {
  border-radius: 5px 0px 0px 5px;
}
.viewQuote tbody td:last-child,
.viewQuote thead td:last-child {
  border-radius: 0px 5px 5px 0px;
}

/* Recent Quotes */
/* .boldFont {
  font-family: ProximaNovaBold;
} */
/*recent Project */
table .viewProject {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.viewProject thead td:first-child {
  font-size: 12px;
  padding: 3px 0px 3px 16px;
}
.viewProject thead td {
  font-size: 12px;
}

.viewProject thead td:nth-child(1),
.viewProject tbody td:nth-child(1) {
  width: 15%;
}
.viewProject thead td:nth-child(2),
.viewProject tbody td:nth-child(2) {
  width: 20%;
}
.viewProject thead td:nth-child(3),
.viewProject tbody td:nth-child(3) {
  width: 35%;
}
.viewProject thead td:nth-child(4),
.viewProject tbody td:nth-child(4) {
  width: 30%;
}
.viewProject tbody tr {
  text-align: left;
  font-size: 12px;
  color: hsl(0, 0%, 21%);
  border-radius: 4px;
}

.viewProject tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
  border-top: 1px solid #e3e3e38e;
  border-bottom: 1px solid #e3e3e37c;
}
.viewProject tbody tr td {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

.viewProject tbody td:first-child,
.viewProject thead td:first-child {
  border-radius: 5px 0px 0px 5px;
}
.viewProject tbody td:last-child,
.viewProject thead td:last-child {
  border-radius: 0px 5px 5px 0px;
}

.circle {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
}

.quickLinkBack {
  /* border: 5px solid white; */
  border-radius: 8px;
  background: url('/assets/Dashboard/QL_Rectangle.png') no-repeat left top;
  /* background-repeat: no-repeat;
 background-position: left top; */
  background-size: 100% 100%;
  /* background-repeat: no-repeat; */
  /* background-position: center; */
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}
.quickLinkBack:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.pill-card {
  border-radius: 8px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}
.pill-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.pill-card2 {
  border-radius: 4px !important;
}

/* List Details  */
.listDetailsTab {
  font-family: ProximaNovaBold;
  font-size: 0.8rem;
  font-weight: 400;
  color: #d1d0ce !important;
}

/* Inventory  */
.monthFilter {
  background-color: #f3f3f3;
  border: none;
}

input:focus,
.monthFilter {
  outline: none;
}

.navbar {
  height: 8vh !important;
}

/* Header  */

.newListBtn {
  background-color: #ff8800 !important;
  color: white !important;
  border: none !important;
  border: 2px solid #ff7a06 !important;
}

@media only screen and (min-width: 1920px) {
  .navbar {
    height: 5vh !important;
  }
}

/* ── Laptop screens only (992px–1280px) ── */
@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .main-div,
  .new-dashboard {
    /* Keep dashboard content clear of fixed footer on laptop screens */
    padding-bottom: 88px !important;
  }
  .container-fluid.new-dashboard {
    padding-bottom: 0px !important;
  }

  .navbar > .container-fluid {
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding-right: 10px !important;
  }

  .logoImage {
    width: 170px !important;
    height: auto !important;
    padding-right: 10px !important;
  }
  /* == NAVBAR == */

  /* Root cause fix: col-lg-12 sets flex:0 0 100% which overflows past the logo.
     Switch to flex:1 1 auto so the content div fills only the remaining space. */
  .topBar.dashboard-middle {
    max-width: none !important;
    width: auto !important;
    min-width: 0 !important;
    padding-left: 12px !important;
    padding-right: 150px !important;
  }

  /* Salutation: smaller font, no wrap */
  .salutation-text {
    font-size: 14px !important;
    white-space: nowrap;
    margin-bottom: 0 !important;
  }

  /* Buttons group: pull away from viewport edge */
  .navbar-action-group {
    margin-right: 0 !important;
    margin-left: 12px !important;
    flex-shrink: 0;
  }

  /* Reduce oversized spacing between button spans */
  .navbar-action-group .mx-5 {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .navbar-action-group .ml-5 {
    margin-left: 6px !important;
  }
  .navbar-action-group .mx-3 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .navbar-action-group .ml-2,
  .navbar-action-group .mr-2 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }

  /* New Listing: fix width:140% overflow, shrink font & padding */
  .navbar-action-group .newListActiveState {
    width: auto !important;
    min-width: 0 !important;
    font-size: 0.68rem !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    padding: 3px 8px 3px 20px !important;
    background-size: 11px 11px !important;
    background-position: left 5px center !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
  }

  /* Update Payment / Get Paid */
  .navbar-action-group .updatePayment {
    font-size: 0.68rem !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    padding: 3px 8px !important;
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* Help button */
  .navbar-action-group .newStyleForHelp {
    font-size: 0.68rem !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    padding: 3px 8px !important;
    min-height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  /* New Project button (buyer dashboard) */
  .navbar-action-group .newStyleForNewProject {
    font-size: 0.68rem !important;
    letter-spacing: 0 !important;
    line-height: 1 !important;
    padding-top: 3px !important;
    padding-bottom: 3px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
  }

  /* Tighten any remaining px-4 buttons */
  .navbar-action-group .px-4 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .navbar-action-group .align-items-center {
    gap: 2px;
  }
  .logoutDiv {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 28px !important;
  }
  .logoutDiv > a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 100% !important;
  }
  .logoutDiv > a > span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .logoutDiv > a > span > img {
    margin-top: 0 !important;
  }
  .new-dashboard > .row:not(.main-row):not(.tileView) {
    display: grid !important;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto auto;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* Row 1 left */
  .new-dashboard > .row:not(.main-row):not(.tileView) > .col-lg-3 {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
    max-width: none !important;
    flex: none !important;
  }
  /* Row 1 right */
  .new-dashboard > .row:not(.main-row):not(.tileView) > .col-lg-5 {
    grid-column: 2;
    grid-row: 1;
    max-width: none !important;
    flex: none !important;
  }
  /* Row 2: spans full width */
  .new-dashboard > .row:not(.main-row):not(.tileView) > .col-lg-4 {
    grid-column: 1 / 3;
    grid-row: 2;
    max-width: none !important;
    flex: none !important;
    margin-left: 0 !important;
    padding: 0 3px !important;
  }
  /* Inside row 2: RECENT MESSAGES and QUICK LINKS side by side */
  .new-dashboard > .row:not(.main-row):not(.tileView) > .col-lg-4 > .px-3 {
    display: flex !important;
    gap: 16px;
    align-items: flex-start;
    padding: 15px 0 0 !important;
  }
  .new-dashboard
    > .row:not(.main-row):not(.tileView)
    > .col-lg-4
    > .px-3
    > .row {
    flex: 1 1 0% !important;
    min-width: 0;
    margin: 0 !important;
  }
  .new-dashboard
    > .row:not(.main-row):not(.tileView)
    > .col-lg-4
    > .px-3
    > .row:last-child {
    margin-bottom: 0 !important;
  }
  /* Invoice empty state: inline height:455px → shrink for laptop */
  .new-dashboard .recentInvoiceBlock .row .col-12 > div:only-child {
    min-height: 200px !important;
  }
}
/* Side bar  */
.sidebar {
  z-index: 9999 !important;
}

.sp {
  margin-top: -22px;
}
.new-dashboard {
  padding-left: 110px !important;
}
.newListActiveState {
  background-color: #ff7a06 !important;
  border: 2px solid #ff7a06 !important;
  color: white;
  border-radius: 0.4rem;
  width: 140%;
  background: url(/assets/images/listing/add.png);
  background-size: 16px 16px;
  background-position: left 5px top 5px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3% 2% 4% 9%;
  outline: none;
  /*margin-right: 3%;*/
}

.newListActiveState:active {
  border: 2px solid #ff7a06 !important;
  background-color: #dd6700 !important;
}

.newListActiveState:hover {
  background-color: #ff8c27 !important;
  border: 2px solid #ff7a06 !important;
}

#newTicket {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white !important;
  border-radius: 0.4rem !important;
  width: 145% !important;
  background: url(/assets/images/listing/add.png) !important;
  background-size: 18px 18px !important;
  background-position: left 5px top 4px !important;
  background-repeat: no-repeat !important;
  font-size: 11px !important;
  font-weight: bold !important;
  padding: 5% 2% 2% 14px !important;
  background-color: #ff8800 !important;
  outline: none;
  /*margin-right: 3%;*/
}

.ssButton {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white !important;
  border-radius: 0.4rem !important;
  width: 145% !important;
  background: url(/assets/images/listing/add.png) !important;
  background-size: 18px 18px !important;
  background-position: left 5px top 4px !important;
  background-repeat: no-repeat !important;
  font-size: 11px !important;
  font-weight: bold !important;
  padding: 5% 2% 2% 14px !important;
  background-color: #ff8800 !important;
  outline: none;
  /*margin-right: 3%;*/
}

#multipleArchive {
  border: 2px solid #ff7a06 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 145% !important;
  background: url(/assets/images/archive.png);
  background-size: 18px 18px !important;
  background-position: left 5px top 4px !important;
  background-repeat: no-repeat;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 12%;*/
  padding: 4% 4% 2% 30px !important;
  background-color: #ff7a06 !important;
  outline: none;

  margin-right: 0%;
}

#multipleArchive:hover {
  background-color: #ff8c27 !important;
}

#multipleArchive:active {
  background-color: #dd6700 !important;
}

.multipleArchive {
  border: 2px solid #ff7a06 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 145% !important;
  background: url(/assets/images/archive.png);
  background-size: 18px 18px !important;
  background-position: left 5px top 4px !important;
  background-repeat: no-repeat;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 12%;*/
  padding: 4% 4% 2% 30px !important;
  background-color: #ff7a06 !important;
  outline: none;

  /*margin-right: 3%;*/
  margin-right: 0;
}

.multipleArchive:hover {
  background-color: #ff8c27 !important;
}

.multipleArchive:active {
  background-color: #dd6700 !important;
}

#addNew.warning {
  background-color: #ff7a06 !important;
  border: 2px solid #ff7a06 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 100% !important;
  background: url(/assets/images/listing/add.png);
  background-size: 18px 18px !important;
  background-position: left 8px top 8px !important;
  background-repeat: no-repeat;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 12%;*/
  padding: 6% 0% 5% 33px !important;
  background-color: #ff7a06 !important;
  outline: none;

  /*margin-right: 3%;*/
  margin-right: 0;
}

#addNew.warning:hover {
  background-color: #ff8c27 !important;
}

#addNew.warning:active {
  background-color: #dd6700 !important;
}

.publish#addNew {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 100% !important;
  background: url(/assets/images/listing/add.png);
  background-size: 18px 18px !important;
  background-position: left 5px top 8px !important;
  background-repeat: no-repeat;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 12%;*/
  padding: 5% 8% 2% 30px !important;
  background-color: #ff8800 !important;
  outline: none;

  /*margin-right: 3%;*/
  margin-right: 0;
}

.cancel.profile {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 145% !important;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 4% 2% 33px;*/
  padding: 2% 4% 2% 20px;
  background: url(/assets/images/listing/cancel.png);
  background-size: 20px 20px !important;
  background-position: left 5px top 3px !important;
  background-repeat: no-repeat;

  background-color: #ff8800 !important;
  outline: none;

  /*margin-right: 3%;*/
  margin-right: 0;
}

#saveBtn.warning {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 145% !important;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 33px;*/
  padding: 2% 4% 2% 20px;
  background: url(/assets/images/listing/add.png);
  background-size: 20px 20px !important;
  background-position: left 5px top 3px !important;
  background-repeat: no-repeat;

  background-color: #ff8800 !important;
  outline: none;

  /*margin-right: 3%;*/
  margin-right: 0;
}

.verify.payment {
  color: white;
  border-radius: 0.4rem !important;
  width: 100% !important;
  background: url(/assets/images/listing/add.png);
  background-size: 18px 18px !important;
  background-position: left 5px top 9px !important;
  background-repeat: no-repeat;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 12%;*/
  padding: 4% 8% 2% 30px !important;
  outline: none;
  background-color: #ff7a06;
  border: 2px solid #ff7a06 !important;

  /*margin-right: 3%;*/
  margin-right: 0;
}

.verify.payment:active {
  background-color: #dd6700 !important;
}

.verify.payment:hover {
  background-color: #ff8c27 !important;
}

.update.payment {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 100% !important;
  background: url(/assets/images/listing/add.png);
  background-size: 18px 18px !important;
  background-position: left 5px top 9px !important;
  background-repeat: no-repeat;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 12%;*/
  padding: 3% 8% 3% 30px !important;
  background-color: #ff8800 !important;
  outline: none;

  /*margin-right: 3%;*/
  margin-right: 0;
}

#contractBtn {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 100% !important;
  background: url(/assets/images/listing/tutorial.png);
  background-size: 18px 18px !important;
  background-position: left 5px top 6px !important;
  background-repeat: no-repeat;
  font-size: 14px !important;
  font-weight: bold;
  /*padding: 2% 9% 2% 12%;*/
  padding: 5% 8% 2% 30px !important;
  background-color: #ff8800 !important;
  outline: none;

  /*margin-right: 3%;*/
  margin-right: 0;
}

#profile,
#help,
#dp {
  cursor: pointer;
}

.dashboard-middle {
  width: 90%;
}

.topBar {
  /* padding-top:0; */
  display: inline-block;
}

@media (max-width: 770px) {
  .topBar {
    padding-top: 0;
    display: inline;
  }
}
@media (max-width: 440px) {
  .newListActiveState {
    background-color: #ff7a06 !important;
    border: 2px solid #ff7a06 !important;
    color: white;
    border-radius: 0.4rem;
    width: 150%;
    background: none;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 2% 2% 2% 0%;
  }

  #newTicket {
    background-color: #ff8800 !important;
    border: 2px solid #ff8800 !important;
    color: white !important;
    border-radius: 0.4rem !important;
    width: 150% !important;
    background: none !important;
    font-size: 0.9rem !important;
    font-weight: bold !important;
    padding: 2% 2% 2% 0% !important;
    background-color: #ff8800 !important;
  }
}

@media (max-width: 410px) {
  .newListActiveState {
    background-color: #ff7a06 !important;
    /* border: 2px solid #ff8800 !important; */
    width: 200%;
  }
}

.logoImage {
  /*width: 60px;
  height: 60px;*/
  /*width: 45px;
  height: 45px;*/
  /* margin-left: -10px !important; */
  /* border:1px solid red; */
  width: 171px;
  height: 25px;
  /* margin-left: -10px !important; */
  /* border: 1px solid red; */
  padding-right: 14px;
}
/* 
@media (max-width: 991px) {
  .logoImage {
    height: 8vh !important;
    width: 63px !important;
    margin-left: 12px !important;
  }
}

@media (max-width: 576px) {
  .logoImage {
    height: 8vh !important;
    width: 55px !important;
    margin-left: 2px !important;
  }
} */

.navbar {
  height: 8vh !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/* provider */

.myListingBlock {
  height: 130px;
}

.recentInvoiceBlock {
  height: 550px;
  overflow-y: auto;
}

.viewQuote {
  height: auto;
}

.inventrySummaryBlock {
  height: 300px !important;
}

.chatSectionBlock {
  min-height: 225px;
  overflow: auto;
}

.chatSectionBlock::-webkit-scrollbar {
  display: none;
}

.quickLinksBlock {
  min-height: 280px;
  overflow: hidden;
}

.recentProjectBuyer {
  height: 700px;
  overflow-y: auto;
}
.recentProjectProvider {
  height: 700px;
  overflow-y: auto;
}

/* .recentProjectBuyer::-webkit-scrollbar{
  display: none;
} */

@media (max-width: 1250px) {
  .myListingBlock {
    /*overflow: scroll;*/
  }

  .recentInvoiceBlock {
    overflow: scroll;
  }

  .viewQuote {
    overflow: scroll;
  }
  .viewProject {
    overflow: scroll;
  }

  .inventrySummaryBlock {
    overflow: scroll;
  }

  .chatSectionBlock {
    overflow: scroll;
  }
  .quickLinksBlock {
    overflow: scroll;
  }

  .project-table {
    overflow: hidden;
  }
}

@media (max-width: 991.5px) {
  .recentProjects {
    width: 100% !important;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }

  .inventrySummaryBlock {
    height: 400px !important;
  }
}

/* buyer */

.knowmoreBlock {
  height: 135px !important;
}

.recentInvoiceBuyer {
  height: 540px;
  overflow-y: auto;
}
.noproject {
  background: white;
  padding: 0;
}
@media (max-width: 1250px) {
  .knowmoreBlock {
    /*overflow: scroll;*/
  }

  .recentInvoiceBuyer {
    overflow: auto;
  }
  .buyer-mainDiv .dataTables_wrapper .dataTables_length,
  .buyer-mainDiv .dataTables_wrapper .dataTables_filter {
    margin-right: -2%;
  }
  .buyer-mainDiv .dataTables_wrapper .dataTables_filter input {
    width: 225px !important;
  }
}
@media (max-width: 1280px) {
  .knowmoreBlock div span {
    font-size: 13px !important;
  }
}
@media (max-width: 1200px) {
  .knowmoreBlock div {
    padding-left: 15px !important;
  }
  .knowmoreBlock div span {
    font-size: 11px !important;
  }
  .knowmoreBlock div img {
    height: 28px !important;
    width: 45px !important;
  }
  .project-section {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .buyerSide tr td {
    font-size: 9px !important;
  }
  .buyerSideBody tr td {
    font-size: 9px !important;
  }
  .buyerSideBody td:nth-child(1) {
    width: 21% !important;
  }
  .buyerSideBody tr td span {
    font-size: 9px !important;
  }
  .viewQuote thead td:first-child {
    padding-left: 3px !important;
  }
  .viewProject thead td:first-child {
    padding-left: 3px !important;
  }

  .myListingBlock div div:last-child div .boldFont {
    font-size: 160% !important;
  }
  .recentProjectProvider .viewQuote thead tr td {
    font-size: 10px !important;
  }
  .recentProjectProvider .viewQuote thead td:nth-child(2),
  .recentProjectProvider .viewQuote tbody td:nth-child(2) {
    width: 18% !important;
  }
  .recentProjectProvider .viewQuote thead td:nth-child(3),
  .recentProjectProvider .viewQuote tbody td:nth-child(3) {
    width: 40% !important;
  }
  .recentProjectProvider .viewQuote thead td:first-child {
    padding-left: 10px !important;
  }
  .recentProjectProvider .viewQuote tbody tr {
    font-size: 10px !important;
  }
  .recentProjectProvider .viewQuote tbody tr td span {
    font-size: 10px !important;
  }
  .filterImage {
    margin-top: 21px !important;
  }
  .recentProjectBuyer {
    overflow-y: auto;
  }
  .messageBuyer .quickLinkBack div:first-child {
    margin-top: 22px !important;
  }
  .messageBuyer .quickLinkBack .quickLinks-text strong {
    line-height: 0 !important;
  }
  .inboxTable .dataTables_scrollBody {
    font-size: 14px !important;
  }
  .status h6 {
    font-size: 14px !important;
  }
  .buyer-mainDiv .dataTables_wrapper .dataTables_filter {
    margin-right: -3% !important;
  }
  .e-font {
    font-size: 18px !important;
  }
  .zp-0 {
    padding-left: 0 !important;
  }
  .zp-0 div:nth-child(2) {
    font-size: 12px !important;
    padding-left: 10px;
  }
  .zp-0 p:nth-child(2) {
    font-size: 12px !important;
    padding-left: 10px !important;
  }
  .new-dashboard .chatSectionBlock .msg-text {
    font-size: 10px !important;
  }
  .s-font {
    font-size: 10px !important;
  }
  .s-round {
    width: 28px !important;
    height: 28px !important;
  }
  .font-s {
    font-size: 12px !important;
  }
}

@media (max-width: 991.5px) {
  .recentProjectBuyer {
    margin-top: 20px !important;
  }

  .messageBuyer {
    margin-top: 20px;
  }
}

@media (max-width: 1145px) {
  .tell_about_network {
    background-color: white !important;
    border: 1px solid #ff8800 !important;
    color: #ff8800 !important;
    border-radius: 0.4rem;
    background: white !important;
    font-size: 0.8rem;
    /* font-weight: bold; */
    /* font-family: ProximaNovaBold; */
    margin-top: 10vh;
    padding: 3% 3% 3% 3%;
    text-decoration: none;
  }

  .tell_about {
    background-color: white !important;
    border: 1px solid #ff8800 !important;
    color: #ff8800 !important;
    border-radius: 0.4rem;
    background: none;
    font-size: 0.8rem;
    /* font-weight: bold; */
    /* font-family: ProximaNovaBold; */
    padding: 3% 3% 3% 3%;
    text-decoration: none;
  }
}

.tutorial.listingTut {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem;
  width: 140%;
  background: url(/assets/images/listing/tutorial.png);
  background-size: 16px 16px;
  background-position: left 5px top 4px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4% 3% 2% 25px;
  outline: none;
  background-color: #ff8800 !important;
}

.newlist.listingSummary {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem;
  width: 140%;
  background: url(/assets/images/listing/add.png);
  background-size: 16px 16px;
  background-position: left 5px top 4px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4% 3% 2% 25px;
  outline: none;
  background-color: #ff8800 !important;
}

.addNewInvoice {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem;
  width: 140% !important;
  background: url(/assets/images/listing/add.png);
  background-size: 20px 20px !important;
  background-position: left 5px top 4px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3% 3% 2% 8px !important;
  outline: none;
  background-color: #ff8800 !important;
}

.manageInvoicePayment {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem;
  width: 140% !important;

  background-size: 20px 20px !important;
  background-position: left 5px top 4px;
  background-repeat: no-repeat;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 3% 3% 2% 25px !important;
  outline: none;
}

.profileImageBackground {
  background: url('/assets/Dashboard/Profile_BG.png');
  background-size: cover;
  height: 130px;
  width: 100%;
  border-radius: 8px !important;
}

.permissionLevelBackground {
  background: url('/assets/Dashboard/Team_Permissions.png');
  background-size: cover;
  height: 90px;
  width: 100%;
  border-radius: 8px !important;
}

.radio-custom {
}

.radio-custom:checked {
  color: white;
  background: white;
}

.contactDiv {
  overflow: scroll;
}

.contactDiv::-webkit-scrollbar {
  display: none;
}

.contactDiv {
  scrollbar-width: none; /* Firefox */
}

.teamDiv {
  overflow: scroll;
}

.teamDiv::-webkit-scrollbar {
  display: none;
}

.customeFilterButton {
  /* display: inline-block; */
  visibility: visible;
}

.filterImage {
  background: url('/assets/images/providerDashboard/filtericon_withbg.png');
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  /*margin-top: 25px;*/
  margin-top: 9px;
  padding: 17px 17px;
  outline: none !important;
  border: 0;
}
.filterImage:focus,
.filterImage:focus {
  background: url('/assets/images/providerDashboard/filtericon_withbg.png');
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: 25px;
  padding: 17px 17px;
  outline: none !important;
  border: 0;
}
.filterImage:focus,
.filterImage:active {
  outline: none !important;
  border: 0 !important;
}

.filterImage::after {
  content: '';
}
.mcomponent {
  background: #f5f5f5;
}
.top {
  padding-right: 100px;
}
.topColorDiv {
  background: #251c14;
}
.mainCardDiv {
  cursor: pointer;
}

.btn:focus {
  outline: none !important;
}

.btn:focus {
  box-shadow: none;
}

.btn.drpdn:not(:disabled):not(.disabled):active {
  transition: none;
  background: url('/assets/images/providerDashboard/filtericon_withbg.png');
  position: relative;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.dateTaker::-webkit-scrollbar {
  display: none;
}
#projectRenew::-webkit-scrollbar {
  display: none;
}

#coverFull {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(2px);
  display: flex;
  align-items: center;
  justify-content: center;
}

#coverFull::after {
  content: '';
  width: 44px;
  height: 44px;
  border: 4px solid #f0f0f0;
  border-top-color: #ff7a06;
  border-radius: 50%;
  animation: whzSpin 0.75s linear infinite;
}

#coverFull.hide,
#coverFull.hidden {
  display: none !important;
}

.viewTicketBtn,
.viewSpecsButton {
  background-color: #fff4eb;
  border: 1px solid #ff7a06;
  color: #ec8f55 !important;
}

.viewTicketBtn:active,
.viewSpecsButton:active,
#newTicketViewPage:active {
  background-color: #ffe7d1;
}

.circle {
  border-radius: 50%;
  width: 8px !important;
  height: 8px !important;
}

.dot_circle {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  border: none;
}

#invoiceCreateModal,
#invoiceViewModal {
  top: 0;
  z-index: 10000;
  background-color: rgba(156, 156, 156, 0.678);
}

#invoiceCreateModal > .modal-lg,
#invoiceViewModal > .modal-lg {
  max-width: 1200px !important;
}

#invoiceCreateModal > .modal .modal-content,
#invoiceViewModal > .modal .modal-content {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.close-btn-invoice-modal {
  background-color: #e9e9e9;
  border: none;
  height: 22px;
  width: 22px;
  border-radius: 4px;
  color: #858585;
  position: absolute;
  top: -5;
  right: 15px;
}

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

.b-border1 {
  border-bottom: 0.8px solid #5b5047;
}
.b-border2 {
  border-bottom: 0.8px solid #c5c5c5;
}

.invoice_modal_bg {
  background-image: url('/assets/images/invoice/Invoice_DetailsBG.png');
  background-position: center;
  background-repeat: no-repeat;
}

.btn_bg_orange {
  outline: none;
  border: none;
  background-color: #ff7a06;
  border-radius: 6px;
  color: white;
}

.input_invoice_css {
  height: 32px !important;
  font-size: 12px;
  color: #646464;
}

.invoice_statusName {
  font-size: 0.9rem;
}

button.quoteSubmit {
  color: #ff8e16 !important;
  background-color: #FEF8F0 !important;
  border: 1px solid #ff8e16 !important;
  border-radius: 5px;
}

.quoteSubmit:focus {
  outline: 0;
}

.viewTicketBtn {
  outline: none !important;
}

.input-box {
  position: relative;
}

.file-uploaded {
  background-color: #e9e9e9;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.delete-file {
  background-color: rgb(248, 248, 248);
  border-radius: 4px;
}

#invoice_statusModal {
  z-index: 10001;
}
#statusModal_invoice_view {
  z-index: 10003;
}

#notesInvoicesView {
  resize: none;
}

.modalCloseBtn {
  position: absolute;
  top: 10px;
  right: 15px;
  border: none;
  background-color: F0F0F0;
  color: rgb(49, 49, 49);
  border-radius: 5px;
  padding: 0px 8px;
}

.successModalCloseBtn {
  z-index: 10;
}

#exceeded {
  z-index: 10002;
}

.projectTypeContainer {
  width: 90%;
}
.projectType {
  width: 40%;
  margin: 0.2rem 0;
}

#projectType1,
#projectType2,
#projectType3,
#projectType4,
#custom-tooltip-ticket,
#custom-tooltip-ticket-provider {
  cursor: pointer;
}
#ticketProjectSection {
  cursor: pointer;
}
#custom-tooltip-ticket {
  position: absolute;
  width: 268px;
  top: -47px;
  left: 16px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}
#custom-tooltip-ticket > .arrow-div {
  left: 50%;
  top: 26px;
  transform: translate(-50%, 0) rotate(223deg);
  border-bottom-style: hidden;
  border-right-style: hidden;
}
#custom-tooltip-ticket-provider {
  position: absolute;
  width: 320px;
  top: -47px;
  left: -35px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}
#custom-tooltip-ticket-provider > .arrow-div {
  left: 50%;
  top: 26px;
  transform: translate(-50%, 0) rotate(223deg);
  border-bottom-style: hidden;
  border-right-style: hidden;
}

#custom-tooltip1 {
  position: absolute;
  width: 350px;
  top: -95px;
  left: -100px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

.arrow-div {
  width: 15px;
  height: 15px;
  border: 1px solid #c9c9c9;
  background: white;
  position: absolute;
}

#custom-tooltip1 > .arrow-div {
  left: 50%;
  bottom: -7.5px;
  transform: translate(-50%, 0) rotate(45deg);
  border-top-style: hidden;
  border-left-style: hidden;
}

#custom-tooltip2 > .arrow-div {
  top: 50%;
  left: -7.5px;
  transform: translate(0, -50%) rotate(45deg);
  border-top-style: hidden;
  border-right-style: hidden;
}

#custom-tooltip3 > .arrow-div {
  left: 50%;
  top: -7.5px;
  transform: translate(-50%, 0) rotate(45deg);
  border-bottom-style: hidden;
  border-right-style: hidden;
}

#custom-tooltip4 > .arrow-div {
  left: 50%;
  top: -7.5px;
  transform: translate(-50%, 0) rotate(45deg);
  border-bottom-style: hidden;
  border-right-style: hidden;
}

#custom-tooltip2 {
  position: absolute;
  width: 350px;
  top: -30px;
  left: 420px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

#custom-tooltip3 {
  position: absolute;
  width: 350px;
  top: 75px;
  left: -95px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

#custom-tooltip4 {
  position: absolute;
  width: 350px;
  top: 75px;
  left: 85px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

.personalInfoContainer {
  width: 90%;
  border-bottom: 1px solid #dadada;
}

.projectSpecsContainer,
.projectAreaContainer,
.projectViewAreaContainer,
.imagesUploadContainer,
.projectReviewContainer,
.productTypeContainer,
.projectAreaHeader {
  width: 90%;
}

.projectSpecsContainer {
  border-bottom: 1px solid #dadada;
}

.personalInfoInput,
.projectSpecs {
  width: 45%;
}

.newProjectCreationModal {
  /* max-height: 65vh; */
  /* overflow-y: scroll; */
}

.newProjectCreationModal::-webkit-scrollbar,
.scrollableQuotes::-webkit-scrollbar {
  width: 10px;
}

.newProjectCreationModal::-webkit-scrollbar-track,
.scrollableQuotes::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 5px;
}

.newProjectCreationModal::-webkit-scrollbar-thumb,
.scrollableQuotes::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  cursor: pointer;
  border-radius: 5px;
}

.newProjectCreationModal::-webkit-scrollbar-thumb:hover,
.scrollableQuotes::-webkit-scrollbar-thumb:hover {
  background: #adadad;
  cursor: pointer;
}
#noOfSku:focus {
  outline: none;
}

#page-0 {
  overflow: visible;
}

.label-container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-start;
}
#custom-tooltip-invoice,
#custom-tooltip-create-invoice {
  position: absolute;
  width: 227px;
  top: -61px;
  left: -57px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: white;
  padding: 0.5rem;
}

#custom-tooltip-invoice + p {
  display: none;
}

.arrow-div-invoice {
  width: 15px;
  height: 15px;
  border: 1px solid #c9c9c9;
  background: white;
  position: absolute;
}

#custom-tooltip-invoice > .arrow-div-invoice,
#custom-tooltip-create-invoice > .arrow-div-invoice {
  left: 50%;
  bottom: -7.5px;
  transform: translate(-50%, 0) rotate(45deg);
  border-top-style: hidden;
  border-left-style: hidden;
}
.logoutDiv {
  align-self: center;
  /* background: #FF8800; */
  border-radius: 5px;
  width: 33px;
  height: 30px;
  margin-top: 0px !important;
  text-align: center;
}
.logoutDiv > a > span > img {
  width: 20px !important;
  height: 20px !important;
}
.createInvoiceButton {
  background: url(/assets/images/listing/add.png);
  background-position: left 8px top 10px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  text-align: '\00a0';
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  font-weight: bold;
  font-size: 13px !important;
}
.createInvoiceButton::before {
  content: '\00a0' '\00a0' '\00a0';
}

.tableheaders {
  padding-left: 1%;
}
.acceptBtnProvider {
  /* color: #ff4e7c; */
  /* background-color: #ffd5e0 !important; */
  color: white !important;
  background-color: #0fc1b7;
  border: none;
  padding: 2% 2% 2% 2%;
  border-radius: 5px;
  outline: none;
  font-weight: 600;
}
.declineBtnProvider {
  /* background-color: #0fc1b7; */
  background-color: #ffd5e0 !important;
  color: #ff4e7c;
  border: none;
  /* color: white !important; */
  font-weight: 600;
}
.listcnt {
  margin-left: -15px;
  font-size: 14px !important;
  font-weight: 600;
  color: #7d7d7d;
  padding-top: 15px;
  padding-bottom: 10px;
}
.divider1 {
  /*display: inline-block;*/
  height: 50%;
  margin-top: 14px;
  position: absolute;
  background-color: #e9e9e9;
  width: 0.5px;

  left: 56%;
}

#helpButtonRedirectNewWorkflow {
  background-color: #ffe6cc !important;
  padding-left: 0.9rem !important;
  padding-right: 0.9rem !important;

  /* border: 2px solid #ff8800 !important; */
  outline: none;
  border: none !important;
  color: #ff8a0e;
  border-radius: 8px;
  font-weight: bold;
}

.no-btn {
  background-color: white !important;
  border: 2px solid #ff8800 !important;
  color: #ff8800;
  border-radius: 0.4rem;
  width: 48%;
  font-size: 1rem;
  font-weight: bold;
  padding: 3% 0% 3% 0%;
}
.yes-btn {
  background-color: #ff8800 !important;
  border: 2px solid #ff8800 !important;
  color: white;
  border-radius: 0.4rem !important;
  width: 48% !important;
  font-size: 1rem;
  font-weight: bold;
  padding: 3% 0% 3% 0%;
}
.yes-btn,
.no-btn {
  padding: 2% 0% 2% 0%;
  font-size: 1rem;
}

.newModalWrapperforQuote {
  border-radius: 16px !important;
  width: 58% !important;
}
.modalDisplayImageforQuote {
  width: 6rem;
  height: auto;
  vertical-align: middle;
  margin: 2.75rem 0 1rem 0;
}
.modalActionButtonforQuote {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: none;
  outline: none !important;
  padding: 0.75rem 0;
  letter-spacing: 0.25px;
  font-size: 1rem;
  font-weight: 600;
  margin: 0.75rem auto;
}
#declineModalYesBtn {
  background-color: #ffd5e0;
  color: #ff2e64;
}
#declineModalNoBtn {
  background-color: #dddef4;
  color: #565bc8;
}
.primaryTextforQuote {
  font-size: 1.25rem;
  line-height: 1.75rem;
  letter-spacing: 0.25px;
  font-weight: 600;
}
.newModalBodyforQuote {
  padding: 1.75rem 2rem !important;
}

.heavyTag {
  position: absolute;
  top: 15px;
  left: -24px;
  transform: rotate(-45deg);
  font-size: 1rem;
  background: #cc1111;
  padding: 0 1.75rem;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
}

#custom-tooltip-heavy {
  position: absolute;
  width: 175px;
  top: 67px;
  left: -170px;
  border: 1px solid #c9c9c9;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0.5rem;
  opacity: 1;
  transform: translateX(0);
  transition: all 0.4s ease;
}

#custom-tooltip-heavy > .arrow-div {
  top: 60%;
  right: -8px;
  transform: translate(0, -50%) rotate(135deg);
  border-bottom-style: hidden;
  border-right-style: hidden;
}

#custom-tooltip-heavy.hiddenBehind {
  opacity: 0;
  transform: translateX(150%);
}

@media (max-width: 1000px) {
  .dateCss {
    position: relative;
    left: 43px;
  }
}

.answerForFeedback {
  appearance: none;
}

.label_answer1,
.label_answer2 {
  padding: 0.15rem 0.3rem;
  cursor: pointer;
  border: 2px solid #dadada;
  border-radius: 0.3rem;
  margin: 0.4rem 0;
}

.buttonsContainerForNextQuestion {
  width: 100%;
  display: flex;
  margin-top: 0.3rem;
  justify-content: flex-end;
  align-items: center;
}

.skipFeedback {
  color: #ff7a06;
  border: none;
  background-color: transparent;
  outline: none !important;
  font-size: 0.85rem;
  cursor: pointer;
}

.proceedWithFeedback {
  border: none;
  font-size: 0.95rem;
  border-radius: 0.3rem;
  background-color: #ff7a06;
  color: white;
  outline: none !important;
  margin-left: 0.75rem;
  padding: 0.5rem 1.25rem;
  cursor: pointer;
}

.proceedWithFeedback:hover {
  background-color: #ff7a06 !important;
  color: white !important;
}

.newModalWrapper {
  border-radius: 16px !important;
  width: 115% !important;
}

.newModalBody {
  padding: 1.75rem 1.5rem !important;
}

.modalDisplayImage {
  width: 6rem;
  height: auto;
  vertical-align: middle;
  margin: 1.75rem 0 1rem 0;
}

.primaryText {
  font-size: 1.1rem;
  line-height: 1.5rem;
  letter-spacing: 0.25px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

#yes_cancel {
  background-color: #ff7a0644;
  color: #fd7e14;
}

.modalActionButton {
  display: block;
  width: 100%;
  border-radius: 6px;
  border: none;
  outline: none !important;
  padding: 0.65rem 0;
  letter-spacing: 0.3px;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.modal.dispute {
  top: 12% !important;
}
.quoteList {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.scrollableQuotes::-webkit-scrollbar {
  width: 9px;
}

.scrollableQuotes::-webkit-scrollbar-track {
  background: #d8d8d8;
  border-radius: 5px;
}
.scrollableQuotes::-webkit-scrollbar-thumb {
  background: #b6b6b6;
  cursor: pointer;
  border-radius: 5px;
}

.scrollableQuotes::-webkit-scrollbar-thumb:hover {
  background: #adadad;
  cursor: pointer;
}

.dragDropContainer {
  width: 100%;
  height: 25rem;
  position: relative;
}

.dragImgContainer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quoteTableHeader,
.quoteTableRow {
  width: 100%;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
  border-radius: 6px;
  justify-content: space-between;
}

.quoteTableRow {
  background-color: transparent;
  border-radius: 0;
  margin: 0.75rem 0;
}

.quoteTableHeading {
  color: #5f5f60;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 !important;
  padding: 0.5rem 0 !important;
}

#serviceH,
.serviceR {
  flex: 4;
  width: 100%;
}

.serviceR {
  color: #000;
  font-size: 1rem;
  font-weight: 500;
}

#priceH,
.priceR {
  flex: 2;
  width: 100%;
}

.priceInputBox {
  width: 70%;
  display: inline-block;
  margin: 0 auto;
  padding: 0.3rem 0.5rem;
  border-radius: 8px;
  border-width: 2px;
  border-style: solid;
  border-color: #dcdcdc;
  /* border: 2px solid #dcdcdc; */
}

#uomH,
.uomR {
  flex: 2;
  width: 100%;
}

.uomR {
  display: inline-block;
  margin: 0 auto;
  background-color: #eeeeee;
  border-radius: 6px;
  padding: 0.4rem 0.5rem;
  border: none !important;
}

#removeH,
.removeR {
  flex: 2;
  width: 100%;
}

#removeH {
  text-align: center;
}

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

.removeR img {
  cursor: pointer;
}
.projectList:hover {
  background-color: #dcdcdc !important;
}
.card-hover:hover {
  background-color: #dcdcdc !important;
}

a.questionMarkImgg .questionMarkText {
  display: none;
}

a.questionMarkImgg {
  text-decoration: none;
}

a.questionMarkImgg:hover {
  cursor: help;
  position: relative;
}

a.questionMarkImgg:hover .questionMarkText {
  border: #1e2043 2px solid;
  color: #ffffff;
  padding: 5px 20px 5px 5px;
  font-size: small;
  text-align: justify;
  display: block;
  z-index: 100;
  background-color: #1e2043;
  left: -10px;
  margin: 10px;
  width: 240px;
  position: absolute;
  top: 10px;
  text-decoration: none;
  border-radius: 8px;
}

.inboundAlertBox,
.stgAlertBox,
.outboundAlertBox,
.informationBoxForPriceTextBoxx {
  position: absolute;
  border: #1e2043 2px solid;
  display: block;
  padding: 5px 20px 5px 5px;
  text-align: justify;
  width: 240px;
  z-index: 100;
  margin: 10px;
  background-color: #1e2043;
  color: #ffffff;
  font-size: small;
  border-radius: 8px;
  top: 39px;
  left: -85px;
}

.inboundAlertBox::after,
.stgAlertBox::after,
.outboundAlertBox::after,
.informationBoxForPriceTextBoxx::after {
  content: '';
  width: 20px;
  height: 20px;
  background-color: #1e2043;
  position: absolute;
  left: 105px;
  right: 15px;
  top: -10px;
  z-index: 100;
  justify-content: center;
  transform: rotate(45deg);
}

.alerttxtOne {
  margin-top: 10px;
}

.alerttxtTwo {
  margin-top: -30px;
}

.closeBtnInAlert,
.closeBtnStgAlert,
.closeBtnOutAlert,
.closeBtnTlTip {
  cursor: pointer;
  position: absolute;
  left: 220px;
  top: 0;
  margin-top: 8px;
}

.veryablepopup-title {
  font-family: ProximaNovaBold, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  color: #000000;
}
