.bg-error {
  color: red;
  font-size: 11px;
  display: inline-block;
  padding-left: 15px;
}

.bg-error:first-letter {
  text-transform: uppercase;
}

/* pro user div style  start*/
.proUserContainer {
  background: white;
  height: 532px;
  border-radius: 12px;
  color: gray;
  padding: 25px;
  width: 1222px;
  border: 1px solid rgba(125, 129, 144, 0.15);
}

/* pro user div style  end*/

/* old lady searching section style start */
.searchingSection {
  height: 532px;
  width: 100%;
}

.searchingSection img {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
  width: 300px;
}

/* old lady searching section style end */

/* support ticket page start */
.supportNav {
  display: flex;
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px 12px 0px 0px;
}

.navHeading {
  font-size: 20px;
  font-weight: 700;
  color: #575b6c;
  margin-top: 25px;
}

.supportTicketBackIcon {
  padding: 25px;
  border-right: 1px solid rgba(125, 129, 144, 0.15);
}

.supportTicketIcon {
  margin: 26px 12px 0px 26px;
}

.supportTicketContent {
  background-color: #ffffff;
  padding: 25px;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
}

.ticketContainer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 16px;
  column-gap: 16px;
}

.ticketContainer h5 {
  font-weight: 700;
  color: #575b6c;
  font-size: 13px;
}

.ticketContainer h6 {
  font-weight: 600;
  color: #575b6c;
  font-size: 12px;
}

.ticketContainer p {
  font-weight: 500;
  color: #575b6c;
  font-size: 12px;
  margin: 0px;
}

.bottomSection {
  display: flex;
  justify-content: space-between;
}

.bottomSection img {
  margin-top: 17px;
}

.supportTicket {
  background: rgba(125, 129, 144, 0.03);
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  overflow: hidden;
}

.heading {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
  padding: 15px 15px 0px 15px;
}

.supportRow {
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
  padding: 10px;
}

.bottomSection {
  padding: 10px;
}

/* support ticket page end */
.err_below {
  color: red;
}

.cursor {
  cursor: pointer;
}

.glossaryTable .white_pre_250 {
  text-align: left;
  max-width: 250px;
  white-space: pre-wrap !important;
}

.socialicons {
  width: 18px;
  margin-right: 5px;
}

@media screen and (min-width: 400px) {
  .commanModel.addCareer .modal-dialog {
    min-width: 660px;
  }
}

.commanModel .modelFormInput select {
  height: 45px;
}

.modelFormInput select {
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  font-weight: 500;
  font-size: var(--s14);
  line-height: 17px;
  padding: 12px 15px;
  resize: none;
}

.dabsSearch {
  padding: 12px 15px !important;
  border-bottom: 1px solid rgba(125, 129, 144, 0.15) !important;
}

.dabsSearch_Text p.name {
  text-align: left;
}

.view_userUpdateBtn a {
  float: right;
}

.basic-multi-select .select__control {
  border: none;
  border-radius: 14px;
  min-height: 43px;
}

.basic-multi-select input.select__input {
  height: 31px;
}

.basic-multi-select .select__placeholder {
  color: rgba(125, 129, 144, 0.5);
  font-size: var(--s14);
  font-weight: 500;
  font-family: "Inter";
}

.form-control::-webkit-file-upload-button,
.form-control::file-selector-button {
  display: none;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
  line-height: 32px;
}

.img-select2 select {
  border-radius: 12px;
}

.headerSearchBar .input-group input {
  border-radius: 12px !important;
}

.coming-soon-custom {
  padding: 25px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: rgba(87, 91, 108, 0.85);
}

.custom-nav {
  flex-wrap: wrap !important;
  width: 100% !important;
}

/* detailed Ticket start */
.detailedSupportSection {
  margin: 25px;
  background-color: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
}

.detailedSupportUpperSection {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}

.detailedSupportRow1 {
  display: grid;
  grid-template-columns: 3fr 2.1fr 2.1fr 4.2fr;
}

.detailedSupportRow1 div {
  padding: 15px;
}

.detailedSupportRow2 div {
  padding: 12px 15px;
}

.detailedSupportRow3 div {
  padding: 12px 15px;
}

.detailedSupportRow2 {
  display: grid;
  grid-template-columns: 3fr 2.1fr 2.1fr 2.1fr 2.1fr;
}

.detailedSupportRow3 {
  display: grid;
  grid-template-columns: 3fr 6.3fr 2.1fr;
}

.detailedSuppprtBackIcon {
  margin: auto 25px;
}

.disFlex {
  display: flex;
}

.detailedSupportSection p {
  margin: 0px;
  font-size: 13px;
  font-weight: 500;
  color: #575b6c;
  line-height: 16px;
}

.detailedSupportSection h6 {
  margin: 0px;
  font-size: 14px;
  font-weight: 600;
  color: #575b6c;
  line-height: 18px;
}

.detailedSupportSection h5 {
  margin: 0px;
  font-size: 15px;
  font-weight: 700;
  color: #575b6c;
  line-height: 18px;
}

.detailedTicketBorder {
  border-left: 1px solid rgba(125, 129, 144, 0.15);
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}

.chatBox {
  display: flex;
  margin: 15px;
}

.chatSection {
  border-right: 1px solid rgba(125, 129, 144, 0.15);
  padding: 0px 20px;
}

.chatContent {
  width: 550px;
  padding: 15px;
  background: rgba(125, 129, 144, 0.05);
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 16px 16px 16px 0px;
}

