.page-space {
  margin-left: 5px;
  margin-right: 5px;
}

.left_right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left {
  text-align: left;
}

.right {
  text-align: left;
}

.login_box {
  margin: 7% auto;
  margin-top: 1%;
}

@media (min-width: 1200px) {
  .login_box {
    width: 30%;
  }
}

.login_text {
  font-size: 35px;
  font-family: cursive;
  font-weight: 700;
}

.heading_text {
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Poppins;
  font-weight: 700;
}

.right {
  text-align: right;
}

.register_a {
    cursor: pointer;
    color: #377CCA;
    background-color: transparent;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    font-family: Poppins;
    font-weight: 300;
}

.loginBg {
  background-image: url(../img/loginbg.png);
  background-size: cover;
  display: flex;
}

.logo-content {
  margin-top: 5%;
}

.black-color {
  color: black;
}

.d-flext-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.addStockBtn {
    position: relative;
    display: inline-block;
}

.addStockBtn .tooltiptext {
    visibility: hidden;
    width: 220px; 
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%; 
    left: 50%;
    margin-left: -80px; 
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.addStockBtn .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.addStockBtn:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.stock {
    position: relative;
    display: inline-block;
}

.stock .tooltiptext {
    visibility: hidden;
    width: 220px; 
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 74%; 
    left: 50%;
    margin-left: -80px; 
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

.stock .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.stock:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.card-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 3px solid #e5e9f2;
  border-radius: 0.25rem;
}

.col-xs-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}

.col-xs-3 {
  width: 25%;
  float: left;
}
.check-box {  
  border: 1px solid #ccc;
  padding-top: 8px;
}

.form-row-flex {
  margin-right: -15px;
  margin-left: -15px;
  display: flex;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.access-green {
  color: #08b008;
}

.boxtitle-left-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.access-i {
  font-size: 18px !important;
}

.table-suc {
    font-family: 'Source Sans Pro';
    background-color: #69aa8c;
    color: #000000;
    border-radius: 3px;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.table-deng {
    font-family: 'Source Sans Pro';
    background-color: #dd6e60;
    color: #000000;
    border-radius: 3px;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.table-pand {
    font-family: 'Source Sans Pro';
    background-color: #dfbd4d;
    color: #000000;
    border-radius: 3px;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.table-quotation-open {
    font-family: 'Source Sans Pro';
    background-color: #377CCA;
    color: #000000;
    border-radius: 3px;
    padding: 3px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
}

.box-party {
  flex-basis: 50%;
  height: 150px;
  border-right: 1px solid #e5e9f2 !important;
}

.boxInvoiceNumber {
  flex-basis: 50%;
}

.addparty-div {
  margin: 20px;
}
.addparty {
    text-decoration: none;
    border: 3px dashed #377CCA;
    display: inline-block;
    cursor: pointer;
    padding: 19px;
    width: 50%;
    text-align: center;
}

.container-party {
    display: flex;
    justify-content: space-between;
}

.container-date {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.btn-change-party {
    float: right;
    margin-bottom: 0;
    font-size: 12px;
    padding: 0px 4px 0px 4px;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background: #8a909d;
    border: 3px solid #8a909d;
    color: #ffffff;
    border-radius: 3px;
    display: none;
}

.btn-change-party:hover {
    color: #ffffff;
    background-color: #757c8c;
    border-color: #6f7685;
}

.party-details {
    display: none;
    margin: 10px;
}

.addItemQR {
    margin: 10px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.additem {
    text-decoration: none;
    border: 3px dashed #377CCA;
    display: flow;
    padding: 15px;
    text-align: center;
}

.addParty-dropdown {
    text-decoration: none;
    border: 3px dashed #377CCA;
    display: flow;
    padding: 5px;
    text-align: center;
}

.addqr {
    text-decoration: none;
    border: 3px double #4b4e53;
    display: flow;
    padding: 15px;
    cursor: pointer;
    color: black;
    text-align: center;
}

.text-a {
  cursor: pointer;
  color: #377CCA;
}

.additempop {
    text-decoration: none;
    border: 3px dashed #377CCA;
    display: flow;
    padding: 5px;
    cursor: pointer;
}

.add-button {
    background-color: #488dff1a;
    color: #488dff;
    width: 100%;
    height: 30%;
    font-weight: 550 !important;
    padding: 2px 12px;
}

 .qty-input {
    text-align: center;
    width: 30%;
    outline: none;
    border: none;
    background: transparent;
}

.input_withoutBoder {
    border: none;
    background: transparent;
    outline: none;
}

.input_withoutBoder:focus {
    border: none; 
    outline: none; 
}

.minus{
    cursor: pointer;
    color: #dd6e60;
    font-size: 25px !important;
}
.plus{
    cursor: pointer;
    color: #69aa8c;
    font-size: 25px !important;
}

.input-group1 {
    align-items: center;
    flex-direction: row;
}

.qty-box {
    width: 15%;
}

#myTable tbody tr {
    cursor: pointer;
}

.input-table {
    width: 100%;
    height: 24px;
    padding: 3px;
    border-radius: 3px;
    text-align: right;
}

.tax-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 1;
    filter: drop-shadow(0px 1px 3px rgba(0,0,0,.35));
    max-height: 150px;
    overflow-y: auto;
}

.tax-ul li {
    padding: 5px;
    cursor: pointer;
    font-size: 12px;
}

.tax-ul li:hover {
    background-color: #f4f4f4;
}

.input-select {
    width: 100%;
    height: 24px;
    padding: 3px;
    border-radius: 3px;
    text-align: left;
}

.item-table-with {
  max-width: 70% !important;
}

@media (max-width: 1200px) {
  .item-table-with {
    max-width: 100% !important;
  }
}

.boxtitle-left-right-gst {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.discount-div {
  border-bottom: 2px solid #f4f4f4; 
  width: 100%;
}

.input-charge-amount {
    width: 27%;
    height: 24px;
    padding: 3px;
    border-radius: 3px;
    text-align: right;
}

.input-charge {
    width: 50%;
    height: 24px;
    padding: 3px;
    border-radius: 3px;
}

.discountDiv {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.input-discount-amount {
    width: 27%;
    height: 24px;
    padding: 3px;
    border-radius: 3px;
    text-align: right;
}

.boxtitle-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 0.25rem;
    /* border-top: 3px solid #377CCA; */
}

.cta {
  position: relative;
  margin: auto;
  padding: 5px 8px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
  margin-right: 5px;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #fec400;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 3px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #fec400;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}

.cta {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-4px);
  }

  50% {
    transform: translateY(4px);
  }
}

.marker-list p {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1rem;
}

.marker-list p::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.p_notes-teams {
  font-size: 14px;
}

.p_print {
  color: #8a909d;
  font-size: 12px;
}

.print_td_tleft {
  border-right: 1px solid;
  padding: 7px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
}

.print_td_tright {
  border-right: 1px solid;
  padding: 7px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}

.date-span {
    font-size: 10px;
    display: none;
}

.container-date:hover .date-span {
    display: block;
}

button:hover .date-span {
    display: none !important;
}

.dropdown-date {
    min-width: 20% !important;
}

.dropdown-date > .bootstrap-select > .dropdown-toggle {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.dropdown-date > .bootstrap-select {
    height: 35px !important;
}

#tawkto-chat-badge, #tawkto-chat-container, #tawkto-chat-container * {
    display: none !important;
}


.mb-025 {
    margin-bottom : 0.25rem!important;
}