@charset "UTF-8";
 
p.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6; }

p.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7; }
 

ul.parsley-errors-list {
  list-style: none;
  color: #E74C3C;
  padding-left: 0; }

ul.li.parsley-required {
  width: 100%;
    margin-top: 0.5rem;
    font-size: .925rem;
    color: #f1416c; }

input.parsley-error, textarea.parsley-error, select.parsley-error, .form-control.parsley-error {
  border-color: #f1416c;
    padding-right: calc(1.5em + 1.55rem);
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23f1416c'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f1416c' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.3875rem) center;
    background-size: calc(0.75em + 0.775rem) calc(0.75em + 0.775rem); }

.btn-group .parsley-errors-list {
  display: none; }

.dimention_detail_error_class {
  background-color: antiquewhite; }
  
.form-control-feedback.right {
    right: 13px;
}
span.right {
    float: right;
    font-size: 14px !important;
}

span.right {
    float: right;
    font-size: 14px !important;
}
.form-control-feedback {
    position: absolute;
    margin-top: 29px;
    height: 40px;
    /* color: #bbb; */
    line-height: 40px;
    font-size: 15px;
    top: 0px;
    width: 14px;
    text-align: center;
}
@media (min-width: 992px){
  
  .container, .container-xxl, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    /* padding: 0px; */
  }
  
}

@media (min-width: 1400px){
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
      max-width: none;
  }
  
}
