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

/* width */
.recentTable::-webkit-scrollbar {
  display: block;
  height: 8px !important;
}

.recentTable::-webkit-scrollbar-track {
  border-radius: 12px;
  margin: 0 15px;
  background: #4b4949;
}

.recentTable::-webkit-scrollbar-thumb {
  background: #f0ecec;
  border-radius: 25px;
}

.recentTable::-webkit-scrollbar-thumb:hover {
  background: #333;
}
/* Scrollbar Css for Firefox */

::-moz-scrollbar {
  width: 12px;
  height: 12px;
}

::-moz-scrollbar-track {
  background: black;
}

::-moz-scrollbar-thumb {
  background: #000; 
  border-radius: 10px; 
}

::-moz-scrollbar-thumb:hover {
  background: #000; 
}


/* End Scrollbar Css for Firefox */

.mainHead32 {
  font-size: 32px;
  font-weight: 600;
  color: #fff !important;
}

body {
  background: linear-gradient(254.05deg, #000000 0%, #313131 99.4%);
}

.sidebar-mini.sidebar-collapse .main-footer {
  margin-left: -12.4rem !important;
  /* margin-left: 0 !important; */
}

.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .main-header {
  margin-left: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 !important;
}

/**Start Dashboard css**/

.mainBox {
  display: inline-block;
  width: 100%;
  padding: 10px;
  height: 100vh;
}

.content-wrapper {
  background-color: #21212100;
  /* height: calc(100vh - 102px) !important; */
  overflow-y: scroll;
  margin-left: 0 !important;
}

.layout-fixed .main-sidebar {
  left: 11px !important;
  top: 11px !important;
  border-radius: 25px;
  background: #3f3f3f;
  max-width: 280px;
  width: 100%;
  position: fixed;
  transition: none !important;
}

.dashboardNav {
  margin-left: 0 !important;
}

.sidebarSil .brand_logo {
  max-width: 165px !important;
  width: 100% !important;
}

.sidebarSil .brand-link {
  text-align: center;
  border-bottom: none;
  padding: 20px 0 35px;
}

.nav-sidebar .nav-link.active {
  color: #fff;
  /* background-image: linear-gradient(
    to right,
    rgba(30, 234, 255, 0.3),
    rgba(110, 56, 255, 0.3),
    rgba(246, 0, 255, 0.3)
  ) !important; */

  background-color: rgba(255, 92, 93, 0.2) !important;
  border-radius: 10px;
}

.layout-fixed .brand-link {
  width: 100% !important;
}

.nav-sidebar .nav-link {
  color: #fff;
  width: 100% !important;
}

.main-sidebar {
  height: 97vh !important;
}

.maincontainer_ {
  margin-left: 280px;
  height: 97vh;
  overflow: hidden;
  transition: margin-left 0.3s ease-in-out, width 0.3s ease-in-out;
}

.navbar-white {
  background-color: #0c0c0c00;
  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;
}

.main-header {
  border-bottom: 1px solid #373737;
  z-index: 1034;
  padding: 24px 0 24px 24px;
}

.dashBar_ {
  background: #ff5c5d;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

.toggledash_ .nav-link {
  padding: 0;
}

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

.dashboardrightcontent_ {
  display: inline-block;
  width: 100%;
  height: calc(100vh - 100px);
  overflow-y: scroll;
  padding: 20px 0;
}

.usercountbox_ {
  background-image: url("../images/userCountImg.svg");
  background-repeat: no-repeat;
  padding: 32px;
  background-size: contain;
  display: flex;
  align-items: start;
  gap: 20px;
  /* background-color: #262626; */
  border: 1px solid #ff5c5d;
  border-radius: 30px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 20%,
    rgba(69, 44, 44, 1) 70%
  );
}

.subhead24 {
  font-family: "Poppins";
  font-size: 24px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}
.noFoundHead .subhead24 {
  font-size: 20px;
}
.headinmain32 {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.content-wrapper {
  height: calc(100vh - 105px) !important;
  overflow-y: scroll;
  min-height: 100% !important;
  padding: 16px 24px;
}

/* .content-wrap {
  height: calc(100vh - 105px) !important;
  overflow-y: scroll;
  padding: 16px 24px 20px;
} */
.content-wrap {
  height: calc(100vh - 126px) !important;
  overflow-y: scroll;
  padding: 16px 24px 20px;
}

.recentText {
  font-family: "Poppins";
  font-size: 22px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

.recentUserSec {
  margin: 40px 0 0 0;
}

/* .recentTable {
  border-radius: 30px;
  height: calc(100vh - 469px);
  overflow-y: auto;
} */
.recentTable {
  border-radius: 30px;
  /* height: 100%; */
  max-height: calc(100vh - 250px);
  overflow-y: auto;
}
.recentTable thead{
  position: sticky;
  top: -1px;
}
.recentTable::-webkit-scrollbar:vertical {
  display: none;
}

.recentTable::-webkit-scrollbar:horizontal {
  width: 4px;
  height: 4px;
}

.recentHead {
  border: none !important;
  /* background-color: rgba(255, 255, 255, 0.05) !important; */
  background-color: rgb(47 53 55) !important;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase !important;
}

.recentTable th,
td {
  border-bottom: 1px solid rgba(38, 41, 42, 1) !important;
  padding: 20px 15px !important;
  /* min-width: 170px; */
}

.recentTable td {
  background-color: rgba(19, 26, 28, 1) !important;
  vertical-align: middle;
}

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

.seeBtn {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: #ff5c5d;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  background-color: transparent;
}

.tableSubText {
  font-family: "Poppins";
  font-size: 15px;
  font-weight: 400;
  color: rgba(157, 157, 157, 1);
  margin: 0;
  /* text-transform: capitalize; */
}

.profileImg_ {
  border-radius: 14px;
  background-color: #fff;
  width: 100%;
  height: 100%;
}

.profile-outer {
  width: 28px;
  height: 28px;
  min-width: 28px;
}

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

.eyeBtn {
  background: linear-gradient(
    101.17deg,
    #1eeaff 0%,
    #6e38ff 49.5%,
    #f600ff 100%
  );
  width: 30px;
  height: 31px;
  border: none;
  padding-bottom: 2px;
  border-radius: 50%;
}

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

.recentTable_Head {
  /* min-width: 200px !important; */
}

/* .recentHead:nth-child(2) {
  min-width: 220px;
}
.recentHead:nth-child(3) {
  min-width: 255px;
}
.recentHead:nth-child(4) {
  min-width: 175px;
} */
.recentHead:last-child {
  min-width: 150px;
}

.searchInput {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 30px !important;
  font-family: "Poppins" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 1) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  padding: 30px 24px 30px 65px !important;
}

.searchInput:focus,
.categoryInput:focus {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.12) !important;
}

.searchInput::placeholder,
.categoryInput::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 1) !important;
}

