@import "media.css";

body {
  font-family: "Poppins" !important;
  font-style: normal !important;
  background-color: rgb(248, 248, 248) !important;
  margin-bottom: 0px !important;
  box-sizing: content-box;
}

.navbar-bg {
  background-color: rgb(236, 236, 236) !important;
}
#navbar_top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 10;
}
.content-header {
  margin-top: 30px !important;
  margin-bottom: 10px !important;
}

.navbar-light .navbar-nav .nav-link {
  margin-left: 30px !important;
  margin-right: 30px !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 13px;
  line-height: 22px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

/*****************************************************/
/** Login Page CSS **/
/********************* *******************************/
.login-page,
.register-page {
  background-color: #f8f8f8 !important;
  width: 100% !important;
}

.login-card-body,
.register-card-body {
  background: #ffffff;
  box-shadow: 0px 5px 14px 1.74px rgba(117, 117, 117, 0.15);
  border-radius: 20px;
}

.login-page,
.card {
  box-shadow: none !important;
  background-color: #f8f8f8 !important;
}

.login-page,
.label {
  font-family: "Manrope-regular";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.login-card-body .input-group .form-control,
.register-card-body .input-group .form-control {
  /* Text Field */
  box-sizing: border-box;
  /* Auto layout */
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 13px 20px;

  width: 402px;
  height: 56px;

  background: #fafafa;
  /* Disabled */
  border: 1px solid #d8d8d8;
  border-radius: 10px;
}

.btn-primary {
  color: #fff;
  background-color: #005093 !important;
  border-color: #005093 !important;
  box-shadow: none;
  padding: 10px 52px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.login-page,
.remember {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400 !important;
  font-size: 12px;
  line-height: 21px;
  color: #616161;
}

[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before,
[class*="icheck-"] > input:first-child + label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px !important;
  height: 19px !important;
  border: 1px solid #d3cfc8;
  border-radius: 5px;
  margin-left: -29px;
}

/*****************************************************/
/** Dashboard Page CSS **/
/*****************************************************/

.content-wrapper {
  background-color: #f8f8f8 !important;
  margin-left: 0px !important;
}

.container-fluid .bg-info {
  background: rgba(0, 80, 147, 0.1) !important;
}

.header-logo {
  width: 116px;
  height: 43px;
  left: 40px;
  top: 11px;
}

.header-active-menu {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 10px 15px !important;
  width: auto;
  background: rgba(0, 80, 147, 0.1);
  border-radius: 5px;
  color: #005093 !important;
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}

.header-side-left-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 80, 147, 0.1);
  color: #005093 !important;
  border-radius: 6px;
  text-decoration: none !important;
  line-height: 20px;
  margin-right: 20px;
}
.dropdown-menu {
  width: 350px;
  left: inherit;
  right: 0px;
}
.header-side-dropdown-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 80, 147, 0.1);
  color: #005093 !important;
  border-radius: 6px;
  text-decoration: none !important;
  line-height: 20px;
  padding: 9px !important;
  margin-right: 20px;
  width: 40px;
}

.dashboard-sub-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #bdbdbd;
  text-align: left;
  margin-top: 30px;
  margin-bottom: 30px;
}

.dashboard-tabs {
  background: rgba(0, 80, 147, 0.1);
  border-radius: 10px;
  margin-right: 30px;
}

.dashboard-tabs .lebel-number {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 25px;
  text-align: left;
  color: #005093;
}

.dashboard-tabs .lebel-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
  color: #212121;
  margin-top: 20px !important;
}

.inner {
  width: 258px;
  padding: 30px 20px 0px !important;
}

.dashboard-card-display {
  display: flex;
}
.save_client_details {
  width: 6% !important;
  padding: 5px 2px !important;
  margin-top: 33px;
  margin-left: 76px;
}
.activeClass {
  background: rgba(0, 80, 147, 0.1);
  border-radius: 4px;
}
.new-quote {
  text-decoration: none;
  color: white;
}
.product-list-container.hidden {
  display: none;
}
.product-list-container.visible {
  visibility: visible;
}
/*****************************************************/
/** Quotations Page CSS **/
/*****************************************************/
.container-padding .card {
  border: 0px !important;
}

