.header__top {
  height: 65px;
  margin-bottom: 1rem;
}

.header__top a img {
  width: 65px;
  height: auto;
  padding-right: 0.3rem;
  border-right: 2px solid #1A4957;
}

.header__top span img {
  width: 180px;
  height: auto;
}

.header__top__right {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  /* border: 1px solid red; */
  height: 100%;
}

.header__top__right__avatar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

.header__top__right__avatar i {
  font-size: 1.5rem;
}

.header__top__right__avatar a {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.header__top__right__avatar .avatar {
  /* border-radius: 50%; */
  border: none !important;
  width: 45px;
  height: 40px;
}

.header__top__right__avatar .avatar img {
  border-radius: 50%;
  padding-right: 0;
  border: none;
  width: 100%;
  height: 100%;
  border: 2px solid #1a4957db;
  box-shadow: 1px 1px 2px 2px #1a49573b;
  object-fit: cover;
}

.header__top__right__avatar span {
  margin-left: 0.7rem;
  color: #121314;
}

.header__dashboard__content {
  gap: 20px;
}

.header__dashboard__content form input:focus {
  box-shadow: 1px 1px 2px 3px #1a49573b !important;
  border: 1px solid #1a495726;
}

.header__dashboard__content form {
  flex: 2;
}

.header__dashboard__content__right {
  gap: 20px;
  flex: 1;
}

.header__dashboard__content__right .account {
  border: 2px solid #1a49573b;
  border-radius: 50%;
}

.header__dashboard__content__right .account img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.account {
  position: relative;
}

.account:hover {
  cursor: pointer;
}

.account__content {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 2px;
  background-color: white;
  box-shadow: 0px 4px 7px 0px #1a49573b;
  /*background: #c7c7c7fa;*/
  border-radius: 5px;
  min-width: 150px;
  z-index: 1;
  padding: 0.3rem 0;
  
}

.account__content a {
  font-size: 0.95rem;
  color: #121314;
  text-transform: capitalize;
  display: block;
  width: 100%;
}

.account__content a:hover {
  color: #1A4957;
  font-weight: bolder;
}

.header__dashboard__content__right .account:hover .account__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  justify-content: center;
  padding: 5px;
}
.header__dashboard__content__right .account:hover .account__content a,
.account__content .profileBtn button
{
    display: flex;
    justify-content: start;
    padding: 8px;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    width: 100%;
    background: none;
    border: none;
}
.profileBtn {
    width: 100%;
}

.profileBtn:hover {
  background: #f9f9ff;
}
.signoutBtn:hover {
    color: red;
    font-weight: bold;
}
.account__content a,
.header__dashboard__content .header__top__right__language {
  margin-left: 10px;
}

.header__dashboard__content .header__top__right__language img {
  width: 30px;
  height: 20px;
  margin-right: 0px;
}

.account .header__top__right__language {
  border-right: none;
  margin-right: 0;
}

.account .header__top__right__language:after {
  opacity: 0;
}

.dashboard__option {
  padding-left: 1rem;
}

.dashboard__option:hover {
  display: block;
  color: #FAAA46;
}

.dashboard__stat__area {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  gap: 20px;
}

.stat__card {
  width: 250px;
  height: 150px;
  background: white;
  border: none;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.stat__card__section__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.stat__card__section__top i {
  font-size: 2.3rem;
  color: #1A4957;
  margin-left: 1.2rem;
}

.stat__card__info {
  margin-right: 1.2rem;
  text-align: right;
}

.stat__card__info p:first-child {
  font-size: 0.85rem;
  color: #969595fa;
  margin-bottom: 7px;
  margin-top: 1rem;
}

.stat__card__info p:nth-child(2) {
  font-size: 2.5rem;
  font-weight: 500;
  color: #121314;
  font-family: poppins;
}

.stat__card__action {
  border: 2px solid #1a49578a;
  width: 90%;
  margin: 10px auto 0;
  font-size: 0.8rem;
  font-weight: 500;
}

.stat__card__action:hover {
  color: white;
  background: #1A4957;
}

.stat__card hr {
  width: 92%;
  margin: 0 auto;
  height: 3px;
}

/* request quotation */
.dashboard__stat__area h1 {
  font-size: 1.5rem;
}

.quotation-area {
  width: 100%;
  height: 650px;
  border: none;
  border-radius: 4px;
  box-shadow: 1px 1px 20px 2px #12131417;
}

.quotation-area h4 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 1rem;
}

.quotation__group {
  display: flex;
  align-items: center;
}

.quotation__group label {
  font-size: 0.9rem;
  flex-basis: 20%;
  min-width: 20%;
  width: 20%;
  margin-left: 1rem;
}

.quotation__group input,
.quotation__group select {
  flex-basis: 79%;
}

.quotation__group select {
  padding-left: 0;
  margin-left: 0;
}

.quotation-area hr {
  margin: 0 auto;
  width: 95%;
}

