@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");

body {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  background: #f6f6f6;
}

/* body .modal-open {
  zoom: 100%;
}
.modal-backdrop {
  width: 100% !important;
  height: 100% !important;
} */

::-webkit-input-placeholder {
  /* Edge */
  font-size: 14px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 14px;
}

::placeholder {
  font-size: 14px;
}

/*Progress bar----*/

:root {
  --line-border-fill: #72ae4e;
  --line-border-empty: #e0e0e0;
}

.container {
  text-align: center;
}
/* =================================================================================================================== */
/*  */
/* =================================================================================================================== */

@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 90vw !important;
  }
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
  z-index: 9;
}

.progress-container::before {
  content: "";
  background-color: var(--line-border-empty);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}

.progress {
  background-color: var(--line-border-fill) !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px !important;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  background-color: #afafaf;
  color: #999;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.circle.active {
  background: var(--line-border-fill);
}

#firstName,
#lastName,
#businessTitle,
#officeName,
#city,
#pay_name,
#bill_city {
  text-transform: capitalize;
}

.btn.btn-active,
.btn:hover,
.btn:focus {
  color: #fff !important;
  background: #296dc5 !important;
  border: 3px solid #296dc5 !important;
}

.btn-active {
  color: #fff !important;
  background: #296dc5 !important;
  border: 3px solid #296dc5 !important;
}

.btn:focus {
  outline: 0;
}

.btn:disabled {
  background-color: #fff;
  color: #000;
  cursor: not-allowed;
}

.progress-container p {
  position: absolute;
  bottom: -50px;
  color: #000;
  font-size: 20px;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
/*Progress bar--ends-------*/

.whitebox {
  padding: 10px 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow:
    rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px,
    rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.mrr-t-b {
  margin: 50px 0;
}

.width-200 {
  width: 200px;
}

h1 {
  font-size: 30px !important;
}

.input-wrapper {
  position: relative;
  line-height: 14px;
}
.input-radio {
  position: relative;
  line-height: 14px;
  top: 24px;
  left: 0px;
}

.dropdown label{
  display: inline;
}

.input-radio input {
  bottom: 24px;
}

.input-radio input[id=baa] {
  bottom: 82px;
}

.input-wrapper label {
  position: absolute;
  top: 20px;
  left: 15px;
}

.input-radio label {
  position: relative;
  display: inline-block;
}

label {
  color: #666565;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 500;
  z-index: 3;
  padding: 0 2px;
  pointer-events: none;
  background: #fff;
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

label[for="checkPrivacyPolicy"] {
  text-transform: none;
}

label[for="baa"] {
  text-transform: none;
  text-align: justify;
  line-height: 1.2;
}
/* ========================================================================================================================== */
/* Override */
/* ========================================================================================================================== */
.custom-input-checkbox {
  text-align: left !important;
  display: flex !important;
  margin: 8px 0px !important;
}
.custom-input-checkbox input {
  padding: 10px 10px !important;
  margin-right: 20px !important;
  float: none !important;
  margin-top : 0px !important
}
.custom-input-checkbox label {
  display: contents !important;
  pointer-events: initial !important;
}

input {
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #000;
  outline: none;
  border: 1px solid #716f6e !important;
  padding: 15px 20px !important;
  border-radius: 20px;
  position: relative;
}
input:invalid + label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
input:focus {
  border-color: #2b96f1;
}
input:focus + label {
  color: #666565;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
}

.form-control:focus {
  box-shadow: none !important;
}

.input-wrapper select {
  line-height: 45px;
  border-color: #726f6e;
}

.input-group-text {
  background-color: #ffffff !important;
  border-color: #726f6e !important;
}

/* #contact input[type=password] {
  border-right: 0px !important;
} */

.require {
  color: #ff0000;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: -8px;
  color: #666565 !important;
  font-size: 16px;
  font-weight: 500;
}
.did-floating-label {
  color: #666565 !important;
  font-size: 16px;
  font-weight: 500 !important;
  font-weight: normal;
  position: absolute !important;
  pointer-events: none;
  left: 15px !important;
  top: 40px !important;
  padding: 0 5px;
  background: #fff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.did-floating-select {
  border: 1px solid #716f6e !important;
  padding: 15px 20px !important;
  border-radius: 20px;
  font-size: 18px !important;
  font-weight: 500 !important;
  color: #000 !important;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top: 15px !important;
  font-size: 16px;
  font-weight: 500;
}

.did-floating-select:not([multiple]):not([size]) {
  background-image: url(../img/arrow.png);
  background-position: right 15px top 50%;
  background-repeat: no-repeat;
}

.did-floating-label-content {
  position: relative;
}

/* The container */
.custom-radio {
  display: inline;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
  left: 0;
}

/* Hide the browser's default radio button */
.custom-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #666565;
}

/* On mouse-over, add a grey background color */
.custom-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.custom-radio input:checked ~ .checkmark {
  background-color: #72ae4e;
  outline: 1px solid #72ae4e;
  border: 2px solid #fff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.custom-radio .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.productQty {
  border: 0px !important;
  padding: 0px !important;
  border-radius: 0px !important;
}
.productQty:focus {
  border: 0px;
}
.pdfobject-container {
  height: 30rem;
  border: 1rem solid rgba(0, 0, 0, 0.1);
}
.custom-border {
  border: 1px solid black;
  padding: 5px;
}
.container h4 {
  text-align: left;
  font-weight: 400;
}
h3 {
  font-weight: 400;
}
h1 {
  font-weight: 400;
}
h5 {
  font-weight: 400;
}

.labelClick label {
  pointer-events: all;
}

.modal-lg,
.modal-xl {
  max-width: 80% !important;
}

#productTable td:first-child:before {
  counter-increment: Serial; /* Increment the Serial counter */
  content: "Serial is: " counter(Serial); /* Display the counter */
}

.input-group-append #basic-addon2 {
  padding: 1.02rem 0.75rem;
  border-radius: 0px;
  border: 0px 1px;
  background-color: #e9ecef !important;
}

.input-group-text {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.einP {
  font-size: 0.95rem;
  text-align: justify;
}
/* 
#contact {
  display: none !important;
}
#users {
  display: block !important;
} */
