.custom-error{
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545;
}
.sidebar-user-img{
  width: 40px !important;
  height: 40px !important;
  object-fit: cover;
}

.align-center{
  text-align: center;
}

.item-show{
  display: block;
}
.item-hide {
  display: none;
}
#mc-btn__clear{
  display: none;
}
.image-container{
  width: 150px;
  position: relative;
}
.image-container img{
  width: 100%;
}

.image-container .close-icon{
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 30px;
  color: red;
  cursor: pointer;
}


.item-img-select ul {
  list-style-type: none;
  padding-left: 0;
}

.item-img-select ul li {
  display: inline-block;
}

.item-img-select input[type="checkbox"][id^="myCheckbox"] {
  display: none;
}

.item-img-select .checkbox-label {
  border: 1px solid #fff;
  padding: 10px;
  display: block;
  position: relative;
  margin: 10px;
  cursor: pointer;
}

.item-img-select .checkbox-label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
}

.item-img-select .checkbox-label img {
  height: 100px;
  width: 100px;
  transition-duration: 0.2s;
  transform-origin: 50% 50%;
}

.item-img-select :checked + .checkbox-label {
  border-color: #ddd;
}

.item-img-select :checked + .checkbox-label:before {
  content: "✓";
  background-color: grey;
  transform: scale(1);
}

.item-img-select :checked + .checkbox-label img {
  transform: scale(0.9);
  box-shadow: 0 0 5px #333;
  z-index: -1;
}
.item-img-select p {
  text-align: center;
}

.task-status-model {
  width: 40%;
}