.app-content {
  margin-top: 10px;
}
.app-auth-sign-in .app-auth-background {
  height: 100vh;
}
.not-found-page {
  height: 100vh;
}

.department {
  display: flex;
}
.department label.form-check-label {
  color: #00958c;
  padding: 5px 10px;
  border-radius: 25px;
  border: 1px solid #00958c;
}

.form-check {
  min-height: 24px;
  padding-left: 0;
  padding: 10px 0;
}

.example-content input#flexCheckDefault {
  border: 1px solid #00958c;
  padding: 9px;
  margin-left: 0px;
}

.form-check-input:checked + .form-check-label {
  background: #00958c;
  color: white;
  cursor: pointer;
}
.form-check:checked + .form-check-label {
  background: #00958c;
  color: white;
  cursor: pointer;
}

.form-check.dis .form-check-input {
  display: none;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: 2px dotted #b5b6bb;
  color: #00958c;
  background-color: white;
  padding: 23px 30px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.collection_gallery {
  height: 78px;
  width: 78px;
  border-radius: 8px;
  border: 1px solid #00958c;
  margin-right: 20px;
  position: relative;
}

.collection_gallery img {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  object-fit: cover;
}

.img_collection {
  display: flex;
  padding-bottom: 20px;
}

.watch_txt p {
  padding-top: 10px;
}

.uploads_images h5 {
  color: black;
}

.uploads_images .start {
  color: #ee0404;
}

.next_btn button {
  width: 100%;
  border: none;
  background-color: #000000;
  color: white;
  font-size: 20px;
  border-radius: 10px;
  padding: 5px 0;
}

.container_watch {
  width: 100%;
  background-color: #f0f2fa;
  padding: 15px;
}

/* .col-md-6.no_certain {
  margin-left: 22px;
} */

input.form-control.hidden_input {
  margin-top: 10px;
}

.watch_box {
  object-fit: cover !important;
  border-radius: 8px;
}

.watch_box img {
  width: 100% !important;
}

.uploads_images {
  padding: 10px;
}

.watch_box .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  height: 200px;
  width: 100%;
}

.watch_box .upload-btn-wrapper .btn {
  border: 2px solid #b5b6bb;
  color: #00958c;
  background-color: white;
  padding: 23px 30px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  height: 100%;
  width: 100%;
}
label.form-check-label.bg-unset1 {
  background: unset !important;
  color: black !important;
}

span.kill-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  background: white;
  padding: 11px;
  font-weight: 700;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 3px;
  cursor: pointer;
}
.form-check input[type="checkbox"] {
  margin-left: 0;
}
.preview_box img {
  width: 100%;
}
.col-md-3 {
  position: relative;
}

.sign-in-container i.fa.fa-eye {
  position: absolute;
  right: 21px;
  top: 22px;
}

.sign-in-container .fa-eye-slash {
  position: absolute;
  right: 21px;
  bottom: 10px;
}

.sign-in-container i.fa.fa-eye-slash {
  position: absolute;
}
input[type="search"]:focus-visible {
  border: 1px solid #e9e6e6 !important;
}
.row.checklist-row div[class^="col-"] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.dataTables_wrapper .dataTables_filter input:focus-visible {
  border: 1px solid red !important;
}

.col-md-6 {
  position: relative;
}

span.calendar-icon {
  position: absolute;
  top: 38px;
  left: 180px;
  color: lightgray !important;
  cursor: "pointer";
}

i.material-icons-two-tone {
  font-size: 19px;
}

.col-md-12 {
  position: relative;
}
span.calendar-icon {
  position: absolute;
  top: 43px;
}

.preview_output {
  height: 202px;
  width: 275px;
}

.preview_output img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.dataTables_filter label > input[type="search"]:focus-visible {
  border: 1px solid #2269f5 !important;
  /* outline-color: #7f838c; */
  outline: none;
}

.col-md-6.my_calendar span.calendar-icon {
  position: absolute;
  top: 43px;
}
i.fa.fa-eye,
i.fa.fa-eye-slash {
  font-size: 16px;
}
span.calendar-icon {
  pointer-events: none;
}
.datepicker-icon {
  position: relative;
}

.datepicker-icon span.new-date-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 19px;
}
span.new-date-icon {
  pointer-events: none;
}
.react-datepicker-wrapper input {
  cursor: pointer;
}
.react-datepicker-wrapper {
  width: 100%;
}
.send-to-input .form-check.dis {
  padding: 0;
}
.send-to-input label.form-check-label {
  margin-left: 0;
  margin-right: 5px;
}
