input[type="checkbox"] {
  opacity: 0;
}

input[type="checkbox"]:checked + div {
  background-image: url(../../img/groupMember/checkmark-000.svg), -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: url(../../img/groupMember/checkmark-000.svg), linear-gradient(to right, #fff, #fff);
}

.checkBox {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: solid 2px #eb6868;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(to right, #fff, #fff);
  background-size: contain, 100%;
}

.selectgroup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.selectgroup:after {
  position: absolute;
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  right: 10px;
  pointer-events: none;
}

#agentSettingCreate {
  font-weight: bold;
  font-size: 16px;
}

#agentSettingCreate hr {
  border-top: 2px solid #eb6868;
  margin: 30px 0;
}

#agentSettingCreate .title {
  color: #eb6868;
  font-size: 25px;
  letter-spacing: .5px;
  margin-bottom: 20px;
}

#agentSettingCreate .agentSettingForm {
  padding: 0 20px 20px 20px;
  margin: 20px 0 30px 0;
  border-radius: 16px;
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
}

#agentSettingCreate .agentSettingForm label {
  margin: 20px 0 10px 0;
}

#agentSettingCreate .agentSettingForm .form-control {
  border: 2px solid #C4C3C3;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  letter-spacing: 1.8px;
  height: unset;
}

@media screen and (max-width: 576px) {
  #agentSettingCreate .agentSettingForm .form-control {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  #agentSettingCreate .agentSettingForm select {
    text-align-last: center;
  }
}

#agentSettingCreate .agentSettingForm .form-control[readonly] {
  background-color: #EDEAEA;
  color: #999999;
}

#agentSettingCreate .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #55beb7;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  margin: 0 10px;
  cursor: pointer;
  width: 84px;
  height: 40px;
  margin-top: 30px;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

#agentSettingCreate .btn.btn-outline {
  background-color: #fff;
  color: #55beb7;
  border: solid 2px #55beb7;
}

#agentSettingCreate .btn.add-btn {
  width: 150px;
  margin-top: 0;
  margin-bottom: 30px;
}

#agentSettingCreate .btn .fas {
  margin-right: 5px;
}

#agentSettingCreate .btn .fa-search {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#agentSettingCreate .control-btn {
  display: inline-block;
  padding: 7px 8px;
  border-radius: 3px;
  color: #eb6868;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 576px) {
  #agentSettingCreate .control-btn {
    padding: 2px 20px;
  }
}

#agentSettingCreate table {
  text-align: center;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0;
  table-layout: fixed;
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  #agentSettingCreate table {
    font-size: 16px;
  }
}

#agentSettingCreate table th,
#agentSettingCreate table td {
  font-weight: bold;
  padding: 5px 0;
  vertical-align: inherit;
  border: solid 1px #eb6868;
}

#agentSettingCreate table th:first-child,
#agentSettingCreate table td:first-child {
  border-left: solid 2px #eb6868;
}

#agentSettingCreate table th:last-child,
#agentSettingCreate table td:last-child {
  border-right: solid 2px #eb6868;
}

#agentSettingCreate table th a,
#agentSettingCreate table td a {
  text-decoration: none;
  color: unset;
  white-space: nowrap;
}

#agentSettingCreate table th {
  background-color: #eb6868;
  color: #fff;
  white-space: nowrap;
}

#agentSettingCreate table thead tr th:first-child {
  border-top-left-radius: 5px;
}

#agentSettingCreate table thead tr th:last-child {
  border-top-right-radius: 5px;
}

#agentSettingCreate table tbody:nth-child(odd) {
  background-color: #f7e1dc;
}

#agentSettingCreate table tbody:last-child tr td {
  border-bottom: solid 2px #eb6868;
}

#agentSettingCreate table tbody:last-child tr td:first-child {
  border-bottom-left-radius: 5px;
}

#agentSettingCreate table tbody:last-child tr td:last-child {
  border-bottom-right-radius: 5px;
}

#agentSettingCreate .table-mb {
  font-size: 16px;
  line-height: 1.4em;
}

#agentSettingCreate .table-mb .card {
  overflow: hidden;
  border: solid 2px #eb6868;
  border-radius: 8px;
  -webkit-box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px 1px rgba(0, 0, 0, 0.2);
}

#agentSettingCreate .table-mb .card + .card {
  margin-top: 20px;
}

#agentSettingCreate .table-mb .card:nth-child(even) .tr {
  background-color: #f7e1dc;
  color: #eb6868;
}

#agentSettingCreate .table-mb .card:nth-child(even) .tr:nth-child(odd) {
  background-color: #fff;
  color: #000;
}

#agentSettingCreate .table-mb .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #eb6868;
}

#agentSettingCreate .table-mb .tr .td,
#agentSettingCreate .table-mb .tr .th {
  text-align: center;
  width: 100%;
  padding: 5px;
}

#agentSettingCreate .table-mb .tr:nth-child(even) {
  background-color: #eb6868;
  color: #fff;
}

#agentSettingCreate .table-mb .tr:last-child {
  border-bottom: none;
}

#agentSettingCreate .table-mb .tr .td:nth-child(2) {
  border-left: 2px solid #eb6868;
  border-right: 2px solid #eb6868;
}

#agentSettingCreate .table-mb .tr .td:last-child {
  border-right: 0;
}
/*# sourceMappingURL=agent_setting_create.css.map */