.userIcon img {
  background-color: black;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  margin-top: 140px;
}

.detailedSupportLowerSection {
  display: flex;
}

.preTicket {
  border: 1px solid rgba(125, 129, 144, 0.15);
  padding: 14px;
}

.situationRes {
  border: 1px solid rgba(125, 129, 144, 0.15);
  padding: 14px;
}

.time-date {
  margin: 135px 5px 0px 5px;
  text-align: center;
}

.situationRes button {
  background: rgba(236, 0, 0, 0.05);
  border: 1px solid #ec0000;
  border-radius: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}

/* detailed Ticket end */

/* userDropDown start */
.user_name p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.75);
}

.checkMail {
  padding: 18px 22px;
  border-top: 1px solid rgba(87, 91, 108, 0.15);
}

.checkMail a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #727b82;
}

/* userDropDown end */
.notification_box {
  height: 352px;
}

.bellNotifyGroup {
  background: #fff !important;
  opacity: 1;
}

.p0 {
  padding: 0px !important;
}

.mr-bottom {
  margin: 0px 0px 20px 0px;
}

.mr-right10 {
  margin-right: 10px;
}

.p-right {
  padding-right: 20px;
}

.boderNone {
  border: none;
}

.checkMailP {
  padding: 20px 0px 20px 20px;
}

.view_userUpdateBtn a {
  padding: 9px 12px;
  display: inline-block;
  line-height: 14px;
}

.dabsSearch_Text p.name {
  line-height: 16px;
  margin-top: 3px;
}

.mvcDashboard a.genralLinkCard:hover {
  color: #0a58ca;
  transform: scale(1.04);
  transition: all 0.4s ease;
}

.select__multi-value.select__multi-value__label,
.select__value-container div.select__multi-value,
.select__multi-value__label,
.select__multi-value__remove,
.select__multi-value__remove:hover {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #2b4ebe !important;
  background-color: rgba(43, 78, 190, 0.1) !important;
  height: 21px;
  border-radius: 0 !important;
}

.select__value-container div.select__multi-value {
  border-radius: 8px !important;
  overflow: hidden;
}

.basic-multi-select {
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  min-height: 45px;
  font-size: var(--s14);
  color: rgba(0, 0, 0, 0.9);
  font-weight: 500;
}

.textareaControl #the-count {
  position: absolute;
  top: -33px;
  right: 0;
}

.commanModel .textareaControl {
  overflow: visible;
  position: relative;
}

.topText {
  height: 16px;
  overflow-y: visible;
}

.onlineUserCards.d-flex {
  gap: 8px;
}

.update_search_bar button.btn img,
.headerSearchBar button.btn img {
  width: 17px;
  opacity: 0.25;
}

.headerSearchBar .form-control::placeholder {
  color: rgba(115, 121, 130, 0.25);
}

.dropify-wrapper .dropify-preview {
  border-radius: 12px;
  padding: 0px;
}

.dropify-wrapper .dropify-preview .dropify-render img {
  width: 100%;
}

select.form-control.color-fade,
select.form-select.color-fade {
  color: rgba(125, 129, 144, 0.5);
}

select.form-control.color-fade option,
select.form-select.color-fade option {
  color: rgba(0, 0, 0, 0.9);
}

.firstLetterCapital::first-letter {
  text-transform: uppercase;
}

.admin_notification.dropdown-menu.show {
  inset: -5px 0px auto auto !important;
}

.notification.dropdown .show path {
  fill: #2b4ebe;
}

.headerSearchBar .input-group input {
  padding-left: 39px;
}

.custom-select select {
  font-weight: 500;
}

.rightBox {
  width: auto;
  padding: 25px 26px 25px 23px;
}

.middleBox {
  flex-grow: 1;
}

.rightBox h6 {
  letter-spacing: 0px;
}

.paginationNav ul li a {
  background: rgba(87, 91, 108, 0.1);
}

.paginationNav ul li a.active {
  background: rgba(43, 78, 190, 0.1);
}

.commanModel .modal-content {
  outline: 1px solid rgba(125, 129, 144, 0.25);
  outline-offset: -1px;
  border: 0px;
}

.modal-body {
  padding: 1.3rem;
}

.form-control:focus {
  background-color: transparent;
}

.modal-body .modelSignBtn {
  margin-top: 9px;
}

.w170 {
  width: 170px;
}

.urlFormSubHeading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: rgba(87, 91, 108, 0.75);
  margin-bottom: 20px;
}

.lableEg {
  float: right;
  margin-top: 4px;
  font-weight: 500;
  font-size: 11px !important;
  line-height: 13px;
}

.margin-0 {
  margin: 0px;
}

.boderNone {
  border: "none";
}

.copyIcon {
  padding: 9px 13.47px;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 0px 12px 12px 0px;
  background: linear-gradient(0deg, rgba(43, 78, 190, 0.05), rgba(43, 78, 190, 0.05)), #ffffff;
}

.ticket_detaile_infoLeft .uercontent_row:nth-child(even) {
  flex-direction: row;
}

.ticket_detaile_infoLeft .uercontent_row.reverse {
  flex-direction: row-reverse;
}

.replyFileUpload {
  position: absolute;
  bottom: 81px;
  border: 1px solid red;
  width: 130px;
  height: 37px;
  opacity: 0;
}

.send_message_div {
  position: relative;
}

.chatScreenHeight {
  height: 75vh;
  overflow-y: scroll;
}

