.hamburgerbox{display: none;}
.modalOverlayNletter .content_container{margin-top: 10px;}

.ck-content ul{
  list-style: disc;display: block;margin-left: 25px;
  & li{margin-left: 10px;list-style-type: disc;
  &:marker {display: none};}
}

.ck-content ol{
  list-style: decimal;display: block;margin-left: 25px;
  & li{margin-left: 10px;list-style-type: auto;}
}

.logeedInUser{
& .formsumery{margin-bottom: 30px;}
& .formFiledsBx input{font-size: 16px;font-weight: bold;color:#111;
&:focus{border-bottom: 1px solid #111;}
}
}


.uploadWrapper {
  display: flex;
  gap: 20px;
}

/* UPLOAD BOX */
.uploadBox {
  flex: 1;
}

.uploadInner {
  border: 2px dashed #ff6b4a;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  background: #f8f8f8;
  transition: 0.3s;
}

.uploadBox.dragover .uploadInner {
  background: #fff3ef;
  border-color: #ff3d00;
}

.uploadIcon {
  font-size: 18px;display: flex;align-items: center;justify-content: center;gap: 10px;}

.dropText {
  font-size: 18px;
  margin: 10px 0;
}

.orText {
  color: #888;
}

.uploadBtn {
  background: #ff6b4a;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 8px;
  cursor: pointer;
}

.fileInfo {
  font-size: 12px;
  color: #777;
  margin-top: 12px;
}

.fileName {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}

.uploadFooter {
  display: flex !important;
  gap: 10px;
  font-size: 14px;
  margin-top: 10px;
  color: #555555;
}

/* RIGHT SIDE */
.formBox {
  flex: 1;
}

.formBox textarea {
  width: 100%;
  height: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  padding:15px 16px 30px 16px;
  margin-bottom: 12px;
}

/* CUSTOM CHECKBOX */
.customCheck {
  display: flex;color: #555555;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 14px;
  cursor: pointer;
  font-size: 14px;
& .active{color:#111111}}

.customCheck input {
  display: none;
}

.checkmark {
  width: 18px;
  height: 18px;
  border: 2px solid #ccc;color: #555555;
  border-radius: 4px;
  position: relative;
  flex-shrink: 0;
}

/* checked state */
.customCheck input:checked + .checkmark {
  background: #ff6b4a;
  border-color: #ff6b4a;
}

/* tick */
.customCheck input:checked + .checkmark::after {
  content: "✔";
  color: white;
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 3px;
}

.uplaodfoterdot{width: 6px;height: 6px;background: #E2E2E2;border-radius: 50px;display: inline-block;margin-right: 10px;}

.linksubmitanotherstory{width: 100%;text-align: center;margin-top: -40px;}
.linksubmitanotherstory a{color: #fff;padding: 10px 18px;border-radius: 8px;display: inline-block;background: #111111;border-radius: 30px;height: 50px;line-height: 50px;display: inline-flex;align-items: center;justify-content: center;padding-inline: 60px;}


.modalBoxNletter .thankstxtNletter{font-size: 24px;}
.thanksBtnsNletter{display: flex;gap: 24px;justify-content: center;align-items: center;
& .gotoHomeNletter{width: 155px;height: 52px;background: #fff;border-radius: 32px;display: inline-flex;align-items: center;justify-content: center;font: 16px;font-weight: 500;color: #EE6C4D;border: 1px solid #EE6C4D;}
& .active{color: #fff;background-color: #EE6C4D;border: none;}
}
.modalOverlayNletter {
    position: fixed;border-radius: 16px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

.modalBoxNletter {
    background: #fff;
    width: 420px;
    padding: 30px 25px;
    border-radius: 14px;
    text-align: center;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.modalBoxNletter h2 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
}

.emailInputNletter {
    width: 100%;
    padding: 14px;
    border-radius: 30px;
    border: 1px solid #ddd;
    outline: none;
    margin-bottom: 15px;
    font-size: 14px;
}

.checkboxWrapNletter {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 13px;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
& a{font-weight: bold;}
}

.checkboxWrapNletter input {
    margin-top: 3px;
}

.subscribeBtnNletter {
    background: #ef6b4a;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 30px;
    font-size: 15px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: 0.3s;
}

.subscribeBtnNletter:hover {
    background: #d85a3c;
}

.contactLinkNletter {
    font-size: 13px;
    color: #555;
    cursor: pointer;
}

.closeBtnNletter {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 27px;
    cursor: pointer;
    color: #999;
}

.hdrNew{background-color: #fef4f1;}
.hdrNwDwnHa{background: url(../images/headerNew.png) no-repeat center bottom;background-size: cover;height: 300px;}
.subhdrNwbox{max-width:700px;text-align: center;margin: auto;padding-top: 50px;}
.hdrNwHeading{font-size: 36px;font-weight: bold;line-height: normal;color: #020202;text-transform: uppercase;}
.hdrNwHeadingQuote{font-size: 20px;line-height: 32px;}
.inderpageHdrnew{margin-block: 30px;}

.dashboardBox{border-radius: 64px 64px 0px 0px;background: #FFEDE9;padding: 10px 10px 10px 0;
& .tab-contents{position: relative;}
& .eventItemLeftIner{max-width: 515px;}
& .eventIteminer{padding: 24px 16px 20px 16px;}
& .eventItemRightIner{margin-bottom: 0;}
& .eventsTabsBox{background: #fff;border-radius: 54px;padding: 24px;width: 103.3%;min-height: 340px;}
& .eventsTabslist{border-bottom: 1px solid #E2E2E2;}
& .tabsachshow li{border-radius: 0;border: none;color: #555555;}
& .tabsachshow li.active{color: #EE6C4D;background: transparent;border-radius: 4px 4px 0px 0px;border-bottom: 3px solid #EE6C4D;}
& .tab-content{}
& .eventItemRgtCont{margin-top: 6px;}
& .eventItemLeftVenue {margin-bottom: 0; & > div::after{content: '';}}
& .eventItemLeftHeading {& h2{font-size: 24px;line-height: 30px;font-weight: 550;color: #111;} & p{font-size: 14px;line-height: 20px;color: #111;}}
& .writeStorySochVichar{background: #EE6C4D;border-radius: 34px;color: #fff;padding: 13px 20px;font-size: 16px;font-weight: 600;line-height: 24px;white-space: nowrap;}
& .writeStorySochVichar:hover{color: #fff;}
& .myblogheadDes{display: flex;align-items: flex-start;justify-content: space-between;gap: 20px;position: relative;}
& .completedEventCardTab{
  & .eventItemLeftVenue{background: #F5F3FF;}
}
& .eventDate, & .eventTime, & .eventVenue{font-size: 14px;}
& .eventRegisterinerpge{margin-top: 16px;}
& .eventLinkImg{}
}

.eventLinkdash{font-size: 14px;color: #111111;display: flex;align-items: flex-start;gap: 6px;margin-top: 8px;display: flex;align-items: center; & a{font-weight: bold;display: flex;gap:10px} & img{cursor: pointer;}}

.inerEventTitleTxtOffline, .inerEventTitleTxtonline{background: #FEF0E0 0% 0% no-repeat padding-box;border-radius: 12px;padding: 4px 10px;color: #F3A00F;font-size: 12px;font-weight: 400;text-transform: uppercase;margin-bottom: 8px;}
.inerEventTitleTxtonline{color: #4D78EE;background: #EDE9FF;}

.dashboardHeadH1{font-size: 24px;font-weight: bold;color: #111;margin-bottom: 8px;}
.dashboardSumryP{font-size: 14px;color: #555555;line-height: 22px;margin-bottom: 24px;}


.dashLeft{display: flex;align-items: flex-start;gap: 20px;}
.dashLeftUl{display: flex;gap: 20px;flex-direction: column;margin-top: 24px;
& li, & li a{font-size: 14px;color: #111;font-weight: 500;display: flex;align-items: center;gap: 10px;padding: 3px 12px 3px 5px;border-radius: 23px;margin-block: -4px;}
& li.active{background: #EE6C4D;color: #fff; & a{color: #fff;}}
}

.approvedBlogItems{display: flex;gap: 20px;flex-wrap: wrap;
  & .approvedBlogItem{width:calc(33.33% - 13.34px);display:flex;}

  & .pdfCard{background:#fff;border-radius:24px;border:1px solid #E2E2E2;padding:16px;color:#333;display:flex;flex-direction:column;width:100%;word-break: break-word;}

& .cardTop{display:flex;gap:15px;align-items:flex-start;}

& .pdfIcon{background:#FDE8E9;color:#fff;font-weight:bold;font-size:12px;padding:12px;border-radius:8px;}
& .wordicondesh{background:#EBF3FE;}
& .jpgIcondesh{background:#FFF0E5;}

& .cardTitle h3{font-size:16px;margin:0 0 6px;line-height: 24px;}

& .downloadBtn{color:#ff6a3d;font-weight:normal;text-decoration:none;font-size:14px; & img{margin-right: 4px;}}

& hr{border:none;border-top:1px solid #E2E2E2;margin:15px 0;}

& .cardDates{display:flex;align-items:center;gap:20px;}

& .cardDates p{margin:0;font-size:12px;color:#555555;}

& .cardDates strong{display:block;margin-top:4px;font-size: 14px;}

& .divider{width:1px;height:30px;background:#ddd;}

& .cardLink{margin-top:15px;}

& .cardLink p{font-size:12px;color:#777;margin-bottom:1px;}

& .cardLink a{color:#000;text-decoration:none;font-weight:500;font-size: 14px;word-break:break-word}

& .cardMessage{margin-top:15px;}

& .cardMessage p{font-size:12px;color:#555;margin-bottom:4px;}

& .messageBox{background:#F8F8F8;padding:12px;border-radius:8px;font-size:14px;margin-bottom: 10px;word-break: break-word;&:last-child{margin-bottom: 0;}}


}
.sarthiAprovalitems{display: block;
& .approvedBlogItem{width:100%;margin-bottom: 20px;
&:last-child{margin-bottom: 0;}}
& .sarthdashtpcontnt{font-size: 16px;color: 111;font-weight: 550;line-height: 22px;}
}

.writetousboghead{font-size: 14px;color: #555555;margin-top: 16px; & a{font-weight: bold;}}


.modalDefaultCntr{cursor: pointer;}
/* Overlay */
.overlaydefaultDash{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

/* Modal */
.modalBoxdefaultDash{
  position: fixed;
  width: 200px;
  height: 200px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  border-radius: 10px;
}

/* Active state */
.overlaydefaultDash.active{
  opacity: 1;
  visibility: visible;
}

.modalBoxdefaultDash.active{
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1);
}

/* Close button */
.closeBtndefaultDash{
  position: absolute;
  top: 5px;
  right: 10px;
  border: none;
  background: none;
  font-size: 20px;
  cursor: pointer;
}



.pendingBlogsItems{
  & .cardTop{margin-bottom: 16px;}
  & .messageBox{background: #FEF0E0;color: #F3A00F;}
}
.rejectedBlogsItems{
  & .cardTop{margin-bottom: 16px;}
  & .messageBox{background: #FEE0E0;color: #F21717;}
}
.storyOverlay{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0);
  opacity:0;
  visibility:hidden;
  transition:0.3s;
  z-index:9998;
}

.storyOverlay.active{
  opacity:1;
  visibility:visible;position: relative;
}

/* SHOW */
.storyWrapper.active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.storyWrapper_sarthi .storyActions{margin-top:20px;
  display:flex;
  gap:20px;
  align-items:center;}

.storyWrapper{position: absolute; /* IMPORTANT */
  top: -100px;
  left: 0;

  width: 100%;
  
  background:#fff;
  padding:30px;
  border-radius:12px;
  z-index: 9999;

  /* hidden state */
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:0.3s;

  & h2{font-size: 24px;font-weight: bold;line-height: 24px;margin-bottom:15px;}
  & .formGroup{margin-bottom:24px;}
& hr{border-top:1px solid #E2E2E2;margin-bottom: 16px;}
& .formGroup label{
  display:block;
  margin-bottom:6px;
  color:#666;
  font-size:14px;
}

& .formGroup input{
  width:100%;font-size: 24px;font-weight: 550;color:#111;
  padding:12px 0;
  border:0px solid #ddd;
  border-radius:6px;
  
  outline:none; &::placeholder{color: #E2E2E2;}
}
& .formGroup textarea{
  width:100%;font-size: 24px;font-weight: 550;color:#111;
  padding:12px;
  border:0px solid #ddd;
  border-radius:6px;
  
  outline:none;}


& .formGroup textarea{resize:none;}

/* Toolbar */
& .editorToolbar{
  display:flex;
  gap:10px;
  align-items:center;
  border:1px solid #ddd;
  border-radius:30px;
  padding:10px 15px;
  width:fit-content;
  background:#fff;
}

& .editorToolbar select{
  border:none;
  outline:none;
}

& .editorToolbar button{
  border:none;
  background:none;
  cursor:pointer;
  font-size:16px;
}

& .storyHeader{display:flex;justify-content:space-between;align-items:flex-start;}

& .closeStory{
  background:none;
  border:none;
  font-size:26px;
  cursor:pointer;
}

/* Buttons */
& .storyActions{
  margin-top:20px;
  display:flex;
  gap:20px;
  align-items:center;
}

& .submitBtn{
  background:#e76a4a;
  color:#fff;
  border:none;
  padding:12px 20px;
  border-radius:25px;
  cursor:pointer;
  font-weight:bold;
}

& .draftBtn{
  background:none;
  border:none;
  font-weight:500;
  cursor:pointer;
}


}

.subscriptionBox{margin-top: 48px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 24px;
& .subscripeImg{width: 161px;}
& .subscripeSumry{font-size: 24px;color: #111;text-align: center; font-weight: bold; & span{display: block;margin-top: 12px;font-weight: normal;font-size: 16px;color: #555555;}}
& .sathi-button{font-size: 16px;font-weight: 550;border-radius: 34px;height: 50px;display: flex;align-items: center;justify-content: center;padding-inline: 20px;}
}

.authormainbox{display: flex;gap: 30px;align-items: flex-start;margin-bottom: 24px;
& .profileImgauthor{width: 80px;height: 80px;border-radius: 50%;object-fit: cover;} 
& .authorinfoProfileHead{font-size: 36px;font-weight: bold;margin-bottom: 7px;color: #111;}
& .authorinfoProfilespan{color: #111;font-size: 16px;font-weight: normal;}
}
.profiletabbx, .password-container{min-height: 315px;}
.logininfoProfile{margin-bottom: 24px;display: flex;gap: 20px;align-items: flex-start;
  & form, & .settingnputfiledbx{display: flex;gap: 20px;align-items: flex-start;width: 100%;max-width: 772px;}

& input{width: 50%;border: 0;border-bottom: 1px solid #E2E2E2;padding-bottom:8px;font-size: 16px;font-weight: 500;color:#111;outline:none;
  &::placeholder{color: #ACACAC;font-weight: normal; }
  &:disabled{padding-left: 8px;padding-top: 8px;background: #fafafa;}}

 & .sathi-button{font-size: 16px;font-weight: 550;border-radius: 34px;height: 50px;display: flex;align-items: center;justify-content: center;padding-inline: 20px;}
}


.modalEditPro {
  display: none; /* hidden initially */
  position: fixed;
  top: 0;
  right: 0;background: #fff;
  z-index: 1000;height: 100%;overflow-y: auto;max-width: 380px;border-radius: 32px 0px 0px 32px;box-shadow: -2px 0px 8px #0000001A;padding:20px;}
.sathi-buttonEditPro{background: #EE6C4D ;border-radius: 20px;padding: 8px 12px;color: #fff;cursor: pointer;; & a{color: #fff;}}
.profile-section{display: flex; align-items: center;justify-self: flex-start;gap: 16px;}
.photo-actions{display: flex;gap: 16px;fpmt-size: 16px;}
.btn-textEditPro{border: none;background: #fff;cursor: pointer;}
.btn-outlineEditPro{border: 1px solid #E2E2E2;border-radius: 8px;height: 32px;display: flex;align-items: center;padding-inline: 10px;background: #fff;cursor: pointer;}
.close-btnEditPro{cursor: pointer;}
/* Horizontal input style: only a bottom border */
.profile-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
  outline: none; &::placeholder{color: #ACACAC;}
}
.modal-headerEditPro{display: flex;align-items: center;justify-content: space-between;margin-bottom: 20px;}

.profile-form input:focus {
  border-bottom: 2px solid #000;
}

/* The Orange Button */
.save-btnEditPro {
  background-color: #f27a54; /* That specific coral/orange hue */
  color: white;
  border: none;
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 20px;
}

.avatar-circleEditPro img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.newPasswordGroup{display: flex;gap:45px;
& .input-group{width: 40%;}

}
.input-group{display: flex;align-items: center;
& span{margin-bottom:5px; margin-left: -15px;cursor: pointer;}
& .eye img{width: 15px;height: 10px}
}


.passNtSmeMessage{position: relative;
  & .passNtSmeMessage{display: flex;align-items: center;gap: 10px;}
}
 .passNtSmeTxt{color:red;font-size: 12px;;margin-top: -20px;display: block;margin-bottom: 10px;}
 .input-groupTpBx{width: 40%;
& .input-group{width: 100%;}
}

.passwordContainertxt{font-size: 16px;line-height: 22px;color: #111;font-weight: bold;margin-bottom: 24px;}
.password-form{
  & input{width: 100%;max-width: 275px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
  margin-bottom: 20px;
  font-size: 16px;
  outline: none; &::placeholder{color: #555;}}
}
.btn-primarysubmt, .sathi-buttonEditPro{background: #EE6C4D;border-radius: 34px;height: 50px;display: flex;align-items: center;justify-content: center;padding-inline: 20px;color: #fff;border: none;font-size: 16px;font-weight: 550;cursor: pointer;display: inline-flex;}

/* contact us */
.officeaddressbox{margin-top: 50px;}

.contact-details {
    padding: 50px 0px;
    margin-bottom: 100px;
}

.details-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;box-shadow: 3px 3px 13px #f1f1f1;
    min-height: 264px;
    padding-block: 10px;
}

.officeaddressbox .col-md-12{margin-bottom: 30px;}
.details-sec span {
    background: var(--theme-orange);
    padding: 15px;
    border-radius: 50%;height: 60PX;width: 60px;display: flex;align-items: center;justify-content: center;
}

.details-sec span :is(img, svg) {
    max-width: 100%;
    height: auto;
    width: 30px;
}

.details-sec b {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
    margin-block: 10px;
}

.details-sec p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 80%;
    text-align: center;
    margin-bottom: 10px;
}

.details-sec a {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--theme-orange);
    margin-top: 5px;
}


.helpCenter span {
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    color: var(--theme-orange);
}

.helpCenter p {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: var(--theme-dark-2);
    margin-bottom: 10px;
}

.helpCenter p a {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-decoration-line: underline;
    color: var(--theme-orange);
}

.helpCenter div.h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.5px;
    color: var(--theme-dark);
}


@media (max-width:992px) {
  .hamburgerbox{display: block;}
  .storyWrapper{top: 0;}
/* Hamburger */
.hamburgerLogo{display: flex;align-items: center;gap: 15px;margin-left: 10px;}
.hamburger{
  width:18px;
  cursor:pointer;
}
.hamburger span{
  display:block;
  height:2px;
  background:#111;
  margin:4px 0;
  border-radius:2px;
}

/* Overlay */
.overlayDashbord{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.4);
  opacity:0;
  visibility:hidden;
  transition:0.3s;
  z-index:9;
}
.overlayDashbord.active{
  opacity:1;
  visibility:visible;
}

/* Sidebar */
.sidebarDashbord{
  position:fixed;
  top:0;
  left:-3000px;
  width:80%;
  height:100%;
  background:#f5f5f5;
  padding:20px;
  transition:0.3s;
  z-index:10000;margin: 0;
}
.sidebarDashbord.active{
  left:0;
}

/* Close button */
.sidebarHeader{position: relative;}
.closeBtnDashbord{
  background:none;
  border:none;
  font-size:22px;
  cursor:pointer;
 position: absolute;right: 0;top: 10px;z-index: 11111;
}

/* Menu */
.menuListDashbord{
  list-style:none;
  padding:10px 0 0;
  margin:0;flex-direction: column;align-items: flex-start !important;margin-top: 0;
}
.menuListDashbord li{
  cursor:pointer;
}

/* Active item */
.menuListDashbord li.active{
  background:#e76a4a;
  color:#fff;
  font-weight:bold;
}

.dashboardBox .mobNone{display: none;} 
.dashboardBox .col-md-12{width: 100%;} 

.dashboardBox {& .myblogheadDes{display: block;align-items: flex-start;justify-content: space-between;gap: 20px;  & .dashboardHeadH1{display: flex;align-items: center;justify-content: space-between;}}}

.approvedBlogItems{  & .approvedBlogItem{width:calc(50% - 13.34px)}}

.dashLeftUl{& li.active{width: fit-content;}}

.sarthiAprovalitems{
& .approvedBlogItem{width:100%;}

}

}

@media (max-width:767px) {
  .sarthiAprovalitems {& .sarthdashtpcontnt{margin-top: 20px;}}
  .approvedBlogItems{& .cardTitle h3{margin-top: 20px;}}
  .input-groupTpBx{width: 100%;}

.hdrNwDwnHa{height: 240px;}
.inderpageHdrnew{padding-inline: 10px;}
    .logeedInUser{
& .formsumery{margin-bottom: 30px;}
& .formFiledsBx input{width: calc(50% - 20px);}
& .formFiledsBx input{font-size: 16px;font-weight: bold;color:#111;width: calc(100% - 20px);
&:nth-child(3) {width: calc(100% - 8px);}
&:nth-child(4) {width: calc(100% - 8px);}
}

& .enterCapcha{flex-direction: column;gap: 20px;
& input{width: 100%;}
}

& .capchaImgholdr{width: 100%;}

& .formsumeryText {& h3 {text-align: left;} 
& .eventItemLeftVenue{gap: 20px;padding: 0;}
} 

}
.modalEditPro{border-radius: 0;}
.uploadWrapper{flex-direction: column;}
.linksubmitanotherstory a{width: 100%;}



.dashboardBox{border-radius: 0px;background:transparent;padding: 0;min-height:450px;
  & .dashboardheadingTxt{background: #FFEDE9;border-radius: 33px 33px 0 0;margin-left: -21px;width: 110%;padding: 24px 10px 15px 15px;margin-top: -30px;}
  & .tab-contents{background: #fff;border-radius: 28px;width: 110%;margin-left: -20px;margin-top: -20px;padding-inline: 15px;}
  & .eventsTabslist{padding-top: 10px;}
  & .width300pxslide{max-width:none}
  & .eventIteminer{flex-direction: column;}
  & .splide__arrows{display: none;}
  & .eventLinkdash{flex-direction: column;align-items: flex-start; }
  & .eventsTabsBox{width: 100%;}
  & .writeStorySochVichar{padding: 9px 20px;}
  & .myblogheadDes{width: 100%;}
  & .tabsachshow li{font-size: 18px;}
  & .eventIteminer{gap: 16px;}
  & .eventItemRgtCont{text-align: center;}
}


.approvedBlogItems{  & .approvedBlogItem{width:100%}}

.logininfoProfile{
  & form, & .settingnputfiledbx{flex-direction: column;gap: 15px;}
& input{width: 100%;border: 0;border-bottom: 1px solid #E2E2E2;padding-bottom:8px;font-size: 16px;font-weight: 500;color:#111;outline:none;&::placeholder{color: #ACACAC;font-weight: normal; }}
 & .sathi-button{font-size: 16px;font-weight: 550;border-radius: 34px;height: 50px;display: flex;align-items: center;justify-content: center;padding-inline: 20px;}
}

.password-form {& input {max-width:100%;}}
.newPasswordGroup{flex-direction: column; gap: 0; & .input-group{width: 100%;}}

}

@media (max-width:469px) {
.dashboardBox{
 & .tab-contents{width: 113%;}
 & .dashboardheadingTxt{width: 113%;}
  & .eventRgtInerImg{height: 125px}
}
.modalBoxNletter {width: 90%;}
}