body {
  font-family: "WorkSans-Regular","Prompt" !important; }
  body .btn {
    font-size: 15px; }

body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
  font-family: "WorkSans-Regular","Prompt" !important; }

.custom-file {
  width: 100% !important; }

.custom-file-label {
  cursor: pointer;
  width: 100% !important; }

.custom-file-label::after {
  content: "" !important; }

select.ddl-status {
  appearance: auto !important;
  height: 36px !important; }

.p-ddl-status {
  appearance: auto !important;
  border: 1px solid #d2d2d2;
  background-image: none !important;
  border-radius: 4px; }

#img {
  object-fit: cover;
  max-width: 300px;
  max-height: 200px;
  width: 100%;
  width: 100%;
  border-radius: 8px; }

#upload-box {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block; }
  #upload-box li {
    display: inline-block;
    cursor: move;
    border: 1px solid #ffffff; }
  #upload-box li:hover {
    border: 1px solid #a55056;
    border-radius: 6px; }

.browse-img {
  object-fit: cover;
  width: 300px;
  height: 200px;
  border-radius: 8px; }

.t-img {
  max-width: 300px;
  object-fit: cover; }

.sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a i, .sidebar .sidebar-wrapper .user .user-info [data-toggle="collapse"] ~ div > ul > li > a i {
  font-size: 24px; }

.sidebar .nav li ul li a {
  padding: 10px 15px 10px 30px; }

textarea.cke_source {
  height: 100% !important; }

.copyurl:hover {
  cursor: pointer; }
  .copyurl:hover i {
    color: #AC2623; }

.penguin-checkbox {
  position: relative;
  top: 2px; }

.penguin-label {
  color: #000000; }

strong {
  font-weight: bold; }

.tagify {
  border: none !important; }

.form-group input[type=file] {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99; }

.upload__box {
  padding: 16px 16px; }
.upload__inputfile {
  width: .1px;
  height: .1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all .3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #4045ba;
  border-color: #4045ba;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
  width: 100%; }
  .upload__btn:hover {
    background-color: unset;
    color: #4045ba;
    transition: all .3s ease; }
  .upload__btn-box {
    margin-bottom: 10px; }
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px; }
.upload__img-box {
  width: 200px;
  padding: 0 10px;
  margin-bottom: 12px; }
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 24px;
  z-index: 1;
  cursor: pointer; }
  .upload__img-close:after {
    content: '\2716';
    font-size: 14px;
    color: white; }

.upload__img-box div {
  border-radius: 12px;
  overflow: hidden; }

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  margin: 24px auto;
  float: right; }
  .pagination .page-link {
    font-size: 16px;
    background-color: #f3f3f3;
    border: 1px solid #f0f0f0; }

.badgeIcon {
  background-image: url(../images/badge.png);
  width: 30px;
  height: 30px; }

.userIcon {
  background-image: url(../images/user.png);
  width: 30px;
  height: 30px; }

.sidebar[data-color="orange"] li.active > a .badgeIcon {
  background-image: url(../images/badgeActive.png);
  width: 30px;
  height: 30px; }
.sidebar[data-color="orange"] li.active > a .userIcon {
  background-image: url(../images/userActive.png);
  width: 30px;
  height: 30px; }

.userIcon56 {
  background-image: url(../images/user56.png);
  background-size: contain;
  width: 52px !important;
  height: 52px !important; }

.h-auto {
  height: auto !important;
  min-height: 36px; }

.p-form-control {
  border: 1px solid #d2d2d2;
  background-image: none !important;
  border-radius: 4px;
  padding-left: 8px;
  padding-right: 8px; }

.btn-filter {
  height: 36px;
  margin: 0; }

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