.btn-teal-color {
  background: #1A4957 !important;
  color: #FFFFFF !important;
  border: 1px solid #1A4957;
}

.quotation-group-checkbox {
  padding: 0 1rem;
}

.btn-teal-color:hover {
  opacity: 0.9;
  cursor: pointer;
}

.confirmation {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  text-align: right;
}

/* end of request quotation */

.notification {
  padding: 0.1rem 0.8rem;
  border-radius: 5px;
  position: relative;
}

.notification:hover {
  cursor: pointer;
  color: #1a4957;
}

.notification-body {
  position: absolute;
  top: 45px;
  right: 0;
  background: #edecec;
  min-width: 120px;
  width: 250px;
  padding: 0.5rem 0.8rem;
  z-index: 100;
  border-radius: 4px;
}

.notification-body .notification-message {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  gap: 10px;
  width: 100%;
  height: 100%;
}

.notification-body .notification-message p {
  font-size: 0.8rem;
  text-transform: lowercase;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-bottom: 0.6rem;
}

.notification-body .notification-message span {
  width: 25%;
  font-size: 0.65rem;
  text-transform: lowercase;
}

/* all quotations */
.all-quotation-table {
  text-align: center;
}

.all-quotation-table tr td {
  font-size: 0.95rem;
}

.all-quotation-table tr td a {
  color: #191a1a;
}

.all-quotation-table tr td time, .all-quotation-table tr td p {
  font-size: 0.85rem;
}

.all-quotation-table tr td a:hover {
  color: #FAAA46;
}

.status-text {
  font-size: 0.85rem;
}

.see-detail {
  background: #1a4957f4;
  color: white !important;
  border-radius: 4px;
  padding: 0.4rem 0.3rem;
  font-size: 0.92rem;
  font-weight: 500;
}

.see-detail:hover {
  background: #FAAA46;
  cursor: pointer;
}

.see-detail i,
.see-report i {
  font-size: 0.95rem;
}

.more__on__performa__analysis {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin-top: 2rem;
}

.prepared__checked__and__approved {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}

.printReport {
  border: 2px solid #1A4957;
  border-radius: 4px;
  background: transparent;
  color: #1A4957;
  padding: 0.4rem 0.7rem;
  width: 120px;
  font-weight: 500;
}

.printReport:hover {
  background: #1A4957;
  color: white;
  cursor: pointer;
}

.printDetails {
  /* border: 2px solid #1A4957; */
  border: none;
  border-radius: 4px;
  background: transparent;
  color: #1A4957;
  padding: 0.4rem 0.7rem;
  /* width: 90px; */
  font-weight: 500;
}

.printDetails i {
  font-size: 1.4rem;
}

.printDetails i:hover {
  color: #FAAA46;
}

.product-name-on-detail-page {
  font-size: 1.4rem;
  font-weight: 500;
}

/* end of all quotations */

/* request quotation detail */
.modal-invoice-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 4px;
  margin: 0;
  margin-right: 2rem;
  width: 100%;
}

.modal-invoice-info .modal-invoice-title,
.modal-invoice-info .invoice-date,
.modal-invoice-info .due-date {
  padding: 0;
  margin: 0;
}

.modal-invoice-title {
  font-size: 1.5rem;
}

.make-it-bold {
  font-weight: 700;
}

.modal-company-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 2rem;
}

.modal-company-info img {
  width: 12%;
  height: auto;
}

.modal-company-info h3 {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 700;
  padding-top: 10px;
  margin-bottom: 1rem;
}

.modal-company-info p {
  margin: 0;
  padding: 0.2rem;
}

.modal-payment-detail-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 2rem;
  margin-top: 1rem;
  width: 100%;
}

.invoice-to {
  flex: 1;
}

.payment-details {
  flex: 1;
  margin-right: 1rem;
}

.invoice-to h3 {
  font-weight: 700;
  font-size: 1rem;
  margin-top: 1rem;
}

.invoice-to p {
  padding: 0.2rem;
  margin: 0;
}

#allQuotationTable_wrapper {
  margin: 0 2rem;
}



/* end of request quotation detail */

@media screen {
  .multi-vendor-print-title {
    display: none;
  }

  .more__on__performa__analysis {
    display: none;
  }

  footer{
    display: block;
  }
}

@media print {

  .humberger__menu__overlay,
  .humberger__menu__wrapper,
  .header,
  .hero__categories,
  footer,
  .printReport {
    display: none; 
  }

  .hero__search h3 {
    display: none;
  }

  .multi-vendor-print-title {
    display: block;
  }

  .more__on__performa__analysis {
    display: flex;
  }

  .dataTables_length label,
  .dataTables_filter label {
    display: none;
  }

  .water-mark {
    top: 30%;
    left: -20%;
    opacity: 6%;
    transform: rotate(-45deg);
    z-index: -1;
    display: block !important;
  }
  
  footer {
    display: none!important;
  }
}
  
  .water-mark {
    display: none;
  }