.quotations-card {
  /* white */
  background: #ffffff !important;
  /* grey */
  box-shadow: 0px 3px 12px 1.74px rgba(107, 106, 106, 0.15) !important;
  border-radius: 10px !important;
}

.btn-warning {
  color: #fff !important;
  background-color: #ec934c !important;
  border-color: #ec934c !important;
  box-shadow: none;
  padding: 10px 52px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

.new-quotations-btn {
  /* Button Following */
  box-sizing: border-box;
  /* Auto layout */
  justify-content: center;
  align-items: center;
  padding: 9px 12px;
  height: 38px;
  /* orange */
  border: 1px solid #ec934c;
  border-radius: 6px;
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 12px !important;
  color: #ffffff;
}

.quotation-plus-icon {
  border: 1.5px solid #ffffff;
  padding: 1px;
  font-size: 10px;
  vertical-align: middle;
  line-height: normal !important;
}

.quotations-table {
  /* white */
  background: #ffffff;
  /* grey */
  box-shadow: 0px 3px 12px 1.74px rgba(167, 167, 167, 0.15);
  border-radius: 10px;
  font-family: "Poppins" !important;
  font-size: 14px !important;
  line-height: 30px;
}

.has-search .form-control {
  padding-left: 2.375rem;
}

.has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 3rem;
  height: 2rem;
  text-align: center;
  pointer-events: none;
  color: #aaa;
  font-size: 13px;
}

.has-search .searchbox {
  box-sizing: border-box;
  height: 37px !important;
  /* White */
  background: #ffffff;
  /* Grey/300 */
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  font-family: "Manrope-regular";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 19px;
  /* Grey/400 */
  color: #bdbdbd;
}

.quotations-table .heading {
  background: #87818126 !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 23px !important;
  /* identical to box height, or 175% */

  text-align: center;

  /* Grey/800 */

  color: #424242 !important;
}

#table-color,
.table thead th {
  border-bottom: none !important;
  line-height: 30px;
}

#table-color,
.table td,
.table th {
  border-top: none !important;
  border-bottom: none !important;
}
.table-even-row{
  background-color: white !important;

}
.table-odd-row{
  background-color: #f4f3f3 !important;
}

.table-odd-row, .table-even-row{
  text-align: center;
  vertical-align: middle !important;
}
.modal-btn-add {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center;
  color: #ffffff !important;
  background: #ec934c !important;
  box-shadow: 2px 2px 7px rgba(236, 147, 76, 0.2);
  border-radius: 6px;
  padding: 5px 20px 5px 20px !important;
}
.modal-btn-cancel {
  box-shadow: 2px 2px 7px rgba(236, 147, 76, 0.2);

  border: 1px solid #ec934c !important;
  background: white;
  font-size: 12px !important;
  color: #ec934c !important;
  font-weight: 600 !important;
  padding: 6px 17px 6px 17px !important;
  margin-left: 5px;
}
.modal-btn-add:hover {
  border: 1px solid #ec934c !important;

  background: white !important;
  color: #ec934c !important;
}
.modal-btn-cancel:hover {
  color: white !important;
  background: #ec934c !important;
}
.modal-btn-activate {
  background: #dfe9f2 !important;
  color: #005093 !important;
  font-size: 13px !important;
  font-weight: 700;
}
.modal-btn-deactivate {
  background: #ffe4e4 !important;
  color: #ff3333 !important;
  font-size: 13px !important;
  font-weight: 700;
}
.edit_product_name {
  color: #757575;
  font-weight: 600;
  font-size: 15px;
  line-height: 31px;
}
.product-selectbox-style {
  border-radius: 4px;
  border: 1px solid #d1cfcf;
  font-size: 15px;
}
/*****************************************************/
/** Quotations-1 Page CSS **/
/*****************************************************/
.quotation-page-1 {
  background: #ececec !important;
}
#allMarginTop {
  margin-top: 100px !important;
}
.quotation-page-1 .sidebar-text {
  left: 0px;
  background: #ececec !important;
  height: 100%;
  position: fixed;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 64px;
}

