/**
 *
 * You can write your CSS code here, DO NOT touch the default JavaScript file
 * because it will make it harder for you to update.
 * 
 */

/*# sourceMappingURL=custom.css.map */


.single-image-picker-modal {
  width: 95% !important;
  max-width: 100% !important;
}

.single-image-picker-modal-body {
  overflow-x: auto;
  height: 700px;
}

.multi-image-picker-modal {
  width: 95% !important;
  max-width: 100% !important;
}

.multi-image-picker-modal-body {
  overflow-x: auto;
  height: 700px;
}

.gallery.gallery-md .gallery-item {
  width: 210px !important;
  height: 210px !important;
  margin-right: 5px;
  margin-left: 5px;
}

.fas,
.far,
.fab,
.fal {
  font-size: 17px;
}

.media-img-box {
  margin-right: 15px;
  text-align: center;
  width: 125px;
}

.media-img-box p {
  font-size: 12px;
  margin-top: 15px;
}

.pen-count {
  display: inline-block;
  width: 25px!important;
  height: 25px;
  border-radius: 50%;
  background: #cba157;
  color: #fff;
  text-align: center;
  margin-left: 15px;
}
