.dynamic-form1 .checkbox + label:after,
.dynamic-form1 .radio + label:after {
  opacity: 1;
}
.dynamic-form1 .form-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.dynamic-form1 .checkbox + label,
.dynamic-form1 .radio + label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.message-center-controls-container {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex
;
  /* -webkit-box-pack: unset; */
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* -webkit-box-align: center; */
  gap: 6%;
  -ms-flex-align: center;
  -webkit-box-align: self-start;
          align-items: self-start;
  /* margin-bottom: 30px; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: nowrap; */
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.message-center-controls-container label {
  font-size: 11px;
}
.message-center-controls-container .directory-search-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 0.6;
  max-width: 393px;
}
.message-center-controls-container .checkbox + label:after,
.message-center-controls-container .radio + label:after {
  opacity: 0;
  -ms-flex-item-align: anchor-center;
      -ms-grid-row-align: anchor-center;
      align-self: anchor-center;
}
.message-center-controls-container .checkbox + label:before,
.message-center-controls-container .radio + label:before {
  -ms-flex-item-align: anchor-center;
      -ms-grid-row-align: anchor-center;
      align-self: anchor-center;
  border-radius: 2px;
}
.message-center-controls-container .checkbox + label {
  position: relative;
  display: inline-block;
  padding: 1px 10px 1px 26px;
  cursor: pointer;
  line-height: 20px !important;
  width: auto !important;
  margin-bottom: 5px;
  font-weight: 400;
}
.message-center-controls-container .checkbox {
  display: none;
}
.message-center-controls-container .checkbox:checked + label:before {
  content: "\f00c";
}
.message-center-controls-container .checkbox + label:before {
  font-family: FontAwesome;
  display: inline-block;
  font-size: 18px;
  font-style: normal;
  line-height: 18px;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  color: #16212F;
  background: #FFFFFF;
}
.message-center-search-form {
  /* -webkit-box-flex: 1; */
  -ms-flex-positive: 1;
  -webkit-box-flex: 0.6;
          flex-grow: 0.6;
  /* max-width: 450px; */
}
#message-center-search-bar {
  width: 5%;
}
#message-table {
  border-radius: 6px 6px 6px 6px;
}
#message-table thead {
  border: 1px solid black !important;
  border-radius: 11px !important;
}
#message-table th {
  border-radius: 10px;
}
.pages_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: black;
}
.pages_list a {
  color: #EF3E34;
}
#site-search {
  padding: 0.7em 0;
  margin: 0 0 0 -15px;
}
#site-search .input {
  font-size: 16px;
  font-style: normal;
  height: 30px;
  width: 150px;
  padding: 0 10px;
  border: 0;
  margin: 0;
}
#site-search .input::-webkit-input-placeholder {
  opacity: 1;
}
#site-search .input:-moz-placeholder {
  opacity: 1;
}
#site-search .input::-moz-placeholder {
  opacity: 1;
}
#site-search .input:-ms-input-placeholder {
  opacity: 1;
}
#site-search .search-btn {
  height: 30px;
  width: 30px;
  line-height: 28px;
  border: 0;
  background: none;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}
