.card-header {
  width: 100%;
  padding: 12px 15px;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #cccccc52;
  border-top: 1px solid #cccccc52;
}
.card-body {
  padding: 20px 15px;
  word-break: break-word;
}
.card-body p {
  padding-bottom: 10px;
  border-bottom: 1px solid #ececec;
}
.ipt-ma {
  display: inline-block;
  margin-right: 10px;
  width: auto;
  margin-top: 6px;
}
.question-tit {
  font-size: 20px;
  color: #007bff;
}
.header-open {
  float: right;
  font-size: 30px;
}
.margin-r-20 {
  margin: 0 20px;
}
.btn-pad {
  padding: 6px 12px;
  background-color: #ed9c28;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.card-body {
  display: none;
}
.card-header:hover {
  cursor: pointer;
}
.mymodal .modal-content {
  background-color: #282f37;
  border-bottom: none;
  padding-bottom: 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.fade.in {
  opacity: 1;
}
.modal {
  display: none;
  position: fixed;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  max-width: 590px;
  max-height: 400px;
  background-color: #282f37;
  box-shadow: 0 376px 157px 1230px rgb(0 0 0 / 0.3);
}
.mymodal .modal-content .modal-body h4 {
  color: #9393e8;
  font-weight: 300;
  margin-bottom: 5px;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}
.modal-dialog {
  position: relative;
  width: auto;
}
.mymodal .modal-content {
  background-color: #282f37;
  border-bottom: none;
  padding-bottom: 5px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  color: #fff;
}
.mymodal .modal-content .modal-header,
.mymodal .modal-content .modal-footer {
  border-bottom: 0;
  border-top: 0;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.mymodal .modal-content .modal-header button {
  color: #fff;
}
.modal-header .close {
  margin-top: -2px;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.mymodal .modal-content .modal-body .content_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mymodal .modal-content .modal-body .content_container ul {
  margin: 6px 0 25px;
  color: #fff;
}
.mymodal .modal-content .modal-body .content_container ul li {
  margin-bottom: -3px;
  color: #fff;
  padding: 3px 0;
}
.mymodal .modal-content .modal-body .content_container ul li i {
  color: #9393e8;
  padding-right: 20px;
}
.mymodal .modal-content .modal-header,
.mymodal .modal-content .modal-footer {
  border-bottom: 0;
  border-top: 0;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
html .btn-primary {
  color: #fff;
  background-color: #4dbb6d;
  border-color: #4dbb6d #4dbb6d #3b9a57;
}