.emojiPicker {
  position: absolute;
  top: 14%;
  right: 4%;
  border: 1px solid rgba(125, 129, 144, 0.15);
}

.userBtngrid a.greenBtn {
  background: rgba(91, 197, 137, 0.05);
  border: 1px solid #5bc589;
  color: #5bc589;
}

.kycStatus {
  margin-top: 10px;
  width: 275px;
  height: 83px;
  padding: 10px;
  background: rgba(43, 78, 190, 0.05);
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
}

.statusResult {
  font-weight: 600;
  font-size: var(--s13);
  color: #575b6c;
}

.userKycFlex {
  margin-top: 6px;
  display: flex;
}

.userKycFlex a {
  width: 96px;
}

.kycDetailsleft_div {
  width: 50%;
}

.kycDetailsMain {
  justify-content: space-between;
}

.formHeadingCustom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.kycCounter {
  display: flex;
  min-width: 94px;
  height: 22px;
  background: rgba(43, 78, 190, 0.1);
  border-radius: 25px;
  justify-content: space-between;
}

.arrow-left {
  background: rgba(43, 78, 190, 0.75);
  border-radius: 25px 0px 0px 25px;
  padding: 7px 8px;
}

.arrow-right {
  background: rgba(43, 78, 190, 0.75);
  border-radius: 0px 25px 25px 0px;
  padding: 7px 8px;
}

.kycCounterText {
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  color: #7d8190;
  text-align: center;
}

.kycCounterText span {
  color: #2b4ebe;
}

/* scroll bar design for chat section in support admin */
#messages::-webkit-scrollbar {
  width: 2px;
}

#messages::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}

.videoBanner {
  background: linear-gradient(0deg, rgba(125, 129, 144, 0.1), rgba(125, 129, 144, 0.1)), #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.25);
  border-radius: 12px 12px 0px 0px;
  width: 189px;
  height: 106px;
}

.videoBanner img {
  border-radius: 12px 12px 0px 0px;
}

.videoBannerHead {
  border: 1px solid rgba(125, 129, 144, 0.25);
  border-radius: 12px;
}

.videoBannerHead h4 {
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  color: rgba(87, 91, 108, 0.85);
  margin-bottom: 5px;
}

.videoBannerHead p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(125, 129, 144, 0.5);
  margin: 0;
}

