@charset "utf-8";

/* CSS Document */

body {
  background-color: #e9efec;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cGF0aCBkPSJNMjggNjZMMCA1MEwwIDE2TDI4IDBMNTYgMTZMNTYgNTBMMjggNjZMMjggMTAwIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSI+PC9wYXRoPgo8L3N2Zz4=);
  font-family: "Oswald", "Helvetica Newe", Helvetica, sans-serif !important;
}

* {
  border: 0;
  box-sizing: content-box;
  color: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  list-style: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: top;
}

.js {
  width: 100% !important;
  background-color: none !important;
}

.dropbtn {
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
  color: white;
  padding: 10px;
  width: 100px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.dropup {
  position: relative;
  padding: 5px;
  float: right;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  bottom: 55px;
  z-index: 1;
}

.dropup-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  float: left;
}

.dropup-content a:hover {
  background-color: #ccc;
  width: 100%;
  text-align: left;
}

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980b9;
}

.color_grey {
  color: #a0a0a0;
}

.color_grey h2 {
  color: #a0a0a0;
}

.container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.card {
  position: relative;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
  margin: 10px;
  box-shadow: rgb(38 57 77) 0px 20px 30px -10px !important;
  padding: 5px;
}

.btn-primary {
  color: black;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  color: black;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  padding: 0.75rem 1.5rem;
  font-size: 0.75rem;
  border-radius: 0.5rem;
  transition: all 0.15s ease-in;
  text-transform: uppercase;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn-primary:hover {
  color: #fff;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
}

.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
}

@media (max-width: 1000px) {
  .card {
    height: auto;
  }
}

.cardColumn {
  position: relative;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1rem;
  margin: 10px;
  flex-grow: 1;
}

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

.cardRowLast {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1000px) {
  .cardRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.cardIn {
  position: relative;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1rem;
  flex-grow: 0 0 auto;
  margin: 10px;
}

.cardRow .cardIn input .item {
  position: relative;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1rem;
  height: auto;
  flex-grow: 1;
  margin: 10px;
}

.date_class {
  width: 250px;
  margin-top: 5px;
}

/* Removes the clear button from date inputs */
input[type="date"]::-webkit-clear-button {
  display: none;
}

/* Removes the spin button */
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
  color: #2c3e50;
}

/* A few custom styles for date inputs */

input[type="date"],
label {
  color: grey !important;
}

input[type="date"],
focus {
  color: #95a5a6;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.itemTwo {
  position: relative;
  flex-direction: column;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 1rem;
  height: auto;
  flex-grow: 2;
  margin: 10px;
}

.customerContainer {
  position: relative;
  width: auto;
  height: auto;
  margin: 50px;
}

.fuck {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding-bottom: 10px;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.customerContainerHeader {
  width: 80%;
  margin: 0 auto;
  padding-top: 20px;
  margin-bottom: 25px;
  font-size: 25px;
  text-align: center;
  color: white;
  border-top-left-radius: 10px;
}

.width150 {
  padding-left: 5px;
  border: 1px solid #9c9c9c;
  background: none;
  display: block;
  width: 250px;
  height: 2em;
  outline: none;
  color: black;
  transition: 250ms width ease, 250ms border-color ease;
}

.show {
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
  color: #fff;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  margin-top: 27px;
}

/*.show:hover{
	color: blue;
}
	*/

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 73, 94, 0.8);
  z-index: 50;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.modal {
  height: 450px;
  width: auto;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  background: #fff;
  box-shadow: 0 0 1in -0.25in rgba(0, 0, 0, 0.5);
  z-index: 100;
  transition: 0.5s ease-out;
  transform: translateY(45px);
}

.active {
  visibility: visible;
  opacity: 1;
}

