.group_all .group_name {
  padding: 0px 22px;
  padding-bottom: 20px;
  border-radius: 9px;
  margin-bottom: 29px;
  -webkit-box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 1.5px 1.5px 2px rgba(0, 0, 0, 0.4);
}

.group_all .group_name .row .form-control {
  border: 1.5px solid #C4C3C3;
  background-color: #fff;
  padding: 5px 10px;
  letter-spacing: 1.8px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #C4C3C3;
          box-shadow: 0 0 2px #C4C3C3;
}

.group_all .group_name .row label {
  font-size: 16px;
  line-height: unset;
  color: #000;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

.group_all .group_bnt button {
  padding: 10px 12px;
  border: 0;
  border-radius: 8px;
  letter-spacing: 1.8px;
  background-color: #56bdb7;
  font-size: 16px;
  line-height: unset;
  color: #fff;
  font-weight: bold;
  -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);
}

.group_all .group_bnt .col-12 button:nth-child(1) {
  border: 2px solid #56bdb7;
  margin-right: 19px;
  background-color: #fff;
  color: #56bdb7;
}

.group_all .group_bnt .col-12 button:nth-child(1) .bnt_icon {
  margin-right: 8px;
}

.group_all .group_bnt .col-12 button:nth-child(2) .bnt_icon {
  margin-right: 6px;
}

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

.group_checklist {
  margin-bottom: 31px;
}

.group_checklist .checklist_title {
  margin-bottom: 21px;
}

.group_checklist .checklist_title .col .title_icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  padding-top: 3px;
}

.group_checklist .checklist_title .col .title_icon .icon_line .dot {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #eb6868;
}

.group_checklist .checklist_title .col .title_icon .icon_line .bar {
  width: 14px;
  height: 4px;
  border-radius: 2px;
  background-color: #eb6868;
}

.group_checklist .checklist_title .col h2 {
  font-size: 25px;
  line-height: unset;
  color: #eb6868;
  font-weight: bold;
  margin: 0;
}

.group_checklist .checklist_add {
  margin-bottom: 26px;
}

.group_checklist .checklist_add a {
  text-decoration: none;
  color: unset;
}

.group_checklist .checklist_add span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 7px;
  border-radius: 4px;
  margin-right: 13px;
  font-size: 16px;
  line-height: unset;
  color: #eb6868;
  font-weight: bold;
  -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);
  cursor: pointer;
}

.group_checklist .checklist_add span .icon {
  margin-right: 5px;
}

.group_checklist .group_main ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: unset;
  color: #231815;
  font-weight: bold;
}

.group_checklist .group_main ul li {
  border: 1px solid #eb6868;
  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;
  padding: 5px 0;
}

.group_checklist .group_main ul li input[type="checkbox"] {
  opacity: 0;
}

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

.group_checklist .group_main ul li .checkBox {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat, no-repeat;
  border: solid 1px #eb6868;
  background-size: contain, 100%;
  pointer-events: none;
}

.group_checklist .group_main ul li:nth-child(1) {
  width: 4%;
}

.group_checklist .group_main ul li:nth-child(2) {
  width: 23%;
}

.group_checklist .group_main ul li:nth-child(3) {
  width: 37%;
}

.group_checklist .group_main ul li:nth-child(4),
.group_checklist .group_main ul li:nth-child(5) {
  width: 15%;
}

.group_checklist .group_main ul li:nth-child(6) {
  width: 6%;
  color: #eb6868;
}

.group_checklist .group_main ul:nth-child(2n+1) {
  background-color: #f7e1dc;
}

.group_checklist .group_main ul:nth-child(1) {
  background-color: #eb6868;
}

.group_checklist .group_main ul:nth-child(1) li {
  color: #fff;
}

.group_checklist .group_main ul:nth-child(1) li:nth-child(1) input[type="checkbox"] {
  opacity: 0;
}

.group_checklist .group_main ul:nth-child(1) li:nth-child(1) input[type="checkbox"]:checked + div {
  background-image: url(../../img/absence/checkmark-000.svg), -webkit-gradient(linear, left top, right top, from(#eeeceb), to(#eeeceb));
  background-image: url(../../img/absence/checkmark-000.svg), linear-gradient(to right, #eeeceb, #eeeceb);
}

.group_checklist .group_main ul:nth-child(1) li:nth-child(1) .checkBox {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to right, #ffffff, #ffffff);
  background-repeat: no-repeat, no-repeat;
  border: solid 1px #eb6868;
  background-size: contain, 100%;
  pointer-events: none;
}

.pagination_bnt .pagination_block {
  font-size: 12px;
  line-height: unset;
  color: #231815;
  font-weight: 500;
}

.pagination_bnt ul {
  list-style-type: none;
  margin: 0;
}

.pagination_bnt ul li {
  margin: 0 3px;
  padding: 0 6px 0 7px;
  font-size: 13px;
  line-height: unset;
  color: #231815;
  font-weight: bold;
}

.pagination_bnt ul li i {
  color: #eb6868;
}

.pagination_bnt ul li.active {
  height: 22px;
  padding-top: 4px;
  border-radius: 50%;
  background-color: #eb6868;
  color: white;
}

.pagination_bnt ul li:nth-child(2),
.pagination_bnt ul li:nth-child(8) {
  font-size: 20px;
}

.pagination_bnt ul li:nth-child(3),
.pagination_bnt ul li:nth-child(4),
.pagination_bnt ul li:nth-child(5),
.pagination_bnt ul li:nth-child(6),
.pagination_bnt ul li:nth-child(7) {
  margin: 0;
}

.pagination_bnt ul li:nth-child(10) {
  margin: 0px;
}

.pagination_bnt ul li:nth-child(10) .go_input {
  width: 45px;
  height: 22px;
  border-radius: 2px;
  margin-right: 7px;
  padding: 2px;
  border: 1px solid #C4C3C3;
  text-align: center;
}

.pagination_bnt ul li:nth-child(10) .go_btn {
  color: #eb6868;
  padding: 5px 8px;
  border-radius: 4px;
  margin-left: 7px;
  font-weight: bold;
  -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);
}
/*# sourceMappingURL=grouppermissionsettings.css.map */