.categoryInput {
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 30px !important;
  font-family: "Poppins" !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 1) !important;
  background: rgba(255, 255, 255, 0.12) !important;
  padding: 28px 24px 28px 24px !important;
}

.searchBarIcon {
  position: absolute;
  left: 26px;
  top: 20px;
}

.searchSection {
  position: relative;
}

.statusHeading {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: rgba(174, 174, 174, 1);
  padding: 12px;
  position: relative;
  cursor: pointer;
}

.userListStatus {
  display: flex;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 24px;
}

.statusHeading.active::before,
.statusHeading:hover::before {
  content: "";
  position: absolute;
  top: 98%;
  width: 100%;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background: #ff5c5d;
}

.statusHeading.active,
.statusHeading:hover {
  color: rgba(255, 255, 255, 1);
}

/* .userRecentTable {
  height: calc(72vh - 260px);
  overflow-y: scroll;
} */
.userDeatilHead {
  display: flex;
  align-items: center;
  gap: 16px;
}

.userDetailInfo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  /* padding: 40px; */
  /* margin-top: 16px; */
  /* background-image: url("../images/userDeatilBg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06); */
}

.profileMainImg {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50%;
  background-color: #fff;
}

.userDetailLeft {
  display: flex;
  align-items: start;
  gap: 12px;
}