.videoBannerTextHead {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.channelVerified {
  font-weight: 500;
  font-size: 11.5px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: rgba(87, 91, 108, 0.65);
  position: absolute;
  bottom: 38px;
  right: 0px;
}

.channelVerified input {
  margin-right: 5px;
}

.verifiedTick {
  width: 14px;
  height: 14px;
  background: #2b4ebe;
  border: 1px solid rgba(87, 91, 108, 0.5);
  border-radius: 4px;
}

.disBtn {
  padding: 10px;
  border: 1px solid #575b6c;
  border-radius: 12px;
}

.inpHeight {
  height: 113px;
}

.copyIcon2 {
  padding: 43px 13.47px;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 0px 12px 12px 0px;
  background: linear-gradient(0deg, rgba(43, 78, 190, 0.05), rgba(43, 78, 190, 0.05)), #ffffff;
}

/* support ticket detail section */
.boldText {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #575b6c;
}

.lightText {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(87, 91, 108, 0.85);
  margin: 0;
}

.mediumText {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #575b6c;
}

.borderBtmRight {
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
  border-right: 1px solid rgba(125, 129, 144, 0.15);
}

.width-26 {
  width: 26%;
  /* min-width: 125px; */
}

.width-19 {
  width: 19%;
  /* min-width: 125px; */
}

.width-36 {
  width: 36%;
  /* min-width: 250px; */
}

.width-57 {
  width: 57%;
  /* min-width: 400px; */
}

.btnPadding {
  padding: 25px;
}

.borderOut {
  border-top: 1px solid rgba(125, 129, 144, 0.15);
  border-right: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 0px 12px 12px 0px;
}

.borderBottom {
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}

.borderBootomLeftRadius {
  border-radius: 0px 0px 12px 0px;
}

.btnStyle {
  border: 1px solid rgba(125, 129, 144, 0.15);
  padding: 60px 25px;
  border-radius: 12px 0px 0px 12px;
}

td div {
  padding: 0px !important;
}

.firstRow {
  padding: 15px 20px;
}

.secondRow {
  padding: 12px 20px;
}

.headerBtnSec .bellNotification .bellNotifyGroup a,
.headerBtnSec .bellNotification .bellNotifyTopHead .bellNotifyCloseBox a {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.bellNotify {
  border-bottom: 1px solid rgba(114, 123, 130, 0.1);
}

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

.bellNotifyHeading h5 {
  font-weight: 700;
  font-size: var(--s12);
  color: rgba(0, 0, 0, 0.85);
}

.bellNotifyTime p {
  color: rgba(0, 0, 0, 0.75);
  font-weight: 500;
  font-size: var(--s8);
}

.bellNotifyPara p {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 400;
  font-size: var(--s11);
}

.notifyPadding {
  padding: 14px 17px !important;
}

.bellNotifyHead {
  margin-bottom: 4px;
}

.pagi_nation .nav li a.active {
  color: #2b4ebe !important;
}
.lineBreak {
  white-space: pre-wrap;
}
.marginBottom10 {
  margin-bottom: 10px !important;
}
.coverProfileInput {
  position: relative;
  top: 60px;
  left: 5px;
  width: 110px;
  opacity: 0;
}
.fixUserUi {
  height: 420px !important;
  overflow: auto !important;
}
.fixUserUi::-webkit-scrollbar {
  width: 2px;
  background: rgba(0, 0, 0, 0.15);
}
.fixUserUi::-webkit-scrollbar-thumb {
  background-color: gray;
  border-radius: 12px;
}
.publicSubmissionHeader {
  background-color: #ffffff;
  margin: 25px 25px 0px 25px;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px 12px 0px 0px;
}
.paddingFix {
  padding: 0px 25px 25px 25px !important;
}
.borderRdiusTop {
  border-radius: 0px 0px 12px 12px;
  border-top: none;
}
.backBtnPublic {
  padding: 25px;
  border-right: 1px solid rgba(125, 129, 144, 0.15);
}
.publicHeading {
  padding: 25px;
  margin: auto 0px;
}
.publicHeading p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: rgba(87, 91, 108, 0.85);
  margin: 0px 0px 0px 10px;
}
.publicHeading img {
  height: 15px;
  width: 18px;
  margin: auto 0px;
}
.marginBottom0 {
  margin-bottom: 0px !important;
}
.sincePlaceholder {
  color: rgba(125, 129, 144, 0.5) !important;
}
.margibBottom0 {
  margin-bottom: 0px !important;
}
.uploadFileBody {
  text-align: center;
  background: rgba(87, 91, 108, 0.05);
  border: 1px dashed rgba(87, 91, 108, 0.5);
  border-radius: 15px;
}
.uploadPic {
  padding: 75px 334px 0px 334px;
}
.uploadPopUpContent {
  padding: 30px 0px 75px 0px;
}
.uploadPopUpContent h5 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 10px !important;
}
.uploadPopUpContent button {
  background: rgba(43, 78, 190, 0.9);
  border: 1px solid rgba(125, 129, 144, 0.25);
  border-radius: 12px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 15px;
}
.uploadPopUpContent p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: 25px;
}
.marginBottom20 {
  margin-bottom: 20px;
}
.fileDriveTop {
  padding: 20px 25px 0px 25px;
  background-color: white;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-bottom: none;
  border-radius: 12px 12px 0px 0px;
}
.fileDriveTop p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  color: #575b6c;
  margin-top: 9px;
}
.fileDriveTop button {
  background: rgba(43, 78, 190, 0.05);
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  padding: 10px 18px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #2b4ebe;
}
.paddingTop25 {
  margin-top: 25px;
}
.fileDriveBorder {
  border-top: 1px solid rgba(125, 129, 144, 0.15);
  margin: 5px 0px 25px 0px;
}
.nonEditableInpBg:focus,
.nonEditableInpBg {
  border: 1px solid rgba(125, 129, 144, 0.15);
  background: linear-gradient(0deg, rgba(125, 129, 144, 0.1), rgba(125, 129, 144, 0.1)), #ffffff !important;
}
.catInp {
  width: 14px !important;
  height: 14px !important;
  border: 1px solid rgba(87, 91, 108, 0.85);
  border-radius: 4px !important;
  margin-left: 195px;
  top: 3px;
  margin-right: 5px;
  position: relative;
}
.faqcheakLabel {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500 !important;
  font-size: 11.5px !important;
  line-height: 140% !important;
  color: rgba(87, 91, 108, 0.85) !important;
}
.supportCloBtn {
  background: linear-gradient(0deg, rgba(236, 0, 0, 0.05), rgba(236, 0, 0, 0.05)), #ffffff;
  border: 1px solid rgba(236, 0, 0, 0.5);
  border-radius: 12px;
  height: 47px;
  width: 300px !important;
}
.supportCloBtn a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #ec0000;
}
.marginRight5 {
  margin-right: 6px;
}
.filePrevImg {
  height: 60px;
  width: 60px;
  border-radius: 8px;
}
.folderNameli {
  padding-top: 20px !important;
}
.fileRowSize {
  height: 60px;
  width: 60px;
}
.marginTop8 {
  margin-top: 8px !important;
}
.marginTop14 {
  margin-top: 14px;
}
.marginBottom12 {
  margin-bottom: 12px !important;
}
.fileImgPrevLi {
  padding: 14px 25px !important;
  width: 115px;
  text-align: left !important;
}
.textAlignLeft {
  text-align: left;
}
.paddingLeft0 {
  padding-left: 0px !important;
}
.paddingLeft12 {
  padding-left: 12px !important;
}
.actionLi {
  width: 80px !important;
  padding: 20px 25px 14px 0px !important;
  text-align: right !important;
}
.addFilePopup {
  min-width: 840px !important;
}
.marginTop10 {
  margin-top: 10px !important;
}
.supTicReadFile {
  background: linear-gradient(0deg, rgba(125, 129, 144, 0.1), rgba(125, 129, 144, 0.1)), #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  padding: 13px 16.5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7d8190;
}
.attachmentInp {
  position: absolute;
  top: 230px;
  opacity: 0;
}
.marginRight3 {
  margin-right: 3px;
}
.marginTop10 {
  margin-top: 10px;
}
.fileListhead {
  padding: 14px 25px;
  height: 45px;
}
.fileAction {
  padding: 14px 20px !important;
  width: 55px;
}
.fileDate {
  padding: 14px 20px !important;
  width: 160px !important;
}