.quotation-page-1 .right-side {
  background-color: #f9f9f9 !important;
  min-height: 900px;
  height: auto;
  position: absolute;
  right: 0;
  margin-top: 80px;
  padding-left: 40px;
}

.right-side .right-side-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #bdbdbd;
  margin-top: 30px;
}

.right-side .heading-1 {
  width: 414px;
  height: 21px;
  left: 375px;
  top: 89px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 21px;
  color: #bdbdbd;
}

.tab-content > .active {
  background: #ffffff;
  border-radius: 0px 10px 10px 10px;
}

.quotation-page-1 .sidebar-heading {
  padding: 2px 0px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 12px !important;
  line-height: 18px !important;
  color: #005093 !important;
  margin-top: 10px !important;
}

.quotation-page-1 .sidebar-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: #757575;
  padding: 2px 0px;
}

.quotation-page-1 .sidebar-footer-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 21px;
  color: #212121;
  padding: 2px 0px;
}

.quotation-page-1 .sidebar-img {
  background: #ffffff;
  border-radius: 6px;
}

.product-img {
  border: 0.768627px solid #e0e0e0;
  border-radius: 6px;
  margin: 20px 20px;
  float: left !important;
}

.active-bredcums {
  color: #424242 !important;
  font-weight: bold;
}

.modal-sm {
  max-width: 380px !important;
}

.quotation-page-1 .active-button {
  width: 50px;
  height: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  background: rgba(46, 128, 133, 0.1);
  border-radius: 25px;
  padding: 4px;
  margin: 0px 5px;
  float: right;
  color: #005093;
}

.quotation-page-1 .card {
  box-shadow: none !important;
  background-color: #fff !important;
}

/* .tab-content {
    width: 968px;
    height: 70px;
    left: 375px;
    top: 178px;
    background: #FFFFFF;
    border-radius: 0px 10px 10px 10px;
}
*/

.tab-content .heading-lebel {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px;
  line-height: 25px;
  color: #616161;
  text-align: left;
}

.tab-content .text {
  box-sizing: border-box;
  background: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
}

.tab-content .export-btn {
  background: #ffffff;
  border: 1px solid #ec934c;
  border-radius: 6px;
  color: #ec934c;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
}

.tab-content .save-btn {
  background: #ec934c;
  border: 1px solid #fff;
  border-radius: 6px;
  color: #fff;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
}

.tab-content .form-control {
  background-color: #fafafa;
  font-size: 12px;
}
.tab .tab-icons {
  margin-right: 5px;
}

.total-background {
  background: #005093;
  border-radius: 10px;
}

.grand-total {
  font-size: 14px;
  padding: 10px;
  color: #fff;
  font-weight: 500 !important;
}

.grand-total-total {
  font-size: 14px;
  padding: 10px;
  color: #fff;
  padding: 10px 0px;
  font-weight: 600 !important;
}

