/**Start Auth page css**/
.authBg {
  background-image: url("../images/authbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

body {
  font-family: Poppins !important;
}

.authBg .card.card-outline.card-primary.cardTopOutline.cardBg {
  background-color: #ffffff14 !important;
  border: 1px solid #ffffff14 !important;
  padding-top: 25px;
}

.card-primary {
  max-width: 608px;
  width: 100%;
}

.adminlgn .login-card-body {
  background-color: #ffffff1f;
}

.authBg .login-card-body {
  background-color: transparent;
  border-radius: 30px;
}

.authBg .card-header.text-center.border-0 {
  padding-bottom: 12px;
}

.form_subheading {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.logintext {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  font-family: Poppins;
  line-height: 52px;
  text-align: center;
}

.card.card-outline.card-primary.cardTopOutline.cardBg {
  border-radius: 30px;
  border: none;
}

/*Start Login page css*/
.adminlgn .card-body.login-card-body {
  padding: 0 50px;
}

.authBg .brandlogo {
  position: absolute;
  top: 5%;
  left: 10%;
  height: 56px;
  width: 195px;
}

.brandlogo img {
  width: 100%;
}

.authBg input.form-control.form-input.borderinput {
  width: 100%;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  padding: 26px;
  background: #ffffff1f;
  color: #fff;
}

.authBg input::placeholder {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  /* padding-left: 15px; */
}

.authBg .input-container {
  position: relative;
}

.authBg .eyefill {
  position: absolute;
  right: 20px;
  top: 14px;
}

.adminlgn a.forgotheading {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #ff5c5d !important;
}

.loginBtnCommon {
  width: 100%;
  background-color: linear-gradient(
    101.17deg #1eeaff 0% #6e38ff 49.5% #f600ff 100%
  );
  padding: 16px;
  border-radius: 30px !important;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 41px;
}

/*End Login page css*/

/*start Forget  page css*/
.adminpwd button.loginBtnCommon {
  width: 100%;
  background-color: linear-gradient(
    101.17deg #1eeaff 0% #6e38ff 49.5% #f600ff 100%
  );
  padding: 16px;
  border-radius: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 32px;
}

.adminpwd .login-card-body {
  background-color: transparent;
  border-radius: 30px;
  padding: 25px 50px 5px;
}

.adminpwd .card-header.button-es.text-center.border-0 {
  padding: 0;
}

.adminpwd .card.card-outline.card-primary.cardTopOutline.cardBg {
  background-color: #ffffff14 !important;
  border: 1px solid #ffffff14 !important;
  padding-top: 50px;
}

.adminpwd .form_subheading {
  padding: 0 50px;
}

/*End Forget  page css*/

/*Start OTP  page css*/
.adminotp .otpForm input.enterOtp {
  text-align: center;
  height: 72px !important;
  width: 72px !important;
  border-radius: 50%;
  border: 1px solid #ffffff4d;
  outline: none;
  margin-right: 20px;
  background: #ffffff1f;
  color: #fff;
}

.adminotp .otpForm div {
  justify-content: center;
}

.adminotp button.loginBtnCommon {
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.adminotp .card-body.login-card-body {
  padding: 0 50px 0px;
}

.adminotp .card-header.text-center.border-0 {
  padding: 50px 50px 26px;
}

.otpheading {
  padding-top: 40px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.otpheading .resendLink {
  color: #1eeaff;
}

/*End OTP  page css*/

/*Start Reset Password  page css*/
.resetpwd .loginPage {
  padding: 50px;
}

.resetpwd button.loginBtnCommon {
  width: 100%;
  padding: 16px;
  border-radius: 30px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 32px !important;
}

.resetpwd .card-body.login-card-body {
  padding-top: 10px !important;
}

/*Start Reset Password  page css*/

/**End Auth page css**/

.navbar-white {
  background-color: #343a40;
  color: #1f2d3d;
}

.admin-name-image {
  display: flex;
  align-items: center;
  gap: 11px;
}

.admin-name {
  margin: 0;
  font-size: 20px;
  color: #fff;
}

.navbar-inner ul {
  display: flex !important;
}

.navbar-inner ul li a:hover {
  color: #000 !important;
  text-decoration: none !important;
  text-underline-offset: 5px;
}

.navbar-inner ul li a {
  color: #000 !important;
}

.loginBtnCommon {
  border: none;
  background: #ff5c5d;
  color: #fff;
  padding: 11px 20px;
  border-radius: 7px;
}

.show-icon {
  background-image: url("../images/hideEye.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 4;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  cursor: pointer;
}

.hide-icon.hide-icon {
  background-image: url("../images/eyeImg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 4;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .card-primary {
    max-width: 450px;
  }
}

@media screen and (max-width: 475px) {
  .adminlgn .card-body.login-card-body {
    padding: 0 30px;
  }

  .card-primary {
    max-width: 300px;
  }

  .loginBtnCommon {
    margin: 30px 0 !important;
  }

  .adminpwd .login-card-body {
    padding: 0 20px 20px;
  }

  .adminotp .otpForm input.enterOtp {
    width: 40px !important;
    height: 40px !important;
  }

  .adminotp .card-body.login-card-body {
    padding: 0 30px 0px;
  }

  .adminotp .card-header.text-center.border-0 {
    padding: 30px;
  }

  .buttonBox.mt-5 {
    margin-top: 30px !important;
  }

  .adminpwd button.loginBtnCommon {
    margin-top: 16px;
  }
}

/* start  Article Categories CSS  */
.categories .categories_group {
  display: flex;
  align-items: center;
  padding: 24px;
}

.categories .delete {
  background-color: #f44336;
  width: 30px;
  height: 30px;
  border: none;
  padding-bottom: 3px;
  border-radius: 50%;
}

.categories .edit {
  /* background-color: #f44336; */
  width: 30px;
  height: 30px;
  border: none;
  padding-bottom: 3px;
  /* border-radius: 50%; */
}

.categories .searchSection {
  margin-bottom: 32px;
}

.categories button.loginBtnCommon.btnYellow.add_btn {
  width: 159px;
  border-radius: 30px;
  padding: 16px 32px 16px 32px;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.underlineHover {
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s ease;
  text-underline-offset: 6px;
}

.underlineHover:hover {
  cursor: pointer;
}

.forgotheadingLogin {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: right;
  color: #ff5c5d !important;
}

.resend-top {
  text-align: center;
  font-family: "POPPINS";
  margin: 0;
  padding: 30px 0;
  color: #ffffff;
}

.resend-top a {
  color: #ff5c5d;
  font-weight: 500;
}

.editBtn {
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 30px;
}

.view_Btn {
  padding: 6px 15px !important;
}

.categoryOuterBtn {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}

.delete_btn {
  border: 1px solid #ff5c5d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  padding: 6px 12px;
  border-radius: 30px;
}

.categoryTable .recentHead:last-child {
  width: 240px;
  min-width: 240px;
}

.publishTable .recentHead:last-child {
  width: 240px;
  min-width: 240px;
}

.publishTable .table {
  background-color: transparent !important;
}

.publishTable tbody tr:last-child td {
  border-bottom: none !important;
}

/* .publishTable {
  height: calc(100vh - 400px);
  overflow-y: scroll;
} */

.publishTable .recentHead:nth-child(2) {
  min-width: 110px;
}

.publishTable .recentHead:nth-child(3) {
  min-width: 110px;
}

.publishTable .recentHead:nth-child(4) {
  min-width: 80px;
}

.socialLink_StatusHead {
  min-width: 115px !important;
}

.paginateSec {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding-bottom: 10px;
}

.paginateSec li {
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
}

.paginateSec .paginationBox.mb-0 {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}

.paginateSec li.selected {
  background: #ff5c5d;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 600;
}

.paginateSec li.previous a,
.paginateSec li.next a {
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 500 !important;
}

.paginateSec li.next.disabled a,
.paginateSec li.previous.disabled a {
  cursor: not-allowed;
}

.recentTable tbody tr:last-child .recentSubHead:first-child {
  border-radius: 0 0 0 30px;
}

.recentTable tbody tr:last-child .recentSubHead:last-child {
  border-radius: 0 0 30px 0px;
}

.innerHeadFlex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 24px 0;
}

.publishImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.publishOutLogo {
  width: 35px;
  height: 35px;
  margin: 0;
  min-width: 35px;
}

.publishInfo {
  display: flex;
  align-items: center;
  gap: 8px;
}

.selectBx {
  border: 1px solid #ffffff4d;
  background: #ffffff1f;
  padding: 12px;
  border-radius: 30px;
  appearance: none;
  position: relative;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #ffffff;
  background-image: url("../images/selectArrow.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 40px 6px;
}

select option:nth-child(odd) {
  background-color: rgb(73, 73, 73) !important;
  color: #fff;
}

select option:nth-child(even) {
  background-color: rgb(73, 73, 73) !important;
  color: #fff;
}

.selectBx:focus-visible {
  outline: none;
}

.selectBx option {
  color: #000;
}

.publishTime {
  appearance: none;
  position: relative;
  background-image: url("../images/selectArrow.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 40px 6px;
}

.publishTime::-webkit-calendar-picker-indicator {
  background-image: url("../images/clockImg.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20px 15px;
  cursor: pointer;
}

.nameControl {
  border: 1px solid #ffffff4d !important;
  background: #ffffff1f !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left;
  border-radius: 30px;
  padding: 26px 14px !important;
  color: #ffffff !important;
  font-family: "Poppins";
  line-height: 52px;
}

.nameControl::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left;
  color: #ffffff !important;
}

.priceInput {
  display: flex;
  align-items: center;
  gap: 12px;
}

.priceSign {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  margin: 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

input[type="number"]::-webkit-inner-spin-button {
  display: none;
}

.uploadOuter {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.uploadInner label input {
  display: none;
}

.uploadInner {
  width: 200px;
  height: 200px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0;
  background: rgba(255, 255, 255, 0.12);
}

.uploadOuter {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 24px;
}

.addPublishSec {
  padding: 24px;
}

.uploadLabel {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.fileImg {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  cursor: pointer;
}

.publishLogoImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  object-fit: contain;
}

.addPublishSec .loginBtnCommon {
  padding: 16px 32px;
  width: 100%;
  max-width: 170px !important;
}

#deletCategoryModal .modal-content,
#createPlanModal .modal-content,
#notificationModal .modal-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(41 41 41 / 112%);
  border-radius: 30px;
  padding: 0 !important;
}

#deletCategoryModal,
#createPlanModal,
#updateActiveSocialLink {
  width: 100%;
  max-width: 700px;
}

#deletCategoryModal .modal-header,
#createPlanModal .modal-header,
#updateSocialLink .modal-header,
#notificationModal .modal-header {
  position: relative;
  padding: 48px 0 32px !important;
  justify-content: center !important;
  border-bottom: 1px solid rgba(47, 53, 55, 1) !important;
}

#deletCategoryModal .modal-body {
  padding: 20px 30px 30px !important;
}

#createPlanModal .modal-body {
  padding: 24px !important;
}

.deleteModalsec .blockbtn {
  width: 100%;
  max-width: 250px;
}

.pointCursor {
  cursor: pointer;
}

.noFoundHead {
  border-radius: 0 0 30px 30px;
}

.headerDrop {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: rgba(41, 39, 39) !important;
  border-radius: 20px;
  padding: 16px 12px !important;
}

.dropItems {
  font-family: "Poppins";
  font-size: 16px !important;
  font-weight: 500 !important;
  text-align: left;
  color: #ffffff !important;
}

.headerDrop .dropItems {
  color: #ffffff !important;
}

.headerDrop .dropdown-item.active,
.headerDrop .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: transparent !important;
}

.headerDrop .dropItems:hover {
  background: #ffffff1f !important;
  color: #ffffff !important;
  border-radius: 10px;
}

.profileouterSec {
  background: #131a1c;
  box-shadow: 0px 4px 12px 0px #0000000f;
  padding: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.userProfileImg {
  width: 122px;
  height: 122px;
  border-radius: 50%;
}

.profileInnerSec {
  display: flex;
  align-items: center;
  gap: 24px;
}

.userHeading {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
}

.userDarkPara {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}

.userLightPara {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: #9c9c9c;
}

.mainBtn {
  background: #ff5c5d;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 16px 32px;
  color: #ffffff;
  border: none;
  border-radius: 30px;
}

.editLeft {
  background: #131a1c;
  padding: 40px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-shadow: 0px 4px 12px 0px #0000000f;
}

.uploadSec {
  width: 100%;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #ffffff4d;
  position: relative;
  max-width: 120px;
  min-width: 120px;
}

.userImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.camImgBx {
  background: #ff5c5d;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploadUserlabel input {
  display: none;
}

.uploadUserlabel {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.editRight {
  background: #131a1c;
  padding: 40px;
  border-radius: 30px;
  height: 100%;
  box-shadow: 0px 4px 12px 0px #0000000f;
}

.cancelBtn {
  border: 2px solid #ff5c5d;
  background-color: transparent;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 30px;
  text-transform: capitalize;
}

.editProfileBtn {
  margin: 24px 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.changePasswordOuter {
  background: #131a1c;
  box-shadow: 0px 4px 12px 0px #0000000f;
  padding: 40px;
  border-radius: 30px;
}

.changePasswordOuter input.form-control.form-input.borderinput {
  width: 100%;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  padding: 26px;
  background: #ffffff1f;
  color: #fff;
}

.changePasswordOuter input::placeholder {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  /* padding-left: 15px; */
}

.changePasswordOuter .input-container {
  position: relative;
}

.changePasswordOuter .eyefill {
  position: absolute;
  right: 20px;
  top: 14px;
}

.sidebarSec {
  margin-top: 24px;
}

.sidebarSec .nav-link {
  padding: 12px !important;
  box-shadow: none !important;
}

.sidebarSec .nav-link .userDarkPara {
  color: #aeaeae;
}

.sidebarSec .nav-link.active .userDarkPara,
.sidebarSec .nav-link:hover .userDarkPara {
  color: #ffffff;
}

.sidebarSec .nav-link.active .logoImg,
.sidebarSec .nav-link:hover .logoImg {
  filter: invert(98%) sepia(0%) saturate(7469%) hue-rotate(152deg)
    brightness(300%) contrast(106%);
}

.adminSidebar {
  height: 80vh !important;
}

.nav-sidebar .nav-link:hover {
  color: #fff;
  background-color: rgba(255, 92, 93, 0.2) !important;
  border-radius: 10px;
}

.notifyBell {
  width: 50px;
  height: 48px;
  border-radius: 50%;
  background-color: #ffffff;
  border: none;
  margin-right: 12px;
}

#helpingModal {
  width: 100%;
  max-width: 900px;
}

#helpingModal .modal-header {
  position: relative;
  padding: 24px !important;
  justify-content: center !important;
  border-bottom: 1px solid rgba(47, 53, 55, 1) !important;
}

#helpingModal .modal-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(41 41 41 / 112%);
  border-radius: 30px;
  padding: 0 !important;
}

#helpingModal .modal-body {
  padding: 24px !important;
}

.addPublishRight .uploadOuter {
  flex-direction: column;
  gap: 16px;
}

#DeactivateUser {
  width: 100%;
  max-width: 700px;
}

#DeactivateUser .modal-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(41 41 41 / 112%);
  border-radius: 30px;
  padding: 0 !important;
}

#DeactivateUser .modal-header {
  position: relative;
  padding: 24px !important;
  justify-content: center !important;
  border-bottom: 1px solid rgba(47, 53, 55, 1) !important;
}