.fileSizeTd {
  padding: 14px 20px !important;
  width: 160px !important;
}
.paddingRight20 {
  padding-right: 20px !important;
}
.fileCol1th {
  width: 120px;
}
.fileCol2th {
  text-align: left !important;
  padding-left: 0px !important;
}
.expandIcon {
  padding: 4px;
  background: #575b6c;
  border-radius: 5px;
  color: white;
}
.padding8-12 {
  padding: 8px 12px;
}
.notifyPadding {
  padding: 12px !important;
}
.notifyUiFix {
  background: #ffffff;
  border: 1px solid rgba(87, 91, 108, 0.15);
  border-radius: 12px;
  margin: 4px 0px 8px 0px;
}
.bellNotifyGroup {
  background: none !important;
}
.notifyState {
  height: 7px;
  width: 7px;
  background-color: #3a86ff;
  margin: auto 5px auto 0px;
  border-radius: 50%;
}
.notifyHeading {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0px !important;
}
.timeText {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600 !important;
  font-size: 8px !important;
  line-height: 10px !important;
  color: rgba(0, 0, 0, 0.85) !important;
}
.readMessageBg {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #ffffff;
}
.lineHeight16 {
  line-height: 16px !important;
}
.sincePlaceholderDate[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0.3;
}
.dropifyImgRead {
  width: 252px;
  height: 140px;
  background: rgba(125, 129, 144, 0.05);
  border: 1px dashed rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  text-align: center;
}
.dropifyP {
  font-family: "Inter" !important;
  font-style: normal !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 16px !important;
  text-align: center;
  color: rgba(125, 129, 144, 0.75) !important;
  margin-bottom: 3px !important;
}
.dropifyImgRead img {
  margin-top: 21.6px;
  margin-bottom: 9px;
}
.readOnlyFile {
  position: absolute;
  bottom: 150px;
  opacity: 0;
}
.newsLetterFileRead {
  position: absolute;
  opacity: 0;
}
.borderFix {
  border-radius: 0px 12px 12px 0px !important;
}
.leftTick {
  position: relative;
  right: 20px;
  top: 20px;
}
.marginLeft5 {
  margin-left: 5px;
}
.menuColumn {
  position: relative;
  margin-top: 8px;
}
.menucolumn_admin {
  padding: 0px 10px;
}
.menuColumn > ul > li {
  margin-bottom: -1px;
}
.lesson_btn li a {
  font-size: 14px !important;
  line-height: 17px !important;
}
.zIndex0 {
  z-index: 0 !important;
}
.marginTop3 {
  margin-top: 3px !important;
}
.roleNav li {
  list-style: none;
  margin: 0px 6px;
}
.roleNav li a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: rgba(87, 91, 108, 0.5);
  padding: 11px 18px;
  border: 1px solid rgba(87, 91, 108, 0.15);
  border-radius: 12px;
}
/* .activeNavCol a {
} */
.activeNavCol {
  color: #2b4ebe !important;
  background: rgba(43, 78, 190, 0.05);
  border: 1px solid #2b4ebe !important;
  border-radius: 12px;
}
.roleContent {
  padding: 25px;
  border-radius: 0px 0px 12px 12px;
  background-color: white;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-top: none;
}
.roleCheckDiv {
  background: linear-gradient(0deg, rgba(43, 78, 190, 0.05), rgba(43, 78, 190, 0.05)), #ffffff;
  border: 1px solid rgba(43, 78, 190, 0.1);
  border-radius: 12px;
  padding: 24px 20px;
}
.labelRole {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  margin-left: 10px;
  color: #575b6c;
}
.inputRole {
  width: 300px;
  border: 1px solid rgba(111, 134, 218, 0.15);
  border-radius: 12px;
}
.marginBottom18 {
  margin-bottom: 18px !important;
}
.checkBoxRead {
  width: 25px;
  height: 25px;

  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 8px;
}
input [checkbox] {
  opacity: 0;
}
.unreadNotCount {
  height: 14px;
  width: 14px;
  background: #2b4ebe;
  border-radius: 50%;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 16px;
}
.adminzone_heading {
  padding: 5px 25px;
  background: rgba(125, 129, 144, 0.1);
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  color: #7d8190;
  margin-bottom: 8px !important;
}
.account_input input {
  margin-bottom: 20px;
}
.marginLeft46 {
  margin-left: 46px !important;
}
.marginTop5 {
  margin-top: 5px;
}
.marginRight6 {
  margin-right: 6px;
}
.approveIcon {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  margin-top: 4px;
  color: #2b4ebe;
  cursor: pointer;
}
.size17 {
  height: 17px;
  width: 17px;
}
.colBlack {
  color: #000 !important;
}
.height37 {
  height: 37px;
  width: 37px;
}
.bannerPrevImg {
  width: 252px;
  height: 140px;
}
.userNameNav {
  padding: 0px 25px;
}
.userNameNav li {
  margin-right: 25px;
  padding: 14px 0px;
}
.activeLi {
  border-bottom: 1px solid #2b4ebe;
}
.activeLi_a {
  color: #2b4ebe !important;
}
.userNameNav li a {
  color: #7d8190;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
}
.padding2025 {
  padding: 20px 25px;
}
.textArea {
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  height: 288px;
  width: 100%;
  padding: 14px 15px;
}
.textArea::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(125, 129, 144, 0.5);
}
.textSpan {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(125, 129, 144, 0.75);
  margin: 7px 0px 25px 0px;
}
.borderRadius12 {
  border-radius: 12px;
}
.lineHeight15 {
  line-height: 15px !important;
}
.lineHeight17 {
  line-height: 17px !important;
}
.displayBlock {
  display: block !important;
}
.marginRight5 {
  margin-right: 5px;
}
.borderNone {
  border: none !important;
}
.fileDriveInput {
  position: absolute;
  left: 360px;
  height: 47px;
  width: 120px;
  opacity: 0;
}
.blogImgPrev {
  width: 262px;
  height: 141px;
  background: rgba(125, 129, 144, 0.15);
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  text-align: center;
}
.blogImgPrev p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(87, 91, 108, 0.5);
  margin-bottom: 8px !important;
}
.blogImgPrev input {
  opacity: 0;
  left: 0;
  position: relative;
  bottom: 60px;
}
.blogPrev {
  width: 262px;
  height: 141px;
}
.blogUploadIcon {
  margin: 39px 0px 10.8px 0px;
}
.fix-height th {
  height: 49px;
}
.fix-height {
  border-left: 1px solid rgba(125, 129, 144, 0.15);
}
.userProfilePicHeight {
  height: 37px;
  width: 37px;
  border-radius: 12px;
}
.role-header {
  gap: 10px;
}
.radio-btn {
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 14px;
  gap: 8px;
}
.radio-btn input[type="radio"] {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  height: unset;
}
.radio-btn span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: rgba(125, 129, 144, 0.9);
}
.pageTagSpan {
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  padding: 0px 7px;
  border-radius: 12px 0px 0px 12px;
  border-right: none;
}
.pageTagSpan span {
  margin: 0 2.5px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2b4ebe;
  padding: 4px 6px;
  background: rgba(43, 78, 190, 0.1);
  border-radius: 6px;
}
.pageInput {
  padding: 0px !important;
  border: none !important;
  margin: 0 !important;
}
.pageInput:focus {
  outline: 0;
}
.borderRed {
  border: 1px solid red !important;
}
.loadingGif {
  height: 20px;
  margin-right: 5px;
}
.userDatabaseScroll {
  max-height: 450px;
  overflow: auto;
}
/* .userDatabaseScroll::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.15);
  width: 2px;
} */
.crossIconPageTg {
  margin-left: 5px;
  margin-bottom: 2px;
}
.courseSearchImg {
  height: 55px !important;
  width: 102px !important;
}
.textAreaCustom {
  background: #ffffff;
  border: none !important;
  /* border-radius: 12px; */
  height: 270px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
.areaHead textarea:focus {
  border: none;
  box-shadow: none;
  outline: none;
}
.areaHead {
  display: flex;
}
.areaHead .numberList {
  margin-top: 3px;
  display: flex;
  flex-direction: column;
}
.areaHead .numberList span {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7d8190;
}
.betaEnterPasswordInner {
  background: #f7f7f9;
  position: absolute;
  top: 0;
  bottom: 0;
}
.notification_box::-webkit-scrollbar {
  width: 2px;
}

.notification_box::-webkit-scrollbar-thumb {
  height: 250px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
}

/* advertising section */
.addHeading {
  padding: 12px 25px;
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.btnBgadd {
  background-color: #2b4ebe;
  opacity: 0.75;
}
.addHeading p {
  margin-bottom: 0px;
  margin-top: 8px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: rgba(87, 91, 108, 0.85);
}
.addHeading button {
  padding: 10px 25px;
  border-radius: 12px;
  font-size: 14px;
  border: none;
  color: white;
  border: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 17px;
}
.addFormDiv {
  padding: 25px;
}
.cheakboxDiv {
  height: 45px;
  /* width: 225px; */
  background: #ffffff;
  border: 1px solid #7d8190;
  border-radius: 12px;
  margin-right: 12px;
}
.checkboxInp {
  margin: 0px 10px 12px 12px;
}
.cheakboxDiv label {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.9);
  margin-top: 14px;
  padding-right: 12px;
}
.cheakboxPlaceholder {
  color: rgba(125, 129, 144, 0.9) !important;
}
.margintop12 {
  margin-top: 12px;
}
.notificationNav {
  padding: 0px 25px;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-bottom: none;
  border-top: none;
  background-color: white;
}
.notificationNav p {
  margin-right: 32px;
  margin-bottom: 0px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #7d8190;
}
.totalCount {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 21px;
  margin: 12px 0px;
  color: #575b6c;
}
.notification_head {
  background-color: white;
  border-radius: 12px 12px 0px 0px;
  border: 1px solid rgba(125, 129, 144, 0.15);
}
.notifyLi {
  padding: 14px 0px;
  cursor: pointer;
}
.notifyActive {
  border-bottom: 1px solid #2b4ebe;
  color: #2b4ebe !important;
}
.bellIconMargin {
  margin: 0px 14.5px 0px 4.5px;
}
.pad13 {
  padding: 13px 19.5px;
}
.letterSpacing0 {
  letter-spacing: 0px !important;
}
.userExtraDetails {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.profileBoxInnerCustom {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px;
  width: 245px;
  height: 120px;
  background: linear-gradient(0deg, rgba(125, 129, 144, 0.03), rgba(125, 129, 144, 0.03)), #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  margin-bottom: 12px;
  flex-direction: column;
}

.profileCards {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.profileCardHeadCustom {
  margin-bottom: 0px;
  gap: 10px;
}
.profileImgCard img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.userExtraDetails .profileBoxOuter {
  max-height: 330px;
  overflow: auto;
  padding: 25px 20px;
}
.profileImgCard {
  width: 30px;
  height: 30px;
}
.profileContantCard p {
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: rgba(16, 19, 25, 0.75);
}
.profileContantCard h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.02em;
  color: rgba(16, 19, 25, 0.85);
}
.profileContantCard a {
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  color: #3a86ff;
}
.btnLightCustom {
  height: 22px;
  font-weight: 600;
  font-size: 11px;
  line-height: 13px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #5bc589;
}
.profileCardRight a.btnLightGreen {
  color: #5bc589;
  background: linear-gradient(0deg, rgba(91, 197, 137, 0.25), rgba(91, 197, 137, 0.25)), #ffffff;
  border: 1px solid #5bc589;
  border-radius: 12px;
}
.btnLightOrange,
.btnLightOrange:hover {
  background: linear-gradient(0deg, rgba(253, 183, 17, 0.2), rgba(253, 183, 17, 0.2)), #ffffff;
  border: 1px solid #fdb711;
  border-radius: 12px;
  color: #fdb711;
}
.profileCardLeft h6 {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: rgba(16, 19, 25, 0.75);
}
.profileSkillHead {
  display: flex;
  gap: 8px;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.profileSkillHead .profileContantCardCustom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.profileBoxOuter::-webkit-scrollbar-track {
  border: 1px solid rgba(125, 129, 144, 0.15);
  background: white;
  width: 12px;
}

/* Handle */
.profileBoxOuter::-webkit-scrollbar-thumb {
  width: 6px;
  height: 54px;
  background: rgba(125, 129, 144, 0.15);
  border-radius: 25px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

/* Handle on hover */
.profileBoxOuter::-webkit-scrollbar-thumb:hover {
  background: rgba(125, 129, 144, 0.25);
  border: 3px solid transparent;
  background-clip: padding-box;
}

.userDatabaseScroll::-webkit-scrollbar-track {
  border: 1px solid rgba(125, 129, 144, 0.15);
  background: white;
  width: 12px;
}

/* Handle */
.userDatabaseScroll::-webkit-scrollbar-thumb {
  width: 6px;
  height: 54px;
  background: rgba(125, 129, 144, 0.15);
  border-radius: 25px;
  border: 3px solid transparent;
  background-clip: padding-box;
}

/* Handle on hover */
.userDatabaseScroll::-webkit-scrollbar-thumb:hover {
  background: rgba(125, 129, 144, 0.25);
  border: 3px solid transparent;
  background-clip: padding-box;
}
.padding25 {
  padding: 25px;
}
.margin25 {
  margin: 25px;
}
.userformComInput input,
.userformComInput textarea {
  background: #fff;
}
.userformComInput input:disabled,
.userformComInput textarea:disabled {
  background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #ffffff;
}
.urlHeadText {
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  font-weight: 600;
  font-size: var(--s14);
  line-height: 17px;
  padding: 15px;
  resize: none;
  color: #7d8190;
  word-wrap: break-word;
}
.urlHeadText span {
  color: #2b4ebe;
}
.disBtnCustom {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: #575b6c;
  justify-content: center;
  padding: 14px;
}
.paddingTop9 {
  padding-top: 9px !important ;
}
.margin25_0 {
  margin: 25px 0px !important;
}
.fileDriveListIcon {
  border: 1px solid rgba(125, 129, 144, 0.25);
  border-radius: 12px;
  height: 47px;
  width: 47px;
  padding: 9px 13px 15px 13px;
}
.fileDriveListIcon img {
  height: 15.33px;
  width: 19.17px;
}
.select__value-container div.select__multi-value {
  border-radius: 6px !important;
  overflow: hidden;
}
/* course analytics start*/
.CourseAnalyticsDiv {
  margin: 25px;
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
}
.CourseAnalyticsHead {
  display: flex;
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.analyticsbackBtn {
  padding: 21px 25px;
  border-right: 1px solid rgba(125, 129, 144, 0.15);
}
.courseAnalyticsTitle img {
  height: 40px;
  width: 74px;
  margin-right: 12px;
  border-radius: 5px;
}
.analyticsTitle {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #575b6c;
}
.authorName {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #575b6c;
}
.publishedOnDiv,
.actionDiv {
  padding: 17px 20px;
  border-right: 1px solid rgba(125, 129, 144, 0.15);
  text-align: center;
}
.statusDiv {
  padding: 17px 20px 0px 20px;
  height: 74px;
  border-right: 1px solid rgba(125, 129, 144, 0.15);
  text-align: center;
}
.publishedOnDiv {
  border-left: 1px solid rgba(125, 129, 144, 0.15);
}
.actionDiv {
  border: none;
  width: 113px;
}
.statusDiv {
  width: 118px;
}
.publishedonP1 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #7d8190;
  margin-bottom: 7px;
}
.publishedonP2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #4a5056;
}
.courseAnalyticsMid {
  padding: 25px 0px;
}
.courseAnalyticsMid h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: rgba(87, 91, 108, 0.95);
  margin: 0px 0px 8px 25px;
}
.analyticsGridBox {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0px;
}
.cardLi p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 0px;

  color: rgba(87, 91, 108, 0.85);
}
.cardLi h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #575b6c;
  margin: auto 0px;
}
.cardLi {
  border-bottom: 1px solid rgba(125, 129, 144, 0.1);
  padding: 12px 0px;
}
.anylyticsCard {
  padding: 0px 25px;
  border-right: 1px solid rgba(125, 129, 144, 0.1);
}
.analyticsGraphGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 10px 15px;
}
.paddingBottom0 {
  padding-bottom: 0px !important;
}
.graphCard {
  margin: 10px;
  border-radius: 8px;
  border: 1px solid rgba(125, 129, 144, 0.15);
  height: 200px;
  max-width: 285px;
}
.graphCardNav {
  padding: 13.65px 13px;
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
  /* border-radius: 8px 8px 0px 0px; */
}
.graphCardNav p {
  font-family: "Inter";
  font-style: normal;
  margin-bottom: 2.73px;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #575b6c;
}
.graphCardNav h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: rgba(87, 91, 108, 0.75);
  margin-bottom: 0px;
}
.notesDiv {
  margin: 0px 25px;
}
.notesDiv p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
  color: rgba(87, 91, 108, 0.85);
}
.notesDiv textarea {
  width: 100%;
  height: 237px;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  outline: none;
  padding: 14px 15px;
}
.notesDiv textarea::placeholder {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: rgba(125, 129, 144, 0.5);
}
.padding17_0 {
  padding: 17px 0px;
}
.barPadding {
  padding: 35px 13px 0px 13px;
}
.pieChartLabel {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
  margin-top: 13.84px;
  color: rgba(87, 91, 108, 0.85);
}
.pieChartLabel span {
  font-weight: 600;
}
.circle1 {
  height: 5.33px;
  width: 5.33px;
  background-color: #2b4ebe;
  margin: auto 7.34px auto 18.34px;
  border-radius: 50%;
}
.circle2 {
  height: 5.33px;
  width: 5.33px;
  background-color: #ffbe0b;
  margin: auto 7.34px auto 18.34px;
  border-radius: 50%;
}
.circle3 {
  height: 5.33px;
  width: 5.33px;
  background-color: #4fd939;
  margin: auto 7.34px auto 18.34px;
  border-radius: 50%;
}
/* course analytics end*/
.custom-progress {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}
.progressHeader {
  position: fixed;
  width: 300px;
  right: 25px;
  z-index: 100000000;
  bottom: 50px;
}
.notificationAlertCustom {
  position: relative;
  top: unset;
  bottom: unset;
  right: unset;
}
.word-break {
  word-break: break-all;
}
.teamRoleCustom .commonCart {
  padding-top: 0px;
  border-top: none;
  border-radius: 0px 0px 12px 12px;
}
.teamHeaderCustom {
  border-bottom: none;
}
.padding15 {
  padding: 15px;
}
.padding0 {
  padding: 0px !important;
}
.marginBottom10 {
  margin-bottom: 10px;
}
.marginBottom3 {
  margin-bottom: 3px;
}
.padding14_15 {
  padding: 14px 15px !important;
}
.paddingTop32 {
  padding-top: 32px !important;
}
.marginBottom25 {
  margin-bottom: 25px !important;
}
.customUrlInpBg {
  background: linear-gradient(0deg, rgba(125, 129, 144, 0.05), rgba(125, 129, 144, 0.05)), #ffffff;
}
.filedickIconSpacing {
  margin-top: -3px;
  margin-right: 7px;
}
.publicHeading img {
  height: 17.1px;
  width: 27px;
  margin: auto 0px;
}
.updateBtnHeader {
  display: flex;
  gap: 10px;
}
.calenderBtn {
  width: 52px;
  height: 45px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  background-color: #fff;
}
.courseAnalyticsTitle {
  padding: 17px 25px;
}
.bBottom {
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
}
.actionViewMargin {
  margin: 0px 12.6px 0px 11.6px;
}
.analyticsHeader {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .analyticsGridBox {
    grid-template-columns: 1fr 1fr;
  }
  .analyticsGraphGrid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 750px) {
  .analyticsGridBox {
    grid-template-columns: 1fr;
  }
  .analyticsGraphGrid {
    grid-template-columns: 1fr 1fr;
  }
  .statusDiv {
    height: 100%;
  }
  .analyticsHeader {
    flex-direction: column;
    justify-content: space-between;
  }
  .borderT {
    border-top: 1px solid rgba(125, 129, 144, 0.15);
  }
}
@media screen and (max-width: 600px) {
  .analyticsGraphGrid {
    grid-template-columns: 1fr;
  }
}
/*  */
.sidebarWidth {
  min-width: 240px !important;
}
.userDatabaseLi li {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 160%;
}
.marginRight5 {
  margin-right: 5px;
}
.analyticsBodyDiv {
  background: #ffffff;
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  padding: 15px;
}
.margin12_5 {
  margin: 10px;
}
.analyticsCardNav {
  border-bottom: 1px solid rgba(125, 129, 144, 0.15);
  padding: 15px;
}
.analyticsCardNav p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  color: #575b6c;
  margin-bottom: 3px;
}
.analyticsCardNav h6 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 16px;
  color: rgba(87, 91, 108, 0.75);
  margin-bottom: 0px;
}
.analyticsCard {
  border: 1px solid rgba(125, 129, 144, 0.15);
  border-radius: 12px;
}
.fileDriveListIcon img {
  height: 20.33px;
  width: 19.17px;
}
.updatePopUpImg {
  height: 20.83px !important;
  width: 18.75px !important;
}
.bannerImg {
  background-color: rgba(125, 129, 144, 0.15);
  border-radius: 12px;
  height: 450px;
}
.bannerImg img {
  height: 25px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
