body {
  background: #fff;
}
body #wrapper {
  padding-top: 30px !important;
}
body #vendor_content {
  max-width: 1280px;
  margin: 0 auto;
  float: none;
}
body input.text, body input.email, body input.password, body input[type=url], body .establishment_date, body textarea.uniform, body select, body .SumoSelect > .CaptionCont, body .form-control {
  width: 100% !important;
  height: 50px !important;
  border: 1px solid #dfdfdf !important;
  border-radius: 10px !important;
  padding: 0 15px !important;
  outline: none;
  line-height: 50px !important;
}
body input.text:after, body input.email:after, body input.password:after, body input[type=url]:after, body .establishment_date:after, body textarea.uniform:after, body select:after, body .SumoSelect > .CaptionCont:after, body .form-control:after {
  position: absolute;
  right: 15px;
  content: "";
}
body .form-actions-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  background: #f0f0f0 !important;
  margin: 50px 0 0 !important;
  width: 100%;
  border-radius: 16px;
}
body .form-actions-flex button:nth-child(n) {
  font-size: 20px;
  padding: 16px 40px !important;
  background-color: #6be3aa;
  color: #fff;
  border-radius: 30px !important;
  border-color: inherit;
  margin-top: 15px;
  text-transform: uppercase;
}
body .form-actions-flex button.btn-info {
  background-color: #04012d;
  color: #fff;
}
body .form-actions-flex button.btn-primary {
  background-color: #6be3aa;
  color: #fff;
}
body .hasDatepicker {
  background-image: none;
}
body .block-title {
  background-color: #04012D !important;
  border: 8px solid #04012D;
  padding: 0;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
body .block-title .supplier_tab {
  padding: 16px 32px;
  margin: 0;
  border-radius: 50px;
  text-transform: uppercase;
}
body .block-title .supplier_tab.active {
  background: #6be3aa;
  color: #fff;
}
body .box {
  border-radius: 30px;
}
body .box .portlet-body {
  padding: 28px;
}
body .box .portlet-body label.form-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #727171;
}
body .box .portlet-body p.doc_reg {
  position: absolute;
}
body .box .title {
  width: 100%;
}
body .box .title h3 {
  text-transform: uppercase;
  font-family: inherit;
  color: #04012d;
  font-weight: 400;
  padding: 14px 28px;
}
body .SumoSelect.open > .optWrapper {
  top: 50px;
  background: #fff;
  border-color: #dfdfdf !important;
}
body .SumoSelect.open > .optWrapper .options li.opt {
  border-bottom: 1px solid #dfdfdf;
}
body .SumoSelect.open > .optWrapper .options li.opt:hover {
  background-color: #eeeeee;
}
body .SumoSelect.open > .optWrapper .options li.opt label {
  color: #000;
}
body .modal {
  border-radius: 30px !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}
body .modal .modal-header {
  padding: 70px 40px 0;
  border-bottom: 0;
  background-color: transparent;
}
body .modal .modal-header .modal-title {
  color: #000;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
body .modal .modal-header button.close {
  width: 45px;
  height: 45px;
  border: 1px solid #ebedef;
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #727272;
  top: 16px;
}
body .modal .modal-header button.close:hover {
  border: 1px solid #20be72;
  color: #20be72;
  opacity: 1;
}
body .modal .modal-body {
  padding: 40px;
}
body .modal .modal-body .enter-otp {
  width: 100%;
}
body .modal .modal-body .enter-otp label {
  font-weight: 300;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
  color: #878787;
}
body .modal .modal-body .enter-otp input#email_otp {
  text-align: center;
  font-size: 24px;
  letter-spacing: 5px;
  color: #04012d;
}
body .modal .modal-body .enter-otp input#email_otp::-webkit-input-placeholder {
  font-size: 16px;
}
body .modal .modal-body .enter-otp input#email_otp::-moz-placeholder {
  font-size: 16px;
}
body .modal .modal-body .enter-otp input#email_otp:-ms-input-placeholder {
  font-size: 16px;
}
body .modal .modal-body .enter-otp input#email_otp::-ms-input-placeholder {
  font-size: 16px;
}
body .modal .modal-body .enter-otp input#email_otp::placeholder {
  font-size: 16px;
}
body .modal .modal-footer {
  border: 0;
  padding: 0;
}
body .modal .modal-footer .btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
body .modal .modal-footer .btn-flex button.btn {
  font-size: 16px;
  padding: 12px 24px !important;
  background-color: #6be3aa;
  color: #fff;
  border-radius: 30px !important;
  border-color: inherit;
  margin-top: 20px;
  text-transform: uppercase;
  margin: 0 !important;
}
body .modal .modal-footer .btn-flex button.btn.btn-primary {
  background: #f6bf4e;
  color: #fff;
  white-space: nowrap;
}
body .modal .modal-footer .btn-flex button.btn.btn-default {
  background: #04012d;
  color: #fff;
}
body .add_person_box, body .added-document {
  border: 0;
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  width: 100%;
}
body .added-document {
  margin-bottom: 30px;
}
body .btn-danger {
  font-size: 16px;
  padding: 12px 24px !important;
  background-color: #ff0000;
  color: #fff;
  border-radius: 30px !important;
  border-color: inherit;
  margin-top: 20px;
  text-transform: uppercase;
  margin: 0 !important;
}
body #add_person, body #add_document {
  font-size: 16px;
  padding: 12px 24px !important;
  background-color: #6be3aa;
  color: #fff;
  border-radius: 30px !important;
  border-color: inherit;
  margin-top: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0 !important;
}
body .remove_document {
  height: 40px;
  width: 40px;
  padding: 0 !important;
}
body .row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body .row-fluid .span6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body .url-tag {
  background: #efefef;
  padding: 8px;
  border-radius: 5px;
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #6e6c6c;
}
body .otp-input-fields {
  margin: auto;
  background-color: white;
  max-width: 400px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 10px 0;
}
body .otp-input-fields input {
  height: 60px;
  width: 50px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #c2c2c2;
  text-align: center;
  outline: none;
  font-size: 16px;
  /* Firefox */
}
body .otp-input-fields input::-webkit-outer-spin-button, body .otp-input-fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body .otp-input-fields input[type=number] {
  -moz-appearance: textfield;
}
body .otp-input-fields input:focus {
  border-width: 2px;
  border-color: #56df9e;
  font-size: 20px;
}