#DeactivateUser .modal-body {
  padding: 24px !important;
}

/* .publishTime::before {
  content: "Select Time";
  margin-right: 10px;
  color: #fff;
} */

/* .publishTime::before {
  content: "Select Time";
  color: #fff;
  left: 60px;
  position: absolute;
} */

.recentTable .table {
  background: transparent;
}

.recentTable tr:last-child td {
  border: none !important;
}

/* .dashboardTable {
  height: calc(75vh - 200px);
  overflow-y: scroll;
} */

.dashboardTable .recentHead:last-child,
.userRecentTable .recentHead:last-child {
  min-width: 100px;
}

.dashboardTable .recentHead:first-child,
.userRecentTable .recentHead:first-child {
  min-width: 100px;
}

.pendingTkt {
  background: #ffbc49;
  border: 1px solid #ffbc49;
  padding: 8px 18px;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.completeTkt {
  background: #1bae21;
  border: 1px solid #1bae21;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
}

.articleActive {
  background: #1bae21;
  border: 1px solid #1bae21;
  padding: 8px 12px;
  border-radius: 8px;
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  max-width: 110px;
}

.acrticleInactive {
  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;
  cursor: pointer;
  width: 100%;
  max-width: 110px;
}

.DescTicket {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  text-align: left;
  color: #9d9d9d;
  word-break: break-all;
}

.readBtn {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 500;
  text-align: left;
  color: #ffffff !important;
  cursor: pointer;
}

.ticketTable .recentHead:first-child {
  min-width: 100px;
}

.ticketTable .recentHead:nth-child(3) {
  min-width: 140px;
}

.ticketTable .recentHead:nth-child(4) {
  width: 300px;
  min-width: 300px;
}

.ticketTable .recentHead:last-child {
  width: 130px;
  min-width: 130px;
}

.ticketTable .pendingTkt,
.ticketTable .completeTkt {
  width: 100%;
  max-width: 96px;
}

.planOuter {
  border: 1px solid #ffffff4d;
  background: #ffffff1f;
  border-radius: 20px;
  padding: 30px 40px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.planText {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
}

.priceText {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
  color: #ffffff;
  margin: 10px 0 !important;
}

.monthText {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #aeaeae;
}

.includePlan {
  width: 33%;
  padding: 0 5%;
  border-left: 1px solid #ffffff33;
  border-right: 1px solid #ffffff33;
}

.includeText {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #939191;
}

.planName {
  width: 33%;
}

.planDesc {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.flexPlan {
  display: flex;
  align-items: center;
  gap: 6px;
}

.planBtn {
  width: 33%;
  height: 100%;
  text-align: end;
}

.planBtn .mainBtn {
  width: 100%;
  max-width: 120px;
}

.planBtn .cancelBtn {
  padding: 14px 32px;
}

.planInner {
  max-height: 350px;
  overflow-y: scroll;
}

.subCategoryInner {
  max-height: 320px;
  overflow-y: auto;
  padding-bottom: 20px;
}

subCategoryInner::-webkit-scrollbar {
  display: none;
}

/* article css  */
.innerHeadText {
  font-family: "Poppins";
  font-size: 32px;
  font-weight: 600;
  color: #ffffff;
}

.categoryText {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #9c9c9c;
}

.heading_22 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
}

.userDetail_Noplan {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
}

.publicationMedia_ {
  display: flex;
  align-items: center;
}

.mediaInner_ {
  padding: 0 26px;
  position: relative;
}

.mediaInner_::after {
  content: "";
  width: 1px;
  height: 43px;
  position: absolute;
  background: #ffffff33;
  right: 0;
}

.mediaInner_:last-child::after {
  display: none;
}

.form_subheading {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
}

.dashArticle .innerHead {
  justify-content: space-between;
  align-items: center;
}

.innerHeadleft {
  display: flex;
  align-items: center;
  gap: 9px;
}

.textWhite {
  color: #ffffff;
}

.articleSubcategory_ {
  display: flex;
  align-items: center;
  gap: 30px;
}

.articlePublication_ {
  display: flex;
  align-items: center;
}

.dashArticle .innerHead {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.innerHeadleft {
  display: flex;
  align-items: center;
  gap: 9px;
}

.articleTable .pendingTkt,
.articleTable .completeTkt {
  width: 100%;
  max-width: 95px;
}

.articleTable .recentHead:last-child {
  width: 100px;
}

.articleTable .recentHead:nth-child(4) {
  width: 390px;
  min-width: 390px;
}

.articleTable .recentHead:nth-child(5) {
  min-width: 250px;
}

.articleTable .recentHead:nth-child(6) {
  min-width: 195px;
}

.articleTable .recentHead:nth-child(2) {
  min-width: 230px;
}

.articleTable .recentHead:nth-child(3) {
  min-width: 180px;
}

.contentTable .recentHead:nth-child(3) {
  width: 300px;
  min-width: 300px;
}

.contentInfo {
  background: #131a1c;
  padding: 40px;
  border-radius: 20px;
  color: #ffffff;
}

.editerPage {
  margin: 24px 0;
}

.articleeditor_ {
  margin: 20px 0 !important;
}

.articleeditor_ .cke_inner {
  background: #ffffff1f;
  border-radius: 20px;
}

.articleeditor_ .cke_top {
  border-radius: 20px 20px 0 0px;
}

.articleeditor_ .cke_reset {
  background: #a9a9a912 !important;
}

.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;
}

.rc-time-picker-panel-combobox {
  display: flex !important;
}

/* .articleeditor_ .cke_reset {
  background: #ffffff1f !important;
} */

.articleeditor_ .cke_editable_themed {
  background: #ffffff1f !important;
  color: #fff;
}

.articleeditor_ .cke_editable {
  background: #ffffff1f !important;
}

.articleeditor_ .cke_path a {
  color: #fff;
}

.ticketDetailOuter {
  background: #131a1c;
  box-shadow: 0px 4px 12px 0px #0000000f;
  padding: 30px;
  border-radius: 30px;
}

.chatOuter {
  border: 1px solid #ffffff4d;
  background: #ffffff1f;
  border-radius: 16px 16px 0 0;
  margin-top: 24px;
  border-bottom: none !important;
}

.chatBottom {
  background: linear-gradient(253.83deg, #000000 -0.44%, #313131 100%);
  border-radius: 0 0 16px 16px;
  padding: 16px;
  /* margin-top: 16px; */
  display: flex;
  gap: 16px;
  flex-direction: column;
  align-items: start;
  border: 1px solid #ffffff4d;
  border-top: none !important;
}

.attachIcon {
  position: absolute;
  top: 20px;
  right: 90px;
  cursor: pointer;
}

.TicketDetailSec .searchInput {
  padding: 30px 55px 30px 24px !important;
}

.chatInner {
  /* height: calc(64vh - 200px);
  overflow-y: scroll; */
  padding: 12px 24px;
}

.chatOuterComplete {
  height: calc(70vh - 200px) !important;
}

.chatLeftOuter {
  display: flex;
  align-items: center;
  justify-content: start;
}

.secondPersonChat {
  display: flex;
  align-items: start;
  gap: 12px;
  width: 50%;
  margin-top: 8px;
}

.secondPersonImg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0;
}

.secondPersonImg img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.userText {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}

.messageBox {
  background: #131a1c66;
  padding: 12px 24px;
  border-radius: 12px 12px 12px 0;
  margin: 8px 0;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  word-break: break-all;
}

.personInfo {
  width: fit-content;
}

.timeText {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  color: #9c9c9c;
}

.chatRightOuter {
  display: flex;
  align-items: center;
  justify-content: end;
}

.firstPersonChat {
  display: flex;
  align-items: start;
  gap: 12px;
  width: 50%;
  margin-top: 8px;
  justify-content: end;
}

.firstPersonChat .messageBox {
  background: #f2f3f833;
}

.textTrans {
  text-transform: none !important;
}

.labelText {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #bdb9b9;
}

.enableBox {
  border: 1px solid #ffffff4d;
  background: #ffffff1f;
  padding: 12px 16px;
  border-radius: 12px;
}

.notificationBtn {
  display: flex;
  align-items: center;
  gap: 16px;
}

.roundCheck input[type="checkbox"] {
  position: relative;
  width: 36px;
  height: 20px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 12px;
  background: #ff1616;
}

.roundCheck input[type="checkbox"]::before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 3px;
  transition: 0.5s;
}

.roundCheck input[type="checkbox"]:checked::before {
  transform: translate(100%, -50%);
  background: #fff;
  border: none;
  border: 2px solid #fff;
}

.roundCheck input[type="checkbox"]:checked {
  background: #1bae21;
  border: 2px solid #1bae21;
}

.roundCheck .form-check-input:focus {
  border: none;
  box-shadow: none;
}

.notifyList {
  border: 1px solid #ffffff4d;
  background: #ffffff1f;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  margin-bottom: 16px;
}

.notifyMsgArea {
  display: flex;
  align-items: center;
  gap: 24px;
}

.notifyUser {
  width: 67px;
  min-width: 67px;
  height: 67px;
  position: relative;
  margin-bottom: 0 !important;
}

.notifyUserImg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.bellNotify {
  background: #ff5c5d;
  border: 2px solid #ffffff;
  width: 30px;
  height: 29px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  bottom: 0px;
}

.notifyTime {
  font-family: "Poppins";
  font-size: 12px;
  font-weight: 500;
  color: #bdb9b9;
}

.unreadBtn {
  background: #ff5c5d;
  width: 14px;
  min-width: 14px;
  height: 14px;
  border-radius: 14px;
  /* margin-right: 24px; */
  display: none;
}

.notifyList.active .unreadBtn {
  display: block;
}

.notifyList.active {
  border: 2px solid #ff5c5d80 !important;
  cursor: pointer;
}

.countValue {
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #ff5c5d;
  border-radius: 50%;
  right: 1px;
  top: -5px;
}

.chatInner_Parent {
  height: calc(64vh - 200px);
  overflow-y: scroll;
}

/* Changes By Rohit */
.upload_Img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 9px;
}

