.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 .col-6 .title {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}

@media (max-width: 576px) {
  .group_all .group_name .row .col-6 .title {
    font-size: 14px;
  }
}

.group_all .group_name .row .col-6 .type_select {
  position: relative;
  padding-left: 0;
}

.group_all .group_name .row .col-6 .type_select::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 5px 0 5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 12px;
  right: 10px;
}

.group_all .group_name .row .col-6 .type_select select {
  width: 100%;
  font-size: 16px;
  position: relative;
  padding: 5px;
  border: 2px solid #C4C3C3;
  letter-spacing: 0;
}

@media (max-width: 576px) {
  .group_all .group_name .row .col-6 .type_select select {
    color: unset;
    font-size: 14px;
    padding: 5px;
  }
}

.group_all .group_name .row .col-6 .type_select .select-center {
  text-align: center;
  text-align-last: center;
}

.group_all .group_name .row .col-6 .type_select .select-center option {
  text-align: left;
}

.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 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 .checklist_add span a {
  color: unset;
  text-decoration: none;
}

.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: 24px;
  color: #231815;
  font-weight: bold;
}

.group_checklist .group_main ul li {
  text-align: center;
  border: 1px solid #eb6868;
  letter-spacing: 0px;
  padding-top: 2px;
  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;
}

.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: 6%;
  color: #eb6868;
}

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

.group_checklist .group_main ul li:nth-child(4),
.group_checklist .group_main ul li:nth-child(6),
.group_checklist .group_main ul li:nth-child(7) {
  width: 13%;
}

.group_checklist .group_main ul li:nth-child(8) {
  width: 23%;
  padding: 3px 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;
}

.group_checklist .group_main ul li:nth-child(8) .details {
  width: 140px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  letter-spacing: 1.8px;
  cursor: pointer;
  font-size: 14px;
  line-height: 150%;
  color: #eb6868;
  font-weight: unset;
  -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_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;
  border: 0;
}

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

.group_checklist .group_main ul:nth-child(1) li:nth-child(4),
.group_checklist .group_main ul:nth-child(1) li:nth-child(5) {
  letter-spacing: -1px;
}

.block_main {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.block_main .main_in {
  width: 530px;
  height: 230px;
  background-color: white;
  margin: 0 auto;
  position: absolute;
  border-radius: 8px;
  padding: 8px 23px;
  bottom: 3%;
  left: calc(50% - 265px);
  -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);
}

.block_main .block_main_bnt .cancel_icon {
  width: 23px;
  height: 23px;
  border-radius: 6px;
  background-color: #eb6868;
  padding: 0 2px;
  position: relative;
  cursor: pointer;
}

.block_main .block_main_bnt .cancel_icon .line_icon {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 10px);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.block_main .block_main_bnt .cancel_icon .line_icon:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.block_main .block_main_title {
  border-radius: 10px;
  font-size: 14px;
  line-height: 200%;
  color: #fff;
  font-weight: bold;
  background-color: #eb6868;
}

.block_main .block_main_title p {
  margin: 0;
}

.block_main .block_main_titles {
  padding: 0 10px;
}

.block_main .block_main_titles .col-3 {
  font-size: 14px;
  line-height: unset;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  letter-spacing: 0px;
}

.block_main .block_main_titles .col-3 p {
  margin: 0;
  padding: 6px 0;
  text-align: center;
  border-radius: 5px;
  background-color: #eb6868;
}

.block_main .block_main_titles .col-3:nth-child(4) {
  padding: 0 1px;
  padding-right: 5px;
}

.block_main .block_main_contain .row {
  padding: 0 10px;
}

.block_main .block_main_contain .row .col-3 {
  padding: 0 5px;
}

.block_main .block_main_contain .row .col-3 p {
  border: 1px solid #eb6868;
  margin: 0;
  padding: 6px 0;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: unset;
  color: #000;
  font-weight: bold;
}

.block_main .block_main_contain .row .col-3:nth-child(4) {
  padding: 0 1px;
  padding-right: 5px;
}

.block_main .block_main_contain .row:nth-child(even) .col-3 p {
  background-color: #f7e1dc;
}
/*# sourceMappingURL=leave_maintain.css.map */