.active + .modal {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.fa-plus {
  padding-right: 5px;
}

.show span {
  margin-right: 10px;
}

.productSelect select {
  width: 95%;
  background: none;
  color: black;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 250px;
  color: black;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 9999;
  bottom: 50%;
  opacity: 0;
  margin-left: 10px;
  transition: 0.6s;
  box-shadow: 3px 3px 5px 6px #ccc;
  background: white;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.help {
  margin-top: 1px;
  color: blue;
}

.close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  opacity: 1;
  z-index: 9999;
  color: black;
  cursor: pointer;
}

.close:before,
.close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
  z-index: 9999;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.create-pages-close {
  position: absolute !important;
  right: 5% !important;
  top: 2% !important;
}

.close-button {
  position: absolute;
  right: 5%;
  top: 8%;
  width: 32px;
  height: 32px;
  opacity: 1;
  z-index: 9999;
  color: black;
}

.close-button:hover {
  opacity: 1;
}

.close-button:before,
.close-button:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
  z-index: 9999;
}

.close-button:before {
  transform: rotate(45deg);
}

.close-button:after {
  transform: rotate(-45deg);
}

.textareaSection {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  margin-left: 5px;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
}

.textareaSection label {
  width: 400px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  color: #626262;
  font-size: 15px;
  margin-left: 20px;
  font-weight: 700;
}

.textareaSection textarea {
  width: 400px;
  height: 150px;
  padding-left: 10px;
  border: 1px solid #e0e0e0;
  padding-top: 10px;
  padding-right: 10px;
  margin: 20px;
  color: #626262;
  box-shadow: rgb(38 57 77) 0px 20px 30px -10px !important;
}

.textareaSection textarea:hover {
  box-shadow: 3px 3px 5px 6px #ccc;
}

.textareaSection textarea:focus {
  box-shadow: 3px 3px 5px 6px #ccc;
}

.customerInfo {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 5px;
}

.blockSelect {
  width: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 5px;
}

label {
  font-size: 18px;
}

.margin-top {
  margin-top: 10px;
}

.font-size {
  font-size: 12px;
}

#date {
  padding-left: 5px;
  border: 1px solid #9c9c9c;
  background: none;
  display: block;
  width: 15em;
  height: 2em;
  outline: none;
  color: black;
  transition: 250ms width ease, 250ms border-color ease;
}

.input {
  padding-left: 5px;
  border: 1px solid #9c9c9c;
  background: none;
  display: block;
  width: 15em;
  height: 2em;
  outline: none;
  color: black;
  transition: 250ms width ease, 250ms border-color ease;
}

.backgroundColor {
  background: #24c6dc;
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
}

.input:hover {
  box-shadow: 3px 3px 5px 6px #ccc;
}

.input:focus {
  border: 1px solid #d1d1d1;
  box-shadow: 3px 3px 5px 6px #ccc;
}

#inputText {
  padding-left: 5px;
  border: 1px solid #9c9c9c;
  background: none;
  display: block;
  width: 15em;
  height: 2em;
  outline: none;
  color: black;
  transition: 250ms width ease, 250ms border-color ease;
}

#date:hover {
  box-shadow: 3px 3px 5px 6px #ccc;
}

#date:focus {
  border: 1px solid;
  box-shadow: 3px 3px 5px 6px #ccc;
}

#inputText:hover {
  box-shadow: 3px 3px 5px 6px #ccc;
}

#inputText:focus {
  border: 2px solid;
  box-shadow: 3px 3px 5px 6px #ccc;
}

select::-ms-expand {
  display: none;
}

.select {
  position: relative;
  display: flex;
  width: 15em;
  height: 2em;
  line-height: 2;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 0.25em;
}

select {
  flex: 1;
  padding: 0 0.3em;
  color: #fff;
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0 !important;
}

.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
}

.select:hover::after {
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
  color: blue;
}

/* content editable */

*[contenteditable] {
  border-radius: 0.25em;
  min-width: 1em;
  outline: 0;
  cursor: pointer;
}

*[contenteditable]:hover,
*[contenteditable]:focus,
td:hover *[contenteditable],
td:focus *[contenteditable],
img.hover {
  background: #def;
  box-shadow: 0 0 1em 0.5em #def;
}

span[contenteditable] {
  display: inline-block;
}

/* heading */

h1 {
  font: bold 100% sans-serif;
  letter-spacing: 0.5em;
  text-align: center;
  text-transform: uppercase;
}

/* table */