.deleteUpload {
  border-radius: 50px;
  position: absolute;
  height: 40px;
  width: 40px;
  border: none;
  top: -7px;
  right: -22px;
}

.img-fluid .deletIcon {
  width: 24px;
  height: 24px;
}

.uploadImgeboxNewArticle {
  height: 200px;
  border-radius: 40px;
  border: 1px dashed #bbbaba;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uploadImgeboxNewArticle .uploadfileIcon {
  height: 170px;
  margin-left: 20px;
  width: 100%;
  max-width: 210px;
  object-fit: cover;
  border-radius: 20px;
}

.articlePublish {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.userPlanOuter {
  border: 1px solid #ffffff33;
  background: #ffffff1f;
  border-radius: 16px;
  margin-top: 20px;
  padding: 12px;
  display: flex;
  align-items: start;
  /* justify-content: space-between; */
  /* gap: 30px; */
  width: 100%;
  max-width: 465px;
}

.UserPlanRight {
  border-left: 2px solid #ffffff33;
  padding-left: 20px;
}

.userDetailMain {
  background: #131a1c;
  box-shadow: 0px 4px 12px 0px #0000000f;
  padding: 24px;
  border-radius: 30px;
}

.userDetailOuterRyt .planText {
  font-size: 14px;
}

.userDetailOuterRyt .priceText {
  font-size: 20px;
  margin: 12px 0 !important;
}

.userDetailOuterRyt .monthText {
  font-size: 14px;
}

.userDetailOuterRyt .userLightPara {
  font-size: 14px;
}

.userDetailOuterRyt .form_subheading {
  font-size: 14px;
}

.userPlanLeft {
  position: relative;
  width: 50%;
}

/* .userPlanLeft::before {
  content: "";
  position: absolute;
  background-color: #ffffff33;
  height: 70px;
  width: 2px;
  right: -9px;
} */
.noPlanOuter {
  justify-content: center !important;
}

.notifyLoader {
  height: 115px !important;
  justify-content: center !important;
}

/* hamburger css */
.sidebar-mini.layout-fixed.sidebar-collapse main.maincontainer_ {
  margin-left: 80px;
  /* transition: margin-left 0.6s ease-in-out, width 0.3s ease-in-out; */
}

.sidebar-mini.sidebar-collapse .main-sidebar {
  margin-left: 0;
  width: 80px;
}

aside.sidebarSil.main-sidebar.sideBar-bg.sidebar-dark-primary.elevation-4.main
  .sidebarSec
  h4.userDarkPara.m-2 {
  font-size: 14px;
  margin: 0 0 12px 0 !important;
}

.sidebar-mini.sidebar-collapse .sidebar .nav-sidebar .nav-link p {
  display: none;
}

.sidebar-mini.sidebar-collapse
  .main-sidebar:not(.sidebar-no-expand).sidebar-focused,
.sidebar-mini.sidebar-collapse
  .main-sidebar:not(.sidebar-no-expand):hover
  .nav-sidebar
  .nav-link {
  text-align: left;
  transition: text-align 0.4s ease-in-out;
}

.sidebar-mini.sidebar-collapse
  .main-sidebar:not(.sidebar-no-expand):not(:hover)
  .nav-sidebar
  .nav-link {
  text-align: center;
  transition: text-align 0.4s ease-in-out;
  max-width: 70px;
}

.sidebar-mini.sidebar-collapse
  .main-sidebar:not(.sidebar-no-expand):not(:hover)
  .brandSideLogo {
  display: none;
}

.sidebar-mini.sidebar-collapse
  .main-sidebar:not(.sidebar-no-expand):not(:hover)
  .dotsLogo {
  display: block;
}

.dotsLogo {
  display: none;
}

.sidebar-mini.sidebar-collapse
  .main-sidebar:not(.sidebar-no-expand):not(:hover)
  .brand-link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.MuiFormControl-root {
  width: 100%;
  background: #ffffff1f;
  border-radius: 30px;
  border: 1px solid #ffffff4d !important;
}

.customSelect .MuiOutlinedInput-notchedOutline {
  border: none;
}

.customSelect:hover .MuiOutlinedInput-notchedOutline {
  border: none;
}

.customSelect.Mui-focused .MuiOutlinedInput-notchedOutline {
  border: none;
}

.customSelect .MuiSelect-root {
  border-top: none;
}

.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl.customSelect {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
}

.customSelect .css-1km1ehz.Mui-selected {
  background-color: #757575 !important;
}

/* start css responsive */
.content-wrap::-webkit-scrollbar {
  display: none;
}

.addMoreBtn {
  margin-bottom: 16px;
}

.upload-client-logo {
  height: 115px !important;
  width: 115px !important;
}

.uploadOuterLogo {
  padding: 10px;
}

.disabledCursor {
  cursor: not-allowed;
}

.clock-icon {
  position: absolute;
  cursor: pointer;
  right: 17px;
  top: 18px;
  /* filter: brightness(9.5); */
}

li.rc-time-picker-panel-select-option-selected {
  background: #ff5c5d !important;
  font-weight: bold;
  color: #fff;
}

.rc-time-picker-panel-select li:hover {
  background: #ff5c5d7d;
  color: #000;
}

.timepicker-outer {
  width: 100%;
}

.timepicker-outer .rc-time-picker-input {
  border: 1px solid #ffffff4d !important;
  background: #ffffff1f !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-align: left;
  border-radius: 30px;
  padding: 16px 15px;
  color: #ffffff !important;
  height: 100%;
}

.change-plan-btn {
  padding: 10px 12px !important;
  font-size: 12px !important;
}

#changeUserPlanModal {
  width: 100%;
  max-width: 950px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 91vh;
}

