

.fw-400{
    font-weight: 400!important;
}
.fw-500{
    font-weight: 500!important;
}

.dashArticle {
    background: #131A1C;
    padding: 30px;
    border-radius: 30px;
}
.headRightbox_ {
    display: flex;
    align-items: center;
    gap: 20px;
}
.headRightbox_ .pendingTkt {
    padding: 5px 24px;
}
.previewImage {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;
  }
  .articleImage {
    display: inline-block;
    width: 100%;
    /* max-height: 545px; */
  }
  .contentPreview_ .userDetailInfo {
    background: none;
    box-shadow: none;
    padding: 19px 0;
}
.underimage_ p img {
    width: auto;
    height: 600px;
    margin-bottom: 10px;
    object-fit: contain;
}
.secondaryBtb_ {
    background: transparent;
    border: 2px solid #FF5C5D;
    padding: 16px 32px;
    border-radius: 30px;
    font-weight: 600;
    color: #fff;
    font-size: 16px;
  }
  .articleTable .rejectedTkt {
    width: 100%;
    max-width: 95px;
}
.rejectedTkt {
    background: #FF5C5D;
    border: 1px solid #FF5C5D;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: "Poppins";
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    outline: none!important;
}
.recentSubHead a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}
.recentSubHead h4 {
    font-size: 15px;
    font-weight: 400;
    color: #9D9D9D;
}
.actionbtn_ {
    display: flex;
    justify-content: center;
    align-items: center;
}
.userDetailInfoinner_ {
    background: #131A1C;
    padding: 30px;
    border-radius: 30px;
}
.customInput {
    border: 1px solid #ffffff4d !important;
    background: #ffffff1f !important;
    font-size: 16px !important;
    border-radius: 30px;
    padding: 16px 14px !important;
    color: #fff!important;
    width: 100%;
}
.formlable {
    font-size: 14px;
    color: #fff;
}
.articleeditor_ {
    margin: 30px 0!important;
  }
  .articleeditor_ .cke_inner {
    background: #ffffff1f;
    border-radius: 20px;
  }
  .articleeditor_ .cke_top {
    border-radius: 20px 20px 0 0px;
  }
  .articleeditor_ .cke_bottom {
    padding: 8px 8px 10px;
    border-radius: 0px 0px 20px 20px;
    border-top: 1px solid transparent;
    background: #7f7f7f!important;
  }
  .articleeditor_ .cke_chrome {
    border: 1px solid #FFFFFF4D!important;
    border-radius: 20px;
  }
  /* .articleeditor_ .cke_reset {
    background: #ffffff1f!important;
  } */
  
  .articleeditor_ .cke_editable_themed {
    background: #ffffff1f!important;
    color: #fff;
  }
  .articleeditor_ .cke_editable{
    background: #ffffff1f!important;
  }
  /* body.cke_editable.cke_editable_themed.cke_contents_ltr.cke_show_borders {
    color: #fff !important;
  } */
  .articleeditor_ .cke_path a {
    color: #fff;
  }

#helpingModal .blockbtn {
    margin-right: 10px;
}