.userNameText {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.userLabelText {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
}

.User_Details .labelBold {
  font-size: 13px;
}

.labelBold {
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
}

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

.User_Details .blockbtn {
  font-size: 15px;
  padding: 12px 20px;
}

.blockbtn {
  background: #ff5c5d;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  border: none;
  padding: 16px 32px;
  border-radius: 30px;
  border: 2px solid #ff5c5d;
  text-transform: capitalize;
}

.userDetailRight .userblockbtn {
  cursor: not-allowed;
}

.User_Details .deactivateBtn {
  padding: 12px 15px;
  font-size: 15px;
}
/* .ticket-right {
  width: 18%;
}
.ticket-left {
  width: 82%;
} */
.deactivateBtn {
  border: 2px solid var(--Red, #ff5c5d);
  box-shadow: 0px 4px 12px 0px rgba(246, 0, 255, 0.12);
  background: none;
  border-radius: 50px;
  padding: 15px 35px;
  color: rgba(255, 255, 255, 1);
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.User_Details .userDeleteBtn {
  width: 45px;
  height: 45px;
  padding: 11px;
}
.userDeleteBtn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ff5c5d;
  border: none !important;
}

.readText {
  color: rgba(30, 234, 255, 1);
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
}

.tableParaText {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 60ch;
}

.pendingBtn {
  background: rgba(250, 187, 40, 1);
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  border: none;
  padding: 6px 12px;
  border-radius: 5px;
  width: 100%;
}

.approveBtn {
  background: rgba(27, 174, 33, 1) !important;
}

.rejectBtn {
  background: rgba(244, 67, 54, 1);
}

.userDetailTable .recentHead:nth-child(2) {
  min-width: 160px !important;
}

.userDetailTable .recentHead:nth-child(3) {
  min-width: 200px !important;
}

.userDetailTable .recentHead:nth-child(4) {
  min-width: 270px !important;
}

.userDetailTable .recentHead:nth-child(5) {
  min-width: 150px !important;
}

.modal-dialog {
  height: 80vh;
  display: flex;
  align-items: center;
}

#helpingModal.modal-dialog{
  height: auto !important;
}

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

#createCategoryModal,
#subCategoryModal,
#updateSocialLink {
  width: 100%;
  max-width: 600px;
}

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

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

.modal-header .btn-close {
  display: none;
}

#createCategoryModal .modal-body,
#subCategoryModal .modal-body {
  padding: 24px !important;
}

.modal_Heading {
  font-family: "Poppins";
  font-size: 28px;
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}

.categoryForm {
  margin: 16px 0 30px 0;
}

.crossBtnCategory {
  /* background: linear-gradient(
    101.17deg,
    #1eeaff 0%,
    #6e38ff 49.5%,
    #f600ff 100%
  ); */
  background: #ff5c5d;
  width: 58px;
  height: 52px;
  border: none;
  border-radius: 50%;
}

.inputFlex {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}

.prSidebar {
  height: calc(100vh - 155px);
}

.nav-link.active .sidebarIcn {
  filter: invert(100%) sepia(0%) saturate(7473%) hue-rotate(320deg)
    brightness(460%) contrast(100%);
}

.headerDropdown {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: #1f1f1f;
  border-radius: 16px;
  padding: 16px 0;
}

.headerDropdown .dropdown-item.active,
.headerDropdown .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #95999c;
}

.headerDropdown .dropdown-item:hover {
  background-color: #50505040;
  color: #fff !important;
}

.headerDropdown .dropdown-item {
  color: #fff !important;
}

.headerDropdown.dropdown-menu-right {
  right: 25px !important;
  top: 110% !important;
}

/* ------- */
.addMoreBtn {
  font-size: 16px;
  font-weight: 600;
  margin-top: 16px;
  text-align: center;
  background: transparent;
  border: none;
  color: #ff5c5d;
  display: flex;
  align-items: center;
}

.addMoreImg {
  background: #ff5c5d;
  border-radius: 50%;
  padding: 8px;
  margin-right: 10px;
}


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