table {
  font-size: 75%;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

th,
td {
  border-width: 1px;
  padding: 0.5em;
  position: relative;
  text-align: left;
}

td:hover {
  background: #def;
  box-shadow: 0 0 1em 0.5em #def;
}

td {
  border-bottom: 1px solid #bbb;
  border-color: #ddd;
}

th {
  border-bottom: 1px solid #ddd;
}

/* page */
html {
  font: 16px/1 "Open Sans", sans-serif;
  overflow: auto;
  cursor: default;
}

.sectionOne {
  width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0.5in;
  border-radius: 1px;
}

.sectionTwo {
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
  padding: 0.1in;
  width: 100%;
}

/* header */

header {
  margin: 0 0 3em;
  border-bottom: 1px solid #adadad;
}

header:after {
  clear: both;
  content: "";
  display: table;
}

header h1 {
  border-radius: 0.25em;
  color: black;
  margin: 0 0 1em;
  padding: 0.5em 0;
}

header address {
  float: left;
  font-size: 75%;
  font-style: normal;
  line-height: 1.25;
  margin: 0 1em 1em 0;
}

header address p {
  margin: 0 0 0.25em;
}

header span,
header img {
  display: block;
  float: right;
}

header span {
  margin: 0 0 1em 1em;
  max-height: 25%;
  max-width: 60%;
  position: relative;
}

header img {
  max-height: 100%;
  max-width: 100%;
}

header input {
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* article */

article,
article address,
table.meta,
table.inventory {
  margin: 0 0 3em;
}

article:after {
  clear: both;
  content: "";
  display: table;
}

article h1 {
  clip: rect(0 0 0 0);
  position: absolute;
}

article address {
  float: left;
  font-size: 125%;
  font-weight: bold;
}

/* table meta & balance */

table.meta,
table.balance {
  float: right;
  width: 36%;
}

table.meta:after,
table.balance:after {
  clear: both;
  content: "";
  display: table;
}

/* table meta */

table.meta th {
  width: 40%;
}

table.meta td {
  width: 60%;
}

/* table items */

table.inventory {
  clear: both;
  width: 100%;
}

table.inventory th {
  font-weight: bold;
  text-align: center;
}

table.inventory td:nth-child(1) {
  width: 26%;
  height: 20px;
}

table.inventory td:nth-child(2) {
  width: 38%;
}

table.inventory td:nth-child(3) {
  text-align: right;
  width: 12%;
}

table.inventory td:nth-child(4) {
  text-align: right;
  width: 12%;
}

table.inventory td:nth-child(5) {
  text-align: right;
  width: 12%;
}

/* table balance */

table.balance th,
table.balance td {
  width: 50%;
}

table.balance td {
  text-align: right;
}

/* aside */

aside h1 {
  border-bottom: 1px solid #adadad;
  margin: 0 0 1em;
  border-color: #999;
  border-bottom-style: solid;
}

h2 {
  font: bold 100% sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* javascript */

.buttonLine {
  display: flex;
  justify-content: flex-start;
  position: relative;
  width: 100%;
  margin: 5px;
}

.block {
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  border-radius: 5px;
  text-align: center;
}

.add {
  text-align: center;
  border: 1px solid #dfdfdf;
  display: block;
  font-size: 0.8rem;
  width: auto;
  height: auto;
  padding: 5px;
  border-radius: 0.5em;
  border-color: #0076a3;
  color: black;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 15px;
}

.cut {
  width: 35px;
  height: 18px;
  border: 1px solid #e9e9e9;
  margin-top: 5px;
  border-radius: 0.2em;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  top: -0.4em;
  left: -4em;
}

.add:hover {
  background: #00adee;
}

tr:hover .cut {
  opacity: 1;
}

@page {
  margin: 0;
}

.font-size_uni_12 {
  font-size: 14px;
  letter-spacing: 1px;
}

.font-size_uni_25 {
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 1px;
}

.topBar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
  color: black;
  text-align: center;
  z-index: 9000;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  background-color: #3a3a3a;
  color: white;
  text-align: center;
}

.button2 {
  width: 180px !important;
  float: right;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  border-radius: 10px;
  margin-right: 10px;
}

.button2:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.button1 {
  width: 180px !important;
  float: right;
  background: #24c6dc;
  background: linear-gradient(to right, #514a9d, #24c6dc);
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc);
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  border-radius: 10px;
  margin-right: 10px;
}

.button1:hover {
  box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24),
    0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.TaxHeading {
  visibility: hidden;
}

.BillTo {
  display: none;
}

.BillToHeading {
  visibility: hidden;
}

strong {
  font-weight: bold;
}

@media print {
  * {
    visibility: hidden;
  }

  .print-container_two,
  .print-container_two * {
    visibility: visible;
    box-shadow: none;
    width: 100%;
    margin: 0px;
  }

  .print-container_two {
    width: 100%;
    height: 100%;
  }

  .print-container {
    top: 0;
  }

  .sectionOne {
    display: none;
  }

  .service-date,
  .VAT,
  .vatoption,
  .tld,
  .me {
    display: none;
  }

  .buttonLine {
    display: none;
  }

  aside {
    display: none;
  }
}

.print_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px;
  visibility: hidden;
}

.table_head {
  color: black;
  display: none;
  visibility: hidden;
}

.name {
  width: 30%;
  margin: 5px;
  visibility: hidden;
}

.name h1 {
  text-align: left;
  font-size: 30px;
  color: black;
  visibility: hidden;
}

.logo {
  width: 20%;
  margin: 5px;
  visibility: hidden;
}

.logo img {
  height: 100%;
  width: 100%;
  visibility: hidden;
}

.company_details {
  width: 40%;
  margin: 5px;
  padding: 5px;
  visibility: hidden;
}

.text_box {
  width: 100%;
  height: 30px;
  visibility: hidden;
}

.company_details p {
  position: absolute;
  font-size: 15px;
  color: black;
  visibility: hidden;
}

.billing_address {
  width: 30%;
  margin: 5px;
  visibility: hidden;
}

.billing_address p {
  padding: 5px;
  visibility: hidden;
}

.container_quote_info {
  display: flex;
  display: none;
  flex-direction: row;
  justify-content: flex-start;
  margin: 10px;
  visibility: hidden;
}

.container_quote_info .form-control {
  width: 150px;
}

.quote_info h6 {
  font-size: 15px;
}

.quote_info {
  width: 75%;
  margin-top: -50px;
  margin-right: -40px;
  visibility: hidden;
}

.quote_info p {
  padding: 10px;
  line-height: 1px;
  color: black;
  visibility: hidden;
}

.container_quote_details {
  display: flex;
  display: none;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 5px;
  visibility: hidden;
}

.quote_details {
  width: 20%;
  margin: 5px;
  visibility: hidden;
}

.quote_details h6 {
  font-size: 15px;
  color: #626262;
  visibility: hidden;
  text-align: center;
}

.quote_details p {
  text-align: center;
  color: black;
  visibility: hidden;
}

.bank_details {
  width: 50%;
  margin: 5px;
  padding: 5px;
  visibility: hidden;
}

.bank_details p {
  font-size: 12px;
  text-align: left;
  color: black;
  visibility: hidden;
}

.quote_final {
  width: 50%;
  margin: 5px;
  visibility: hidden;
}

.quote_final table {
  width: 100%;
  visibility: hidden;
}

.quote_info table {
  width: 100%;
  visibility: hidden;
}

@media print {
  article {
    display: none;
  }

  aside {
    display: none;
  }

  #button_top::after {
    visibility: hidden;
    display: none;
  }

  #button_top.show_top {
    visibility: hidden;
    display: none;
    opacity: 0;
  }

  #button_top::before {
    display: none;
    visibility: hidden;
  }

  .print_container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px;
  }

  .name {
    visibility: visible;
    height: 50px;
  }

  .name h1 {
    visibility: visible;
  }

  .logo {
    visibility: visible;
  }

  .logo img {
    visibility: visible;
  }

  .company_details {
    visibility: visible;
  }

  .company_details p {
    visibility: visible;
  }

  .billing_address {
    visibility: visible;
  }

  .billing_address p {
    visibility: visible;
  }

  .container_quote_info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin: 10px;
    visibility: visible;
  }

  .quote_info {
    visibility: visible;
  }

  .quote_info p {
    visibility: visible;
  }

  .container_quote_details {
    width: 110%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    visibility: visible;
    margin-left: -40px;
  }

  .container_quote_details h6 {
    font-size: 15px;
    margin-left: -10px;
  }

  .container_quote_details .form-control {
    width: 100px;
    font-size: 10px;
    color: black;
    font-weight: 500;
  }

  .quote_details {
    visibility: visible;
  }

  .quote_details h6 {
    visibility: visible;
  }

  .quote_details p {
    visibility: visible;
  }

  .bank_details {
    visibility: visible;
  }

  .bank_details p {
    visibility: visible;
  }

  .quote_final {
    visibility: visible;
  }

  .quote_final table {
    visibility: visible;
  }

  .quote_info table {
    visibility: visible;
  }

  .inventory_two {
    visibility: visible;
  }

  .balance_two {
    visibility: visible;
  }

  .metaInvoice {
    visibility: visible;
  }

  .table {
    visibility: visible;
  }

  .discount {
    visibility: visible;
  }

  .table_head {
    visibility: visible;
  }

  .balance {
    visibility: hidden;
    display: none;
  }

  .inventory {
    visibility: hidden;
    display: none;
  }

  .aside {
    visibility: hidden;
    display: none;
  }
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 38px !important;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #444;
  line-height: 35px !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 35px !important;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.btnTest {
  background-color: #2196f3;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  outline: none;
}