.grand-total-text {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.grand-total-rupees {
  font-size: 16px;
  padding: 10px;
  color: #fff;
}

.new-section-btn {
  font-family: "Poppins";
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  justify-content: center;
  padding: 9px 12px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 6px;
  float: right;
  color: #005093;
  margin-top: 7px;
}

.new-section-btn .fa-plus-icon {
  font-size: 15px;
}

.add-product-area {
  font-family: "Poppins";
  font-weight: 600;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px dashed #bdbdbd;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px 10px 0px;
}

.add-sub-section-icons {
  font-family: "Poppins";
  font-weight: 600;
  box-sizing: border-box;
  /* background: #FFFFFF;
    border: 1px dashed #BDBDBD;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05); */
  border-radius: 10px;
  padding: 5px 0px 5px 0px;
  letter-spacing: 10px;
  text-align: center;
  color: #005093;
}

.add-sub-sub-section-icons {
  font-family: "Poppins";
  font-weight: 600;
  box-sizing: border-box;
  /* background: #FFFFFF;
    border: 1px dashed #BDBDBD;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05); */
  border-radius: 10px;
  padding: 5px 0px 5px 0px;
  letter-spacing: 10px;
  text-align: center;
  color: #005093;
}

.add-product-icon {
  border: 2px solid #9e9e9e;
  padding: 6px;
  font-size: 24px;
  border-radius: 50%;
  font-weight: bold;
  color: #000;
}

.add-product-area .heading-lebel {
  font-family: "Poppins";
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #616161;
  text-align: left;
  font-weight: 400 !important;
}

.add-product-area .rupees-text {
  font-family: "Poppins";
  font-weight: 600;
  color: #212121;
  padding-left: 20px;
}

.add-product-area .fa-plus-circle {
  font-size: 25px;
  color: #616161;
  font-size: 13px;
  padding: 7px;
}
.quotations-sub-icons {
  font-size: 13px !important;
  color: black !important;
}

/*****************************************************/
/** Quotations-1 END **/
/*****************************************************/

/* NEW DESIGN PAGE CSS */
.tab {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  padding: 0;
  margin-bottom: 50px;
}

.tab .nav-tabs {
  margin: 0;
  border: none;
  position: relative;
}

.tab .nav-tabs li a {
  color: #9e9e9e;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  padding: 12px 20px;
  margin: 0px 9px 0px 0px;
  border-radius: 11px 11px 0px 0px;
  border: none;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  text-decoration: none !important;
}

.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover {
  color: #005093;
  background-color: #ffffff;
  border: none;
}

.tab .nav-tabs li a:before {
  content: "";
  background: rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before {
  height: 0;
  opacity: 0;
}

.tab .tab-content {
  color: #fff;
  background: #ffffff;
  padding: 25px 1px 0px;
  border-radius: 0px 10px 10px 10px;
}

.modelbox .add-section {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #212121;
}

.modal-header {
  border-bottom: none !important;
}

.btn-add {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center;
  color: #ffffff !important;
  background: #ec934c !important;
  box-shadow: 2px 2px 7px rgba(236, 147, 76, 0.2);
  border-radius: 6px;
  padding: 5px 20px 5px 20px !important;
}

.btn-cancel {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  text-align: center;
  color: #ec934c !important;
  border: 1px solid #ec934c !important;
  box-shadow: 2px 2px 7px rgba(236, 147, 76, 0.2);
  border-radius: 6px;
  padding: 5px 10px !important;
}

.modal-footer {
  border-top: none !important;
  justify-content: center !important;
}

.add-sub-section-area {
  font-family: "Poppins";
  font-weight: 600;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px dashed #bdbdbd;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 15px 20px 10px;
  margin: 0px 0px 10px;
}

.sub-prouduct-heading-lebel {
  font-family: "Poppins";
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  color: #616161;
  text-align: left;
}

.sub-prouduct-rupees-text {
  font-family: "Poppins";
  font-weight: 600;
  color: #212121;
  padding-left: 20px;
}

.add-pro-link {
  text-decoration: none !important;
  color: #616161;
}

/*****************************************************/
/** Quotations-3 START  **/
/*****************************************************/
.product-item-count {
  color: #bdbdbd;
}

.added-product-img {
  border: 0.768627px solid #e0e0e0;
  border-radius: 6px;
  margin: 10px 10px;
  float: left !important;
  width: 75px;
}

.cross-button {
  color: #ec934c;
  float: right;
  font-size: 25px;
}

.product-name-heading {
  margin-top: 10px;
  font-size: 12px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
}

.quantity-box {
  margin: 10px 0px 10px;
  display: flex;
}

.quantity-box .item-details {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #616161;
  text-align: left;
  margin: 5px;
}

.product-listing {
  margin: 7px 0px 20px 0px;
}

.product-listing .active-button {
  width: 63px;
  height: 28px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  background: rgba(46, 128, 133, 0.1);
  border-radius: 25px;
  color: #005093;
  padding: 8px;
  margin: 0px 5px;
  float: right;
}

.product-listing .total-price {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  text-align: left;
  margin-top: 15px !important;
}

.product-listing .price-color {
  color: #212529;
  margin-left: 5px;
}

/*****************************************************/
/** Quotations-3 END  **/
/*****************************************************/

/*****************************************************/
/** Quotations-5 START  **/
/*****************************************************/

.add-uncategories-product-area {
  font-family: "Poppins";
  font-weight: 600;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px dashed #bdbdbd;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 8px 10px 0px;
}

.add-uncategories-product-area .heading-lebel {
  font-family: "Poppins";
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  text-align: left;
  margin-top: 15px !important;
}

.add-uncategories-product-area .rupees-text {
  font-family: "Poppins";
  font-weight: 600;
  color: #212121;
  padding-left: 20px;
}

.add-uncategories-product-area .fa-plus-circle {
  font-size: 25px !important;
  color: #616161;
}

.add-uncategories-product-area .add-sub-section-area {
  font-family: "Poppins";
  font-weight: 600;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 10px;
  padding: 0px 10px 10px;
  margin: 10px;
  border: 0px !important;
  box-shadow: none !important;
}

/*****************************************************/
/** Quotations-5 END  **/
/*****************************************************/
.textbox-style {
  height: 34px;
  margin-right: 15px;
  color: #9e9e9e;
  background: #ececec;
  font-size: 12px;
  font-family: "Poppins";
}

.selectbox-style {
  height: 34px;
  margin-right: 15px;
  color: #9e9e9e;
  background: #ececec;
  font-size: 12px;
  font-family: "Poppins";
  border: none !important;
  border-radius: 5px !important;
}

.heading-value {
  color: #424242;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 12px;
  margin: 6px 20px 0px;
}

/* Tab 2 */

.form span {
  position: absolute;
  right: 17px;
  top: 13px;
  padding: 2px;
  border-left: 1px solid #d1d5db;
}

.form-input {
  margin-bottom: 20px;
  margin-left: 30px;
  background: #ffffff !important;
}

.form .fa-search-second-tab {
  position: absolute;
  top: 10px;
  left: 60px;
  color: #9ca3af;
}

.version-lebel-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #ec934c;
}

.version-sub-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #005093;
}