#changeUserPlanModal .modal-content {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(41 41 41 / 112%);
  border-radius: 30px;
  padding: 0 !important;
}

#changeUserPlanModal .modal-header {
  position: relative;
  padding: 24px !important;
  justify-content: center !important;
  border-bottom: 1px solid rgba(47, 53, 55, 1) !important;
}

#changeUserPlanModal .modal-body {
  padding: 24px !important;
}

.content-wrap-plan {
  height: calc(100vh - 236px) !important;
  overflow-y: scroll;
  padding: 16px 24px;
}

.plan-selected {
  cursor: pointer;
  height: 22px;
  width: 22px;
}

.publication_SelectTime .rc-time-picker-clear-icon:after {
  content: none !important;
}

input:focus-visible {
  outline: none;
}

.underimage_ figure img {
  /* width: 100%; */
  /* margin: 20px 0; */
  border-radius: 10px;
  max-width: 100%;
}

.subcribers_Users {
  cursor: pointer !important;
}

.noNotificationsFound {
  margin-top: 25% !important;
  font-size: 24px !important;
}

/* Start Checkbox of Publication Page */
.addPublishSec .premiumLabel {
  font-family: Poppins !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 19px !important;
  color: #ffffff;
}

.addPublishSec .premiumLabel_Parent {
  margin-left: 30px;
}

