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;
}

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

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

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

#agentSetting .agentSettingForm {
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 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);
}

#agentSetting .agentSettingForm .collapse-control {
  position: relative;
}

#agentSetting .agentSettingForm .collapse-control .collapse-btn {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 1.8px;
  border-radius: .25rem;
  border: 2px solid #ced4da;
  color: #808080;
  margin-top: 20px;
  padding-left: 15px;
}

#agentSetting .agentSettingForm .collapse-control .collapse-btn .fa-search {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  margin-right: 5px;
}

#agentSetting .agentSettingForm .collapse-control .collapse-icon {
  position: absolute;
  border: 1.5px solid #c4c3c3;
  border-radius: .25rem;
  height: 38px;
  width: 38px;
  right: 0;
  top: 0;
  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;
}

#agentSetting .agentSettingForm .collapse-control .collapse-icon:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #000000 transparent transparent transparent;
  pointer-events: none;
}

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

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

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

#agentSetting .agentSettingForm .dateInput {
  border: 2px solid #C4C3C3;
  color: #4D4D4D;
  font-size: 16px;
  font-weight: bold;
  border-radius: .25rem;
}

#agentSetting .agentSettingForm .dateInput input {
  padding: 5px 10px;
  letter-spacing: 1.8px;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  #agentSetting .agentSettingForm .dateInput input {
    text-align: center;
  }
}

#agentSetting .agentSettingForm .dateInput .date-icon {
  border: 2px solid #C4C3C3;
  height: 35px;
  width: 35px;
  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;
  margin: -2px;
  border-radius: .25rem;
}

#agentSetting .agentSettingForm .right + .calendar_modle {
  right: 0 !important;
  left: unset !important;
}

#agentSetting .agentSettingForm .calendar_modle {
  width: 40vw;
}

@media (max-width: 576px) {
  #agentSetting .agentSettingForm .calendar_modle {
    width: 100vw;
  }
}

#agentSetting .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: 85px;
  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);
}

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

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

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

#agentSetting .searchResult {
  font-size: 14px;
}

@media screen and (max-width: 576px) {
  #agentSetting .searchResult {
    font-size: 16px;
  }
}

@media screen and (max-width: 576px) {
  #agentSetting .searchResult .add-btn-area {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#agentSetting .searchResult .add-btn-area .add-btn {
  -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);
  padding: 0 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #eb6868;
  margin-bottom: 20px;
  text-decoration: none;
  cursor: pointer;
}

#agentSetting .searchResult table {
  text-align: center;
  border-collapse: separate;
  border-radius: 8px;
  border-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0;
  table-layout: fixed;
}

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

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

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

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

#agentSetting .searchResult table th {
  background-color: #eb6868;
  color: #fff;
  white-space: nowrap;
}

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

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

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

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

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

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

#agentSetting .searchResult table .edit-area {
  color: #eb6868;
  padding: 0 2px;
  background-color: #fff;
}

#agentSetting .searchResult table .edit-area .fa-times {
  line-height: 20px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  -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);
}

#agentSetting .searchResult .paginationArea {
  margin-top: 30px;
}

#agentSetting .searchResult .paginationArea .pagination li {
  margin-left: 15px;
}

#agentSetting .searchResult .paginationArea .pagination li:nth-child(2) .fas {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

#agentSetting .searchResult .paginationArea .pagination .fas.fa-play {
  font-size: 15px;
}

#agentSetting .searchResult .paginationArea .pagination .fas {
  color: #eb6868;
  font-size: 20px;
  cursor: pointer;
}

#agentSetting .searchResult .paginationArea .pagination .pageItem {
  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;
  min-height: 25px;
  min-width: 25px;
  border-radius: 50%;
  cursor: pointer;
}

#agentSetting .searchResult .paginationArea .pagination .pageItem.active {
  color: #fff;
  background-color: #eb6868;
}

#agentSetting .searchResult .paginationArea .pagination input {
  width: 50px;
  border-radius: 2px;
  border: 2px solid #C4C3C3;
}

#agentSetting .searchResult .paginationArea .pagination .go-btn {
  padding: 0 10px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(67, 67, 67, 0.2);
          box-shadow: 1px 1px 3px 1px rgba(67, 67, 67, 0.2);
  background-color: white;
  border-radius: 0px;
  color: #eb6868;
  border-radius: 5px;
  line-height: 1.5rem;
}

#agentSetting .searchResult .result-list-mb {
  font-size: 16px;
  line-height: 1.4em;
}

#agentSetting .searchResult .result-list-mb .card {
  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);
}

#agentSetting .searchResult .result-list-mb .card a {
  text-decoration: none;
  color: unset;
}

#agentSetting .searchResult .result-list-mb .card + .card {
  margin-top: 25px;
}

#agentSetting .searchResult .result-list-mb .card:nth-child(even) .tr {
  background-color: #f7e1dc;
  color: #eb6868;
}

#agentSetting .searchResult .result-list-mb .card:nth-child(even) .tr:nth-child(even) {
  background-color: #fff;
  color: #000;
}

#agentSetting .searchResult .result-list-mb .card:nth-child(even) .tr.btn-area {
  background-color: #fff;
}

#agentSetting .searchResult .result-list-mb .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #eb6868;
}

#agentSetting .searchResult .result-list-mb .tr .td,
#agentSetting .searchResult .result-list-mb .tr .th {
  text-align: center;
  width: 100%;
  padding: 5px;
}

#agentSetting .searchResult .result-list-mb .tr .td.edit-area-mb,
#agentSetting .searchResult .result-list-mb .tr .th.edit-area-mb {
  padding: 0;
}

#agentSetting .searchResult .result-list-mb .tr:nth-child(odd) {
  background-color: #eb6868;
  color: #fff;
}

#agentSetting .searchResult .result-list-mb .tr .td:nth-child(2) {
  border-left: 2px solid #eb6868;
}

#agentSetting .searchResult .result-list-mb .tr .last-child {
  border-left: 2px solid #eb6868;
}

#agentSetting .searchResult .result-list-mb .checkbox-area {
  border-bottom: 2px solid #eb6868;
  padding: 5px 0;
}

#agentSetting .searchResult .result-list-mb .edit-area-mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #eb6868;
  padding: 0px;
  background-color: #fff;
}

#agentSetting .searchResult .result-list-mb .edit-area-mb .edit-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  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;
  cursor: pointer;
}

#agentSetting .searchResult .result-list-mb .edit-area-mb .edit-btn:first-child {
  border-right: 2px solid #eb6868;
}

#agentSetting .searchResult .result-list-mb .edit-area-mb .fa-times {
  line-height: 20px;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  -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);
}

#agentSetting .searchResult .result-list-mb .collapse-btn-area {
  border-bottom: none;
  background-color: white !important;
}

#agentSetting .searchResult .result-list-mb .collapse-btn-area .collapse_btn {
  width: 20px;
  height: 20px;
  border: solid 2px #82cbc6;
  border-radius: 50%;
  color: black;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#agentSetting .searchResult .result-list-mb .collapse-btn-area .collapse_btn i {
  width: 100%;
  height: 16px;
  text-align: center;
  position: relative;
  right: -1px;
}

@media (max-width: 400px) {
  #agentSetting .searchResult .result-list-mb .collapse-btn-area .collapse_btn i {
    top: 2px;
  }
}
/*# sourceMappingURL=agent_setting.css.map */