@charset "UTF-8";
.modal-media_manager .modal-width {
  max-width: 1140px !important;
  display: flex;
  align-items: center;
}
.modal-media_manager .item-image {
  max-width: 20%;
}
.modal-media_manager .images-box {
  min-height: 644px;
}
.modal-media_manager .item-media {
  background: #F4F6FA;
  width: 133px;
  height: 133px;
  display: block;
  border-radius: 6px;
  margin: 10px 5px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #F4F6FA;
  background-clip: border-box;
}
.modal-media_manager .item-media button {
  border: 0;
  padding: 0;
}
.modal-media_manager .item-media button:hover::before {
  content: "";
  background: no-repeat center/28% url("../images/ico-selected-hover.svg");
  display: block;
  height: 133px;
  width: 133px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
}
.modal-media_manager .item-media button:active::before, .modal-media_manager .item-media button:focus::before {
  content: "";
  background: no-repeat center/28% url("../images/ico-selected-focus.svg");
  display: block;
  height: 133px;
  width: 133px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 100;
}
.modal-media_manager img {
  background: #F4F6FA;
  width: 133px;
  height: 133px;
  display: block;
  border-radius: 6px;
  object-fit: cover;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-media_manager .card-body {
  background-color: #FAFAFA !important;
  min-height: 592px;
  border-radius: 6px;
  margin-top: 10px;
}
.modal-media_manager .card-body .filters-box {
  min-height: 242px;
}
.modal-media_manager .card-body .description-box {
  min-height: 77px;
}
.modal-media_manager .card-body button {
  border: none;
  background: transparent;
  color: #58595B;
  font-size: 14px;
  padding-left: 0;
  font-weight: bold;
}
.modal-media_manager .card-body button svg {
  position: relative;
  top: -1px;
}
.modal-media_manager .card-body .form-group {
  margin-bottom: 5px;
}
.modal-media_manager .card-body p {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #58595B;
}
.modal-media_manager .card-body .form-control {
  padding-left: 10px;
  font-size: 14px;
}
.modal-media_manager .card-body h5 {
  color: #58595B;
  font-size: 18px;
  padding-bottom: 5px;
}
.modal-media_manager .card-body .btns-modal {
  display: flex;
  justify-content: space-between;
}
.modal-media_manager .pagination {
  justify-content: center;
}
.modal-media_manager .pagination ol {
  list-style-type: none;
  display: flex;
}
.modal-media_manager .pagination li {
  display: inline-block;
  margin: 0px 3.5px;
}
.modal-media_manager .pagination li.current a {
  background: #05C46B;
  text-align: center;
  color: #ffffff;
}
.modal-media_manager .pagination li a {
  position: relative;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 27px;
  width: 27px;
  line-height: 27px;
  background: #ffffff;
  text-align: center;
  color: #999DA7;
  border-radius: 4px;
  border: 1px solid #F4F6FA;
  z-index: 1;
  transition: all 500ms ease;
}
.modal-media_manager .pagination li a:hover, .modal-media_manager .pagination li a.current {
  background: #05C46B;
  color: #ffffff;
}
.modal-media_manager .btn-secondary {
  color: #07DD87;
  background-color: transparent;
  border-color: #21dd87;
  border-width: 1px;
  border-radius: 6px;
  font-family: "Nexa-Bold", "Poppins", sans-serif !important;
  font-size: 14px;
  font-weight: 700;
}
.modal-media_manager .btn-secondary:hover {
  color: #ffffff;
  background-color: #05C46B;
  border-color: #05C46B;
}
.modal-media_manager .btn-secondary:hover path#Unión_10 {
  fill: #ffffff;
}

.modal-media_manager-upload .modal-upload {
  max-width: 100%;
  margin: 0;
}
.modal-media_manager-upload .modal-upload .container-iframe {
  position: relative;
  padding-bottom: 54.25%;
  height: 0;
  overflow: hidden;
}
.modal-media_manager-upload .modal-upload .container-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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