.form-box {
  max-width: 380px;
  margin: 40px auto;
  padding: 25px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  font-family: 'Montserrat', sans-serif;
  /*height: 539px;*/
}

.form-title {
  position: relative;
  text-align: center;
  margin-bottom: 29px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 3px;
}

.form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
}

.form-group input {
  width: 100%;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 15px;
  transition: 0.3s;
}

.form-group input:focus {
  border-color: #0d6efd;
  outline: none;
  box-shadow: 0 0 6px rgba(13,110,253,.4);
}

.btn-submit {
  width: 100%;
  padding: 12px;
  background: #0d6efd;
  border: none;
  color: white;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: -12px;
  margin-top: 18px;
}

.btn-submit:hover {
  background: #084298;
}

/* Floating Label Style (Optional) */

.form-floating {
  position: relative;
}

.form-floating input {
  padding: 14px;
}

.form-floating label {
  position: absolute;
  top: 50%;
  left: 12px;
  color: #999;
  font-size: 14px;
  transform: translateY(-50%);
  pointer-events: none;
  transition: .3s;
}

.form-floating input:focus + label, .form-floating input:not(:placeholder-shown) + label {
  top: -6px;
  font-size: 12px;
  background: white;
  padding: 0 5px;
}

/* Mobile Friendly */

@media (max-width: 480px) {
  .form-box {
    margin: 20px;
  }
}

.qty-wrapper {
  width: 71px;
  height: 24px;
  display: flex;
  align-items: center;
  border: 2px solid #999;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  /*font-size: 14px;*/
  margin-right: -6px;
}

/* + and - button */

.qty-btn {
  width: 20px;
  height: 16px;
  border: none;
  background: #f0f0f0;
  font-size: 24px;
  line-height: 10px;
  padding: 0;
  cursor: pointer;
}

/* input */

#qtyInput {
  width: 60px;
  height: 10px;
  border: none;
  text-align: center;
  font-size: 12px;
  line-height: 10px;
  padding: 0;
}

/* remove arrows */

#qtyInput::-webkit-inner-spin-button, #qtyInput::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.TablePos {
  width: 261px;
  margin-left: -12px;
  margin-top: -2px;
  /*border-radius: 10px;*/
}

.Column1ChkBox {
  width: 100%;
  /*height: 33px;*/
}

#formCheck-1 {
  width: 10px;
}

.form-check-input {
  margin-top: -2px;
}

.form-check-label {
  /*position: relative;*/
  /*position: fixed;*/
  margin-top: 8px;
  margin-left: 10px;
}

.TablePos {
  width: 107%;
  /*background-color: #0d6efd;*/
  border-radius: 10px;
  border-width: 1px;
}

.qty-wrapper {
  margin-top: 5px;
}

#chkboxContainar {
  /*background-color: #084298;*/
  /*border-color: #cccccc;*/
  /*border-width: 5px;*/
  border-radius: 10px;
  border: 1px solid #cccccc;
}

div {
}

div {
}

.btn {
}

.btn {
}

.btn {
}

.BkashNogodReceivedMessage {
  width: 100%;
  /*border-width: 2px;*/
}

#SearchBox {
  width: 100%;
  height: 82px;
  /*background-color: #0d6efd;*/
  border-radius: 10px;
  border: 1px solid #cccccc;
}

.messageGenerate {
  font-size: 12px;
}