.version-sub-heading-2 {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  text-align: left;
  color: #757575;
}

.version-sub-price {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #424242;
}

/* Quotations Tab Client Details .*/

.client-details-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #005093;
}

.form-client-details-input {
  margin-bottom: 20px;
  margin-left: 25px;
  background: #fafafa !important;
}

.form-client-details-text-area {
  margin-bottom: 20px;
  margin-left: -14px;
  background: #fafafa !important;
}

.form-client-details-label {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 35px;
  color: #616161 !important;
  text-align: left;
  margin-left: 60px;
}

.form-client-details-placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #000 !important;
}
.left-side-collaps {
  cursor: pointer;
  margin-left: -40px;
  margin-top: 250px;
  position: fixed;
  background: #ececec;
  height: 50px;
  border: 1px solid #ececec;
  border-radius: 0px 10px 10px 0px;
  padding: 16px 6px;
  color: #005093;
}
.icheck-primary > input:first-child:checked + label::before {
  content: "" !important;
  display: inline-block !important;
  position: absolute !important;
  width: 21px !important;
  height: 22px !important;
  border: 1px solid #d3cfc8 !important ;
  border-radius: 5px !important;
  margin-left: -29px !important;
}
.forgot_pwd_link {
  font-weight: 600;
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  font-size: 13px;
}
.forgot_pwd {
  margin-top: 8px;
}
/* PRODUCT PAGE CSS */

