.red-color {
    color:red;
}
.green-color {
    color:rgb(49, 150, 49);
}
.approve-hsn-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .approve-sub-main-text{
    font: normal normal 600 25px/38px Poppins;
    letter-spacing: 0px;
  }

  .delete-hsn-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .delete-sub-main-text{
    font: normal normal 600 25px/38px Poppins;
    letter-spacing: 0px;
  }
  .searchoptions{
    width: 50%;
  }

     /* Floating lable */

.form-control.floating-control{
  display: block;
    width: 100%;
    height: auto;
    padding: 8px 19px;
    padding-top: 15px;
    min-height: 40px;
    padding-left: 10px;
}

.floating-label {
  font-size: 16px;
  font-weight: 400 !important;
  color: #475F7B;
  opacity: 1;
  top: 8px;
  left: 20px;
  pointer-events: none;
  position: absolute;
  transition: 240ms;
  margin-bottom: 0;
  z-index: 1;
}
.floating-diff .floating-label{
  opacity: 0;
}
.floating-diff.focused .floating-label{
  opacity: 1;
}
.form-group.focused .floating-label {
  opacity: 1;
  color: #7b7f82;
  top: 4px;
  left: 19px;
  font-size: 12px;
}
.form-group.focused select.form-control{
  padding-top: 21px;
}
.float-checkradio{
  background-color: #FFF;
  border: 1px solid #DFE3E7;
  border-radius: .267rem;
  padding: 8px 19px;
  transition: 0.3s;
  min-height: 55px;
}
.float-checkradio.focused{
  padding-top: 21px;
}

.select2 .floating-label{
  opacity: 0;
}
.select2.focused .floating-label{
  opacity: 1;
}
.select2Part.focused .select2-container--default .select2-selection--single .select2-selection__rendered{
  padding-top: 13px;
}
.select2-container--default .select2-selection--single{
  height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px;
  transition: 240ms;
  padding-right: 40px;
  font-size: 14px;
  font-weight: 400;
  color: #475F7B;
  padding-top: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px;
  right: 15px;
  transition: 240ms;
}
.floating-group.focused .select2-container--default .select2-selection--multiple .select2-selection__rendered{
  padding-bottom: 7px;
  padding-top: 17px;
  padding-left: 17px;
}
#select2-consignerLabel-container, #select2-receiverLabel-container{
  line-height: 35px;
}
.form-control{
  font-size: 12px;
}
#searchButton{
  height: 41px;
}
