/* ======== Start Login Page ======== */
.login-page {
  background-image:url(../img/slide1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.login-page .btn {
  background: -webkit-linear-gradient(180deg, #6e6e04, #bfbf0b);
  border: unset;
  outline: none;
}
.login-page
  .icheck-primary
  > input:first-child:checked
  + input[type='hidden']
  + label::before,
.login-page .icheck-primary > input:first-child:checked + label::before {
  background-color: #757504;
  border-color: #b1b10a;
}
.add-new {
  margin: 20px 0px;
}
.add-new .add-btn {
  background-color: #343a40;
  border: 1px solid #343a40;
  padding: 9px 20px;
  outline: none;
  box-shadow: none;
}
.add-new .add-btn:hover,
.add-new .add-btn:active {
  background-color: #343a40;
  border: 1px solid #343a40;
}
.add-new .modal-footer {
  justify-content: center;
}
.add-new .modal-footer button {
  width: 150px;
  outline: none;
  box-shadow: none;
}
.add-new .modal-footer button:nth-child(2) {
  background-color: #343a40;
  border: 1px solid #343a40;
}
.add-new .modal-footer button:active {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
}
.add-new tbody .table-img {
  width: 30px;
  height: 30px;
}
.add-new .modal #image {
  border: unset;
}
.modal-content {
  border: unset;
}
table button {
  margin-bottom: 2px;
}
.confrim-acc-btn {
  display: inline-block;
  text-align: center;
  background: #343a40;
  color: #fff;
  position: relative;
  top: 0px;
  padding: 5px 7px 0px 7px;
  border-radius: 4px;
}

.confrim-acc-btn .input-switch {
  display: none;
}

.confrim-acc-btn .label-switch {
  display: inline-block;
  position: relative;
  top: 5px;
}

.confrim-acc-btn .label-switch::before,
.confrim-acc-btn .label-switch::after {
  content: '';
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
}

.confrim-acc-btn .label-switch::before {
  width: 2.5em;
  height: 1.1em;
  border: 1px solid #757575;
  border-radius: 4em;
  background: #888888;
}

.confrim-acc-btn .label-switch::after {
  position: absolute;
  left: 0;
  top: 5%;
  width: 1em;
  height: 1em;
  border: 1px solid #757575;
  border-radius: 4em;
  background: #ffffff;
}

.confrim-acc-btn .input-switch:checked ~ .label-switch::before {
  background: #00a900;
  border-color: #008e00;
}

.confrim-acc-btn .input-switch:checked ~ .label-switch::after {
  left: unset;
  right: 0;
  background: #00ce00;
  border-color: #009a00;
}

.confrim-acc-btn .info-text {
  display: inline-block;
  font-size: 14px;
}

.confrim-acc-btn .info-text::before {
  content: 'Not Accepted';
}

.confrim-acc-btn .input-switch:checked ~ .info-text::before {
  content: 'Accepted';
}
table th,
table td {
  width: 1px;
  white-space: nowrap;
}

table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  content: unset;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  content: unset;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  width: 1px;
}
/* ======== End Login Page ======== */