.addPublishSec .free {
  color: #aeaeae;
}

.publication_Premium [type="radio"]:checked,
.publication_Premium [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.publication_Premium [type="radio"]:checked + label,
.publication_Premium [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  /* color: #666; */
}

.publication_Premium [type="radio"]:checked + label:before,
.publication_Premium [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ff5c5d;
  border-radius: 100%;
  background: transparent;
}

.publication_Premium [type="radio"]:checked + label:after,
.publication_Premium [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #ff5c5d;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.publication_Premium [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.publication_Premium [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* End Checkbox of Publication Page */

/* Start Radio Button Css Subscribers (change user plan) */

.select_Role [type="radio"]:checked,
.select_Role [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.select_Role [type="radio"]:checked + label,
.select_Role [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  /* color: #666; */
}

.select_Role [type="radio"]:checked + label:before,
.select_Role [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  height: 23px;
  border: 1px solid #ff5c5d;
  border-radius: 100%;
  background: transparent;
}

.select_Role [type="radio"]:checked + label:after,
.select_Role [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 13px;
  height: 12px;
  background: #ff5c5d;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.select_Role [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.select_Role [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* End Radio Button Css Subscribers (change user plan) */

.table_UserName {
  cursor: pointer;
}

.timer_Btn button {
  background-color: transparent !important;
  color: #ff5c5d !important;
}

.timer_Btn span {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #ff5c5d !important;
}

.createdAtHead {
  min-width: 210px !important;
  width: 210px !important;
}

.createdAtHead:last-child {
  min-width: 110px !important;
  width: 110px !important;
}

.messageModalContainer .chatOuter {
  margin-top: 0;
}

.messageModalContainer .searchInput {
  padding: 30px 65px 30px 20px !important;
}

.messageModalContainer .chatInner_Parent {
  /* height: calc(64vh - 400px); */
  overflow-y: scroll;
}

.chatInner_Parent_new {
  height: calc(64vh - 10px);
  overflow-y: scroll;
}

.article_Genre .loginBtnCommon.btnYellow {
  width: 175px !important;
  padding: 16px 10px !important;
}

.publicationTable_Action {
  min-width: 310px !important;
}

.premiumPrice_Txt {
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
}

/* Custom styles for rc-slider */

.custom-slider .rc-slider-track {
  background-color: #ff5c5d;
  height: 8px;
}

.custom-slider .rc-slider-handle {
  border: 4px solid #ff5c5d;
  background-color: #fff;
  width: 22px;
  height: 22px;
  margin-top: -7px;
}

.custom-slider .rc-slider-handle:hover {
  border-color: #ff5c5d !important;
}

.custom-slider .rc-slider-handle:active {
  border-color: #ff5c5d;
  box-shadow: 0 0 5px #ff5c5d;
  cursor: grabbing;
}

.rc-slider-handle-dragging.rc-slider-handle-dragging.rc-slider-handle-dragging {
  border-color: #ff5c5d !important;
  box-shadow: none !important;
}

.custom-slider .rc-slider-handle:focus-visible {
  border-color: #ff5c5d !important;
  box-shadow: none !important;
}

.custom-slider .rc-slider-dot {
  background-color: #fff;
  border: 2px solid #fff;
  width: 10px;
  height: 10px;
  top: -3px;
}

.custom-slider .rc-slider-dot-active {
  border-color: #ff5722;
}

.custom-slider .rc-slider-mark-text {
  color: #ffffff;
  font-size: 14px;
}

.premiumPrice_Parent {
  margin-bottom: 40px;
}

.premiumPrice_Txt {
  margin-bottom: 15px !important;
}

.custom-slider .rc-slider-rail {
  height: 8px;
}

.max-range-price,
.min-range-price {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.range-prices {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

/* Publication Details  */
.publicationImg_Parent {
  max-width: 350px;
  width: 100%;
  height: 295px;
  /* min-width: 350px; */
}

.publication_Img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}

.fontSize18 {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.pubDetails_Head {
  font-weight: 400;
  display: block;
  line-height: 24px;
  color: rgba(156, 156, 156, 1);
}

.pubDetails_Container {
  padding-bottom: 20px;
}

.pubDetails_Parent {
  border-left: 1px solid #eee;
  padding: 0 20px;
}

.webUrl_Txt {
  word-break: break-all;
}

.categoryOuterBox {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  flex-wrap: wrap;
}
.categoryBx.active,
.categoryBx:hover {
  border: 1px solid #ffbc49;
  background: #ffbc49;
}
.categoryBx {
  border: 1px solid #ffffff;
  padding: 8px 24px;
  border-radius: 30px;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.categoryBox {
  margin-top: 20px;
}
.flexBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.categoryText {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #9c9c9c;
}
.clearBtn {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: #ff5c5d;
  border: none;
  background: transparent;
}
.pubDetails_Container .secondary_Heading {
  font-weight: 500;
}

.pubDetails_secondContainer {
  border: 1px solid rgba(47, 53, 55, 1);
  border-top: none;
  border-bottom: none;
  padding: 0 50px;
}

.pubDetails_firstContainer {
  padding: 0 0 0 50px;
}

.pubDetails_thirdContainer {
  padding: 0 0 0 50px;
}

.noMess_Found {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

/* Notification Modal */
#notificationModal.modal-dialog {
  height: auto;
  display: block;
  position: fixed;
  right: 20px;
  width: 450px;
  top: 70px;
}

#notificationModal .modal-content {
  height: calc(100vh - 130px);
  /* display: block;
  overflow: auto; */
}

.seeAll_Notification {
  font-size: 18px;
  font-weight: 600;
  color: #ff5c5d;
}

.articleMess_Parent {
  background-color: transparent;
  padding: 0;
}

.articleMess_Parent .searchInput {
  background-color: transparent !important;
}

.notifyList.notifyModal_List {
  padding: 15px;
}
.genreMultiselect .searchWrapper {
  min-height: 22px;
  padding: 5px;
  position: relative;
  width: 100%;
  background: #ffffff1f;
  border-radius: 30px;
  border: 1px solid #ffffff4d !important;
  padding: 14px 14px;
}
.genreMultiselect .optionListContainer {
  border: 1px solid #ffffff4d;
  background: #616161;
  border-radius: 12px;
  margin-top: 1px;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.multiSelectContainer ul {
  border: 0px solid #ccc !important;
  max-height: 400px !important;
}
.genreMultiselect .highlightOption {
  background: #757575;
  color: #fff;
}

.multiSelectContainer li:hover {
  background: #757575 !important;
}
.multiSelectContainer li,
.optionContainer span {
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  margin-top: 3px;
}
.icon_down_dir::before {
  content: unset !important;
}
.genreMultiselect input {
  color: #ffffff;
  caret-color: #ffffff;
}
.dropdown-icon-multiselect {
  height: 10px;
  width: 10px;
}
.chip {
  border: 1px solid;
  background: transparent !important;
  border-radius: 100px !important;
  margin-bottom: 4px !important;
}
.view-all-genres {
  color: #ff5c5d !important;
}

.transTable_Img {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}
.transTable_Img img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.categoryBoxModal {
  border: rgba(255, 92, 93, 0.2);
  background: rgba(255, 92, 93, 0.2);
  padding: 8px 24px;
  border-radius: 30px;
  color: #ffffff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.uploadInnerCredit {
  border-radius: 35px;
  height: 312px;
  margin: 0;
  width: 250px;
}
.userCreditImage {
  width: 100%;
  height: 100%;
  border-radius: 35px;
}
.planTabs_ {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 100px;
  padding: 0;
}
.planttabslist {
  background: #fff;
  padding: 10px 16px;
  border-radius: 100px;
  list-style: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  width: 100%;
  text-align: center;
  cursor: pointer;
}

.planttabslist.active {
  background: #ff5c5d;
  color: #fff;
  cursor: pointer;
}
.subgreyText_ {
  font-size: 14px;
  font-weight: 600;
  color: #939191;
}
.subscriptionUl_ {
  display: inline-block;
  width: 100%;
  margin: 14px 0;
  margin-bottom: 60px;
}

.subscriptionList_ {
  font-size: 14px;
  font-weight: 400;
  /* color: #fff; */
  margin-bottom: 6px;
  line-height: 25px;
  list-style: none;
  position: relative;
}
.not-allowed{
  cursor: not-allowed;
}

#createPlanModal .modal-header .updateplan{
  text-transform: capitalize;
}
.customerFeat_Field{
  margin-bottom : 0;
}

/* / input prefilled webkit / */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: unset !important; 
  transition: background-color 5000s ease-in-out 0s !important;
}

input:-moz-autofill {
  color: #ffffff !important; 
  box-shadow: none !important; 
  background-color: transparent !important; 
  transition: background-color 5000s ease-in-out 0s !important;
} 

/* Start Input Label */
.input_Label{
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  margin-bottom: 5px;
}
.changePlan_first{
  width: 35%;
}
.changePlan_Second{
  width: 45%;
}
.changePlan_Third{
  width: 20%;
}
/* End Input Label */

.total_transaction{
  font-size: 24px;
  font-weight: 500;
  color: #FFF;
}
/* End Input Label */

/* Start Article Details  */
.articleDetail_Fixed {
  position: sticky;
  top: -18px;
  z-index: 1;
  background: #131A1C;
  padding-top: 24px;
}
.articleDetail_Section .articleImage {
  padding:  0 5px;
  margin-top: 50px; 
}
figure.easyimage.easyimage-side {
  float: right;
  /* margin-left: 1.5em !important; */
  max-width: 50%;
  text-align: right;
  margin: 10px 0 0 20px;
}
.articleCover_Img{
  border-radius: 12px;
}

.articleMultiple_Img{
  aspect-ratio: 3/2;
}
.deleted_User{
  text-align: center;
  margin-top: 100px !important;
}
.autocomplete-list {
  background: transparent;
  border-radius: 12px;
  padding: 10px;
  list-style: none;
  box-shadow: 1px 1px 4px 2px #eee;
  margin-top: 2px;
}
.autocomplete-item {
  font-size: 16px;
  padding-bottom: 5px;
  color: #FFF;
}

/* Start Slider CSS */

.slick-slide img {
  display: block;
  object-fit: cover !important;
}

.home_slider_img {
  border-radius: 10px;
}

.client_Logoes img{
  border-radius: 10px;
  height: 267px !important;
}

/* End Slider Css */

.articlePublish_Btn{
    border-radius: 30px !important;
    background: #1BAE21;

}

.articlePublish_Btn .MuiSelect-select{
  color: #FFF !important;
  padding: 12px 24px !important;
  font-weight: 500 !important;
  -webkit-text-fill-color: unset !important;
  margin-right: 10px !important;
}

.totalBox {
  background: #131a1c80;
  border-radius: 12px;
  padding: 16px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ratingText {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}

.stateText {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
  color: #ffffff;
  word-break: break-all;
}

.allarticle__ .stateText {
  line-height: 28px;
}

.articleInfo_ .stateText {
  font-weight: 700;
  font-size: 21px;
}

.stateTextpara {
  font-size: 13px;
  font-weight: 400;
  color: #9d9d9d;
  display: inline-block;
  width: 87%;
  height: 57px;
  overflow: hidden;
}

.publishInner .stateText {
  width: 90%;
  margin-right: 10px;
}

.offerDetailBox {
  background: #3d3d3d;
  border-radius: 12px;
}

.offerUpper {
  background-color: rgba(47, 53, 55, 0.9) !important;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  padding: 16px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #2f3537;
}
.offerLower {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.totalBox {
  background: #3d3d3d;
  border-radius: 12px;
  padding: 16px;
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addOnArticle_Checkbox{
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap ;
}



.addOnArticle_Checkbox .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.addOnArticle_Checkbox .form-group label {
  position: relative;
  cursor: pointer;
}

.addOnArticle_Checkbox .form-group label:before {
  content: '';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ff5c5d;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 3px;
}

.addOnArticle_Checkbox .form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 7px;
  width: 6px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.addOnArticle_Checkbox .form-group input:checked + label:before{
  background-color: #ff5c5d;
}



/* Start Article Form Detail */
.aiForm_Detail_Parent{
  padding-top: 20px;
}
.aiForm_Detail_Parent ul{
  padding: 0;
  padding-top: 10px;
}
.aiForm_Detail_Parent .formDetail_List{
 padding-bottom: 8px;
 font-size: 18px;
 font-weight: 600;
 color: #FFF;
}
.aiForm_Detail_Parent .formDetail_List span{
  font-weight: 500;
 }
 .aiForm_Detail_Head{
  font-size: 24px !important;
  font-weight: 600 !important;
  color: #FFF;
 }
 .docfile_Parent{
  max-width: 300px;
  width: 100%;
 }
 .docfile_Img{
  width: 100%;
 }
 .articleSlider_Row{
  margin: 0 50px
}
.underimage_ .easyimage.easyimage-full{
  text-align: center;
  }
/* End Article Form Detail */


.app  p{
  word-wrap: break-word;
}