.dropdownTest {
  float: right;
  margin-top: 10px;
  padding: 10px;
}

.dropdown-contentTest {
  display: none;
  position: absolute;
  z-index: 1;
  right: 15px;
  padding: 10px;
}

.dropdown-contentTest a li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-contentTest li {
  list-style-type: none;
}

.dropdown-contentTest input li checkbox {
  margin-right: 20px;
}

.dropdown-contentTest a:hover {
  background-color: #ddd;
}

.dropdownTest:hover .dropdown-contentTest {
  display: block;
  background-color: #fff;
  background-clip: border-box;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px !important;
  border-radius: 1rem;
}

.btnTest:hover,
.dropdownTest:hover .btnTest {
  background-color: #0b7dda;
}

#button {
  display: inline-block;
  background: #16222a;
  background: linear-gradient(to right, #3a6073, #16222a);
  background: -webkit-linear-gradient(to right, #3a6073, #16222a);
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  z-index: 1000;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}

.topnav {
  overflow: hidden;
  background: linear-gradient(to right, #3a6073, #16222a);
  background: -webkit-linear-gradient(to right, #3a6073, #16222a);
  display: flex;
  justify-content: flex-end;
}

.topnav a {
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  background: #16222a;
  background-color: linear-gradient(to right, #3a6073, #16222a) !important;
  background-color: -webkit-linear-gradient(
    to right,
    #3a6073,
    #16222a
  ) !important;
}

.topnav a.active {
  background-color: linear-gradient(to right, #3a6073, #16222a) !important;
  background-color: -webkit-linear-gradient(
    to right,
    #3a6073,
    #16222a
  ) !important;
  color: white;
  top: 0;
  right: 0;
  margin: 5px;
}

.topnav a:hover {
  text-decoration: none;
}

.checkboxContainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 3px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkmark {
  position: absolute;
  top: 10px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  margin-left: 25px;
}

.checkboxContainer:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkboxContainer input:checked ~ .checkmark {
  background-color: #2196f3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

.checkboxContainer .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

select::-ms-expand {
  display: none;
}

select {
  flex: 1;
  padding: 0 0.5em;
  color: #fff;
  cursor: pointer;
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 0.25em;
  margin-left: 58px;
}

.select::after {
  content: "\25BC";
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.25s all ease;
  -o-transition: 0.25s all ease;
  transition: 0.25s all ease;
  color: #f39c12;
}

.ui-w-80 {
  width: 80px !important;
  height: auto;
}

.btn-default {
  border-color: rgba(24, 28, 33, 0.1);
  background: rgba(0, 0, 0, 0);
  color: #4e5155;
}

label.btn {
  margin-bottom: 0;
}

.btn-outline-primary {
  border-color: #26b4ff;
  background: transparent;
  color: #26b4ff;
}

.text-light {
  color: #babbbc !important;
}

.btn-facebook {
  border-color: rgba(0, 0, 0, 0);
  background: #3b5998;
  color: #fff;
}

.btn-instagram {
  border-color: rgba(0, 0, 0, 0);
  background: #000;
  color: #fff;
}

.settingsContainer {
  width: 95%;
  overflow: hidden;
  height: auto;
  margin: 10px;
}

@media (max-width: 768px) {
  .settingsContainer {
    width: 90%;
    margin: 5px;
  }
}

.settingContainerSectionFields {
  float: left;
  margin-bottom: 20px;
  width: 95%;
  height: auto;
  overflow: hidden;
  display: table-cell;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 20px;
}

.settingContainerSectionFields:hover {
  background: #076585;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #fff, #076585);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #fff, #076585);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

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

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

.settingContainerSectionRows {
  text-align: left !important;
  margin-top: 5px;
  margin-bottom: 10px;
  height: auto;
  overflow: hidden;
  float: left;
  width: 95%;
  display: table-row;
}

.setting .settingContainerSectionRight {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}

.settingContainerSectionTitle {
  width: 200px;
  height: auto;
  overflow: hidden;
  margin: 5px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  padding: 5px 5px 5px 5px;
}

.box {
  height: auto;
  overflow: hidden;
  width: 100%;
  border: 1px solid black;
}

.boxRight {
  width: 45%;
  float: left;
  border: 1px solid black;
  margin-left: 20px;
}

.hoverfeautre {
  background-color: none;
}

.hoverfeautre:hover {
  border-bottom: 1px solid black;
}

.paddingButton {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.paddingButtonSave {
  margin-left: 55px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.settingText {
  width: 70%;
  float: left;
  text-align: left;
  font-size: 15px;
  padding: 0px 0 0 10px;
  margin-left: 50px;
  margin-top: 10px;
}

.bold-text {
  font-weight: 700;
}

.settingToggle {
  width: 150px;
  float: right;
  padding: 0 0px 0px 0;
  margin-top: 10px;
}

.settingTextbox {
  width: 150px;
  float: right;
  padding: 0 0px 0px 25px;
  margin-top: 0px;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

.slider.round {
  border-radius: 24px;
}

.slider.round:before {
  border-radius: 50%;
}

.row-bordered {
  overflow: hidden;
}

.account-settings-fileinput {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.account-settings-links .list-group-item.active {
  font-weight: bold !important;
}

html:not(.dark-style) .account-settings-links .list-group-item.active {
  background: #24c6dc !important;
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc) !important;
  background: linear-gradient(to right, #514a9d, #24c6dc) !important;
}

.account-settings-multiselect ~ .select2-container {
  width: 100% !important;
}

.light-style .account-settings-links .list-group-item {
  padding: 0.85rem 1.5rem;
  border-color: rgba(24, 28, 33, 0.03) !important;
}

.light-style .account-settings-links .list-group-item.active {
  background: #24c6dc !important;
  background: -webkit-linear-gradient(to right, #514a9d, #24c6dc) !important;
  background: linear-gradient(to right, #514a9d, #24c6dc) !important;
  color: white;
}

.material-style .account-settings-links .list-group-item {
  padding: 0.85rem 1.5rem;
  border-color: rgba(24, 28, 33, 0.03) !important;
}

.material-style .account-settings-links .list-group-item.active {
  color: #4e5155 !important;
}

.dark-style .account-settings-links .list-group-item {
  padding: 0.85rem 1.5rem;
  border-color: rgba(255, 255, 255, 0.03) !important;
}

.dark-style .account-settings-links .list-group-item.active {
  color: #fff !important;
}

/* Loading Icon */

.loading-icon {
  display: none;
  /* Initially hide the loading icon */
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100000 !important;
}

.text-container {
  display: flex;
  backdrop-filter: none;
  /* Disable blur effect for the text container */
}

.text {
  margin: 0;
  white-space: nowrap;
  position: relative;
  z-index: 100000;
}

.spin {
  animation: spin 2s linear infinite;
}

.spin-reverse {
  animation: spin-reverse 2s linear infinite;
}

.pause {
  animation: pause 2s 1 forwards;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

@keyframes pause {
  0% {
    transform: rotate(360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.container {
  display: flex;
  border-bottom: 2px solid cornflowerblue;
  padding: 10px;
  height: 250px;
  max-width: 100% !important;
}

.left-section,
.right-section {
  flex: 1;
  margin: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.box {
  border: unset !important;
}

.box-row {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: flex-start;
}

.full {
  width: 100%;
}

.half {
  flex: 1;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.billing-box {
  width: 150px;
  display: flex;
  flex-direction: column;
}

.billing-box textarea {
  resize: vertical;
  height: 80px;
  margin-top: 5px;
}

.right-section {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.amount-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.amount-box input {
  margin-top: 5px;
}

.totalAmount {
  font-size: 35px;
  font-weight: bold;
  color: cornflowerblue;
}

.currencySymbolAmount {
  font-size: 35px !important;
  font-weight: bold !important;
  color: cornflowerblue !important;
}

.dateInputs {
  height: 40px !important;
  border: 1px solid darkgrey !important;
}

.displayFlexFooter {
  display: flex;
  justify-content: space-between;
}

/* CSS */
.button-15 {
  background-image: linear-gradient(cornflowerblue, #0070c9);
  border: 1px solid #0077cc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  direction: ltr;
  display: block;
  font-family: "SF Pro Text", "SF Pro Icons", "AOS Icons", "Helvetica Neue",
    Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.022em;
  line-height: 1.47059;
  min-width: 30px;
  overflow: visible;
  padding: 4px 15px;
  text-align: center;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
}

.button-15:disabled {
  cursor: default;
  opacity: 0.3;
}

.button-15:hover {
  background-image: linear-gradient(#51a9ee, #147bcd);
  border-color: #1482d0;
  text-decoration: none;
}

.button-15:active {
  background-image: linear-gradient(#3d94d9, #0067b9);
  border-color: #006dbc;
  outline: none;
}

.button-15:focus {
  box-shadow: rgba(131, 192, 253, 0.5) 0 0 0 3px;
  outline: none;
}

.cancelBtn {
  background-color: red !important;
}

.quote-line-actions {
  margin-top: 20px;
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
}

.line-button {
  padding: 10px 20px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.line-button.add {
  color: #0d99ff;
  border-color: #0d99ff;
  background-color: white;
}

.line-button.add:hover {
  background-color: #0d99ff;
  color: white;
}

.line-button.clear {
  color: #6c757d;
  border: 2px solid #adb5bd;
}

.line-button.clear:hover {
  background-color: #f1f3f5;
}

.btn-remove-line {
  background-color: #fff;
  border: 1px solid #dc3545;
  color: #dc3545;
  border-radius: 50%;
  padding: 6px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  margin-top: 4px;
}

.btn-remove-line:hover {
  background-color: #dc3545;
  color: #fff;
}

.remove-icon {
  font-size: 14px;
  line-height: 1;
}

.borderNone {
  border: unset !important;
}

.balance h6 {
  text-align: right !important;
  padding-top: 6px !important;
}

.quote_heading {
  width: 100%;
  border-bottom: 1px solid gainsboro;
  margin: 0 auto;
}

.quote_heading h6 {
  font-size: 25px;
  color: black;
  font-weight: 600;
  z-index: 2000;
  text-align: center;
}

.quoteText {
  font-weight: bold;
  color: cornflowerblue;
  font-size: 20px;
}

.quote_container {
  display: flex;
  padding: 10px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 2px !important;
}

#testing th:first-child {
  width: 10px !important;
  border-top: none !important;
}

#testing td:first-child {
  text-align: center !important;
  border-top: none !important;
}

.displayNone {
  display: none !important;
}

.container {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