.product-listing-image {
  border: 0.768627px solid #e0e0e0;
  border-radius: 6px;
  /* margin: 20px 20px; */
}
.product-edit-icon {
  color: #005093;
  mix-blend-mode: normal;
}

.product-trash-icon {
  color: #ec934c;
}

.file-upload {
  color: white;
  padding: 0.5rem;
  font-family: "Poppins";
  border-radius: 0.3rem;
  cursor: pointer;
}

.file-upload .browse-text {
  color: #ec934c !important;
  font-weight: bolder;
  font-size: 14px;
}

.product-delete-alert-icon {
  color: #ff3333;
  font-size: 20px;
  margin-right: 5px;
}

.product-delete-box {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 25px;
}

.delete-alert-model .card {
  border: 1px solid #ff3333 !important;
}

.product-delete-box .btn-success {
  color: #00c247 !important;
  border-color: #00c247 !important;
  background: none !important;
  margin-right: 20px;
  padding: 5px 20px 5px 20px;
}

.product-delete-box .btn-danger {
  color: #ff3333 !important;
  border-color: #ff3333 !important;
  background: none !important;
}

.product-delete-box .card-header {
  background-color: #f8f8f8 !important;
}

.product-listing-page .export-btn {
  background: #ffffff;
  border: 1px solid #ec934c;
  border-radius: 6px;
  color: #ec934c;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
}

.fa-external-link-alt {
  margin: 0px 2px 0px 0px;
}

/* USER MANAGEMENT PAGE CSS */

.user-listing {
  color: #000 !important;
  font-weight: bold !important;
  font-family: "Poppins" !important;
}

.user-listing-bg {
  background: #f9f9f9 !important;
  width: 100% !important;
}

.user-listing .heading {
  background: #87818126 !important;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 23px !important;
  text-align: center;
  color: #424242 !important;
}

.modal-title {
  font-size: 15px !important;
  font-weight: bold !important;
}

.modal-body .heading-lebel {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  color: #616161;
  text-align: left;
}

.deleted-modal-box-content {
  font-family: "Manrope-regular";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 16px;
  line-height: 19px;
  color: #424242;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.btn-margin-right {
  margin-right: 10px;
}

/******** USER ROLE ***********/

.user_role_data {
  color: #005093;
  background: rgba(0, 80, 147, 0.1);
  border-radius: 2px;
  display: flex;
  padding: 0px 5px 0px 5px;
  float: left;
  margin: 5px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}

.import_success_icon {
  color: #00c247 !important;
  font-size: 20px !important;
}

.import_alert_icon {
  color: #ff3333;
  font-size: 20px;
}

.profile_dropdonw_menu_item {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px;
  line-height: 30px;
  color: #616161 !important;
}

.profile_dropdonw_name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  margin: 10px -4px;
  color: #616161;
}

.profile_dropdonw_email {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #9e9e9e;
  margin: 10px -4px;
}

.profile_dropdown_menu_icons {
  font-size: 18px;
  margin-right: 10px;
  color: #9e9e9e;
  opacity: 0.4;
}

/*****************************************************/
/** Pagination CSS START **/
/*****************************************************/

.alert-success {
  background-color: #fff !important;
  border-color: #00c247 !important;
  border-radius: 15px !important;
}

.success-tick {
  color: #00c247 !important;
  float: left;
  font-size: 30px;
  margin-right: 15px;
}

.success-sub-text {
  font-family: "Manrope-regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #757575;
}

.success-main-text {
  font-family: "Manrope-regular";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 19px;
  color: #424242;
}

.delete-success-model .modal-content {
  border: 1px solid #00c247 !important;
  border-radius: 10px !important;
  background: #ffffff;
  box-shadow: 0px 3px 12px 1.74px rgba(167, 167, 167, 0.15);
}

.delete-alert-model .modal-content {
  background: #ffffff !important;
  box-shadow: 0px 3px 12px 1.74px rgba(167, 167, 167, 0.15);
  border-radius: 10px !important;
}

