.bd-r {
  border-radius: 6px;
}

.bd-r-tb {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.accordionError {
  border: 1px solid #a94442 !important;
}

.cc {
  color: #676a6c !important;
}

.bgc {
  background-color: rgb(250, 250, 250) !important;
}

.iic {
  position: absolute;
  right: 18px;
  margin-top: 7px;
}

.modal-custom-right.fade-custom-right .modal-dialog-custom-right {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(1000px, 0);
  position: absolute;
  right: 400px;
  width: 400px;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: none;
}

.modal-custom-right.in .modal-dialog-custom-right {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translateX(100%);
  position: absolute;
  right: 400px;
  width: 400px;
  top: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  border: none;
}

.modal-content-custom-right {
  height: 100%;
  border-radius: 0;
}