.pagination-next {
  border: 1px solid #005093 !important;
  padding: 5px 10px 5px 9px;
  border-radius: 100% !important;
  line-height: 13px !important;
  color: #005093 !important;
}

.pagination .previous {
  color: #005093 !important;
}

.pagination .page-link {
  margin-right: 5px !important;
}

.page-item:not(:first-child) .page-link {
  margin-left: 0px !important;
}

.previous .page-link {
  border: 0px !important;
  background: none !important;
  border-color: #fff !important;
}

.next .page-link {
  border: none !important;
}

.dataTables_info {
  font-family: "Manrope-regular";
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #bdbdbd;
}

.page-item:first-child .page-link {
  padding: 0px !important;
}
.page-item:last-child .page-link {
  padding: 0px !important;
}

.page-link {
  padding: 5px 10px 5px 9px !important;
}

/*****************************************************/
/** Pagination CSS END **/
/*****************************************************/

/* 
.page-item .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: red !important;
    border-color: green !important;
} */

.page-item .page-link {
  font-family: "Manrope-regular";
  font-style: normal;
  font-weight: 800;
  font-size: 10px !important;
  display: flex;
  align-items: center;
  text-align: center;
  box-shadow: none !important;
  border-radius: 100% !important;
  color: #9e9e9e !important;
}

.page-item.active .page-link {
  box-shadow: none !important;
  border-radius: 100% !important;
  font-size: 10px !important;
  color: #ffffff !important;
  background-color: #005093 !important;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.searchlist-product .sidebar-heading {
  font-family: "Poppins";
  font-style: normal;
  font-weight: bold;
  font-size: 13px !important;
  line-height: 18px !important;
  color: #005093 !important;
  margin-top: 10px !important;
}

.searchlist-product .sidebar-description {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 17px;
  color: #757575;
}
.searchlist-product .sidebar-footer-text {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700 !important;
  font-size: 12px;
  line-height: 21px;
  color: #212121;
}
.searchlist-product .sidebar-button-text {
  color: #ec934c;
  font-size: 12.75px;
  padding-right: 12px;
  cursor: pointer;
  text-decoration: none;
}
.searchlist-product .active-button {
  width: 50px;
  height: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  background: rgba(46, 128, 133, 0.1);
  border-radius: 25px;
  color: #005093;
  padding: 4px;
  margin: 0px 5px;
  float: right;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  margin: 0px;
  padding: 5px 10px !important;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  margin: 0px;
  padding: 5px 10px !important;
}

table tr:nth-child(even) {
  background-color: rgb(244 242 242);
}

.frequentlyUsedButtonDeactive {
  width: 50px;
  height: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  border-radius: 25px;
  padding: 4px;
  margin: 0px 5px;
  float: right;
  background: #ffe4e4 !important;
  color: #f83232 !important;
}
.frequentlyUsedButtonActive {
  color: #005093;
  width: 50px;
  height: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 13px;
  text-align: center;
  background: rgba(46, 128, 133, 0.1);
  border-radius: 25px;
  padding: 4px;
  margin: 0px 5px;
  float: right;
}
.add-branch-input::placeholder {
  font-size: 13px;
  color: #757575;
}
.password-input::placeholder {
  font-size: 13px;
}
.password-input {
  border-radius: 8px !important;
}
.password-input-group .password-input::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
}

.password-input-group .password-input[type="password"]::after {
  content: "\f070";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.password-input-group .password-input[type="text"]::after {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.quotationScroll {
  overflow: scroll !important;
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  height: 800px !important;
  scroll-behavior: auto;
}
/* .droppable_container {
  overflow: auto !important;
} */

.send-password-link-btn {
  background: #ffffff;
  border: 1px solid #ec934c !important;
  border-radius: 6px !important;
  color: #ec934c !important;
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 20px !important;
}
.send-password-link-btn:hover {
  background-color: #ec934c !important;
  color: white !important;
}


/* Custom CSS */
.p-tabview-title {
    color: '#ec934c' !important;
}