/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/scss/_category.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.category-page {
  max-width: 1600px;
  height: 529px;
  background: #FCFAFF;
  margin-bottom: 140px;
}
.category-page .banner-wrapper {
  width: 100%;
  height: 100%;
  padding: 182px 0 0 0;
}
.category-page .banner-wrapper .custom-content .cont-wrap {
  justify-content: center;
  /* align-items: flex-start; */
  display: flex;
  flex-direction: column;
}
.category-page .banner-wrapper .custom-content .cont-wrap h2 {
  margin-bottom: 30px;
  font-family: "Prata", sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 76.8px;
  color: #5B197B;
}
.category-page .banner-wrapper .custom-content .cont-wrap p {
  font-family: "Mona Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #000000;
}
.category-page .banner-wrapper .custom-image {
  max-height: 362px;
  max-width: 540px;
}
.category-page .banner-wrapper .custom-image .img-wraps .img-wrap {
  width: 100%;
  height: 100%;
  max-height: 285px;
}

.main-content .inner-cont {
  width: 100%;
  height: 100%;
}
.main-content .inner-cont .heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.main-content .inner-cont .heading h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: Prata;
  line-height: 48px;
  color: #5B197B;
}
.main-content .inner-cont .heading .icons-hold {
  display: inline-block;
}
.main-content .inner-cont .heading .icons-hold .controls {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin-right: 15px;
}
.main-content .inner-cont .heading .icons-hold .controls .img-wrap {
  width: 100%;
  height: 100%;
}
.main-content .inner-cont .heading .icons-hold .setting {
  height: 24px;
  width: 24px;
  display: inline-block;
}
.main-content .inner-cont .heading .icons-hold .setting .img-wrap {
  width: 100%;
  height: 100%;
}

.card-holder {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}
.card-holder .cards {
  width: 100%;
  height: 100%;
  padding: 10px 10px 10px 0;
  background: #F4ECF8;
  border-radius: 10px;
}
.card-holder .cards .cardwrapper {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  position: relative;
}
.card-holder .cards .cardwrapper .leftimage {
  height: 213px;
  width: 207px;
}
.card-holder .cards .cardwrapper .leftimage .img-wrap {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.card-holder .cards .right-content {
  position: relative;
  width: calc(100% - 207px);
}
.card-holder .cards .right-content .topiconholder-Sponsered {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
}
.card-holder .cards .right-content .topiconholder-Sponsered .l-img {
  width: 24px;
  height: 24px;
}
.card-holder .cards .right-content .topiconholder-Sponsered .r-img {
  width: 24px;
  height: 24px;
  margin-left: 20px;
}
.card-holder .cards .right-content .topiconholder {
  padding: 10px 0;
  display: flex;
  justify-content: end;
}
.card-holder .cards .right-content .topiconholder .l-img {
  width: 24px;
  height: 24px;
}
.card-holder .cards .right-content .topiconholder .r-img {
  width: 24px;
  height: 24px;
  margin-left: 20px;
  display: none;
}
.card-holder .cards .titlename {
  font-size: 20px;
  font-weight: 600;
}
.card-holder .cards .title-content {
  font-size: 16px;
  font-weight: 400;
  padding-right: 10%;
  word-wrap: break-word;
}

.bottomrow {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.bottomrow .authby {
  font-size: 14px;
  font-weight: 400;
  color: #5B197B;
}
.bottomrow .thumbchat {
  display: flex;
  align-items: center;
}
.bottomrow .thumbchat .thumb, .bottomrow .thumbchat .chat {
  margin-right: 25px;
  width: 26px;
  height: 28px;
  position: relative;
  display: inline-block;
}
.bottomrow .thumbchat .thumb .img-wrap, .bottomrow .thumbchat .chat .img-wrap {
  width: 100%;
  height: 100%;
}
.bottomrow .thumbchat .thumb .num, .bottomrow .thumbchat .chat .num {
  position: absolute;
  left: 32px;
  top: 2px;
  font-size: 16px;
}

.custom-container {
  max-width: 1138px;
}

.sponsored {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  color: #FFFFFF;
  width: 120px;
  height: 27px;
  padding: 3px 23px;
  border-radius: 20px;
  background: #A864C3;
}

.img-wraps {
  position: relative;
  bottom: -61px;
}

@media (max-width: 1200px) {
  .category-page .banner-wrapper .custom-content .cont-wrap h2 {
    font-size: 40px;
  }
}
@media (max-width: 991.98px) {
  .category-page {
    height: auto;
    margin-bottom: 80px;
  }
  .category-page .banner-wrapper {
    height: auto;
    padding: 130px 0 0 0;
  }
  .category-page .banner-wrapper .custom-content .cont-wrap h2 {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: left;
    margin-bottom: 20px;
  }
  .category-page .banner-wrapper .custom-content .cont-wrap p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
  }
  .category-page .banner-wrapper .custom-image {
    margin: auto;
    margin-top: 35px;
  }
  .main-content .inner-cont .heading {
    margin-bottom: 30px;
  }
  .main-content .inner-cont .heading h3 {
    font-size: 28px;
    font-weight: 400;
    line-height: 33.6px;
  }
  .card-holder .cards .titlename {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
  .card-holder .cards .title-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
    padding-right: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
  }
  .img-wraps {
    bottom: unset;
  }
}
@media (max-width: 768px) {
  .card-holder .cards {
    height: 179px;
  }
  .card-holder .cards .cardwrapper .leftimage {
    height: 100%;
    width: 97px;
  }
  .card-holder .cards .right-content {
    width: calc(100% - 97px);
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/scss/_loginPopup.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* login form */
.form-cont input[type=text],
.form-cont input[type=password],
.form-cont input[type=email] {
  width: 100%;
  padding: 12px 20px;
  display: inline-block;
  border: 1px solid #5B197B;
  box-sizing: border-box;
  height: 41px;
  border-radius: 7px;
  background-color: rgb(244, 236, 248);
}

.form-cont input:focus-visible, .form-cont input:focus {
  border: 1px solid #5B197B;
  outline: none;
}

.tab label {
  font-size: 12px;
  color: #000;
  cursor: pointer;
}

.form-cont input::-moz-placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

.form-cont input::placeholder {
  color: #000;
  opacity: 1;
  /* Firefox */
}

.tab .h-heading {
  margin-bottom: 50px;
  text-align: center;
}
.tab .h-heading h3 {
  font-size: 24px;
  font-weight: 400;
}

.h-heading .heading {
  color: #5B197B;
}

.h-heading .h-sub {
  color: #5B197B;
  margin: 0 0 10px 0;
  size: 14px;
}

.tab .tab-button {
  margin: 0 0px 10px 0px;
  width: 340px;
  height: 41px;
  border-radius: 5px;
  border: 0.75px solid #5B197B;
  padding: 5px 10px 5px 50px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.tab .tab-button img {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 18px;
}

.tab .have-acc {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #000;
  line-height: unset;
  letter-spacing: unset;
  font-family: "Mona Sans", sans-serif;
}

.tab p span {
  color: #923DB4;
  cursor: pointer;
}

.btn-wraper {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}

button.cst-btn {
  width: 276px;
  margin: 0;
}

.all-sign {
  font-size: 12px;
  margin-top: 15px;
  color: 12px;
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal-form {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 15px;
  overflow: hidden;
}

/* Modal Content/Box */
.modal-contents {
  margin-top: 80px !important;
  background-color: rgb(217, 217, 217);
  border: 1px solid #888;
  max-width: 1102px;
  height: 80vh;
  border-radius: 15px;
  margin: 1.75rem auto;
  display: flex;
  justify-content: space-between;
}

.left-image-section {
  width: 480px;
  height: 79.7vh;
}

.left-image-section .signupImg {
  width: 100%;
  height: 100%;
  border-radius: 15px 0px 0px 15px;
}

.form-wrapper {
  width: 618px;
  background-color: rgb(244, 236, 248);
  float: right;
  border-radius: 0 15px 15px 0;
  height: 100%;
  position: relative;
  overflow-y: auto !important;
}
.form-wrapper::-webkit-scrollbar {
  width: 10px;
}
.form-wrapper::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.form-wrapper::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #cbcaca;
}

.login-scroll-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 530px;
  position: relative;
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 5px;
  top: 15px !important;
  color: #000;
  font-size: 35px;
  font-weight: bold;
  width: 50px;
  height: 50px;
  text-align: center;
}

.disclimer {
  position: absolute;
  right: 50%;
  bottom: 0;
  color: rgb(150, 150, 150);
  font-size: 10px;
  max-width: 306px;
  text-align: center;
  transform: translate(50%, -5%);
}
.disclimer .lgn-content {
  bottom: 0;
  color: rgb(150, 150, 150);
  font-size: 10px !important;
  max-width: 306px;
  text-align: center;
  line-height: unset !important;
  letter-spacing: unset;
  font-family: "Mona Sans", sans-serif;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  animation: animatezoom 0.6s;
}
@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media screen and (max-width: 630px) {
  .left-image-section {
    display: none;
  }
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }
  .cancelbtn {
    width: 100%;
  }
}
.input-wrap {
  position: relative;
  margin: 10px 0;
}

input.input-access:focus ~ .floating-label,
input.input-access:not(:focus):valid ~ .floating-label {
  top: -16px;
  left: 10px;
  font-size: 14px;
  opacity: 1;
  background: #fff;
  padding: 4px 10px;
  font-weight: 400;
  color: #0C0C0C;
}

.input-access {
  font-size: 14px;
  position: relative;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  font-size: 14px;
}

input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.hide-eye {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 14px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hide-eye img {
  width: 100%;
  height: 100%;
}

.form-cont {
  width: 340px;
}

/* author responsive */
/* // X-Large devices (large desktops, less than 1400px) */
/* // Large devices (desktops, less than 1200px) */
/* // Medium devices (tablets, less than 992px) */
/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 617.98px) {
  .form-wrapper {
    float: unset;
  }
}
/* // X-Small devices (portrait phones, less than 576px) */
@media (max-width: 618px) {
  .form-wrapper {
    width: 100%;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[14].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[14].oneOf[13].use[5]!./src/scss/_article.scss ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mainContainer {
  display: flex;
  padding-top: 80px !important;
}

.leftContainer {
  padding: 0;
  margin-top: 40px;
  height: 180px;
  overflow-y: scroll;
  direction: rtl;
  padding-left: 18px;
  margin-bottom: 40px;
  text-align: left;
  /* Handle */
  /* Handle on hover */
}
.leftContainer::-webkit-scrollbar {
  height: 4px;
  width: 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.leftContainer::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
}
.leftContainer::-webkit-scrollbar-thumb {
  background: #923DB4;
  border-radius: 5px;
}
.leftContainer::-webkit-scrollbar-thumb:hover {
  background: #923DB4;
  border-radius: 5px;
}

.leftContainer h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5B197B;
  margin-left: 0;
  cursor: pointer;
  font-family: "Mona-Sans", sans-serif;
  margin-bottom: 15px;
}

.leftContainer h2 a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #5B197B;
  margin-left: 0;
  cursor: pointer;
  font-family: "Mona-Sans", sans-serif;
}

.leftContainer .shortDesc {
  display: flex;
  margin-bottom: 15px;
  direction: ltr;
}

.leftContainer .shortDesc h2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #5B197B;
  margin-left: 0;
  cursor: pointer;
  font-family: "Mona-Sans", sans-serif;
}

.centerContainer {
  padding: 47px 15px 15px 15px;
  max-width: 1140px;
  margin: auto;
}

.ad-sponsered {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.ad-sponsered span {
  width: 120px;
  height: 27px;
  padding: 3px 23px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  background: #A864C3;
  display: block;
  color: #fff;
}

.ad-heading {
  width: 100%;
  margin-bottom: 15px;
}
.ad-heading h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  text-align: left;
  color: #0C0C0C;
}

.ad-follo {
  width: 100%;
  margin-bottom: 15px;
}
.ad-follo .ad-btn {
  width: auto;
  height: 33px;
  padding: 6px 18px;
  border-radius: 50px;
  background: #923DB4;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  text-align: left;
  color: #F4EDFD;
  margin-right: 15px;
  display: inline-block;
}

.centerContainer .header {
  color: #454545;
  margin-bottom: 50px;
}

.centerContainer .header .txt {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #000;
}

.centerContainer .header .article {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #5B197B;
}

.centerContainer .title {
  width: 100%;
  height: 30px;
  margin-top: 30px;
}

.centerContainer p {
  font-family: DM Serif Display;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #5B197B;
}

.centerContainer .categorySection {
  margin-top: 43px;
}

.centerContainer .categorySection .btn {
  width: -moz-fit-content;
  width: fit-content;
  height: 30px;
  border-radius: 100px;
  background: #DECAED;
  font-family: Roboto;
  font-size: 13px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
  color: #5B197B;
  margin-right: 10px;
}

.centerContainer .imgSection {
  margin-top: 30px;
  width: 100%;
  max-height: 713px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.centerContainer .imgSection img {
  border-radius: 10px;
  width: auto;
  height: 100%;
}

.image-ad-cls, .ad-scl-icons .in-ad-share span.ad-img, .centerContainer .aurthor-section .restart-pay .in-ad-chat span.ad-img, .centerContainer .aurthor-section .chat-likes .in-chat span.ad-img {
  position: absolute;
  left: -35px;
  top: -1px;
}

.centerContainer .aurthor-section {
  width: 100%;
  height: 38px;
  border-top: 1px solid #9C8CB1;
  border-bottom: 1px solid #9C8CB1;
  margin-top: 15px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
}
.centerContainer .aurthor-section .chat-likes {
  display: inline-block;
  display: flex;
}
.centerContainer .aurthor-section .chat-likes .in-chat {
  position: relative;
  display: flex;
  width: auto;
  margin-left: 35px;
  margin-right: 30px;
  color: #5B197B;
  font-size: 20px;
  font-weight: 400;
}
.centerContainer .aurthor-section .restart-pay {
  display: inline-block;
  display: flex;
}
.centerContainer .aurthor-section .restart-pay .in-ad-chat {
  position: relative;
  width: auto;
  margin-left: 35px;
  margin-right: 30px;
  color: #5B197B;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
}
.centerContainer .aurthor-section .restart-pay .in-ad-chat span {
  color: #5B197B;
}
.centerContainer .aurthor-section .restart-pay .in-ad-chat button {
  color: #5B197B;
  font-size: 20px;
  font-weight: 600;
}
.centerContainer .aurthor-section .restart-pay .in-ad-chat button:hover {
  color: #5B197B;
  opacity: 1;
}
.centerContainer .aurthor-section .restart-pay .in-ad-chat:last-child {
  margin-right: 0;
}
.centerContainer .aurthor-section .aurthor-pic {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
}

.centerContainer .aurthor-section .aurthor-pic .profile-pic {
  width: 100%;
  height: 100%;
}

.centerContainer .aurthor-section .authorname {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #5B197B;
}

.centerContainer .aurthor-section .info {
  position: absolute;
  right: 0px;
}

.centerContainer .aurthor-section .info span {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #5B197B;
}

.centerContainer .aurthor-section .info .seprator {
  margin-left: 5px;
  margin-right: 5px;
}

.centerContainer .description-section {
  position: relative;
  margin-top: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  color: #0C0C0C !important;
  display: flex;
  flex-direction: column;
  font-family: "Mona Sans", sans-serif;
}
.centerContainer .description-section p {
  color: #0C0C0C !important;
  margin-top: 0;
  margin-bottom: 0;
}
.centerContainer .description-section img,
.centerContainer .description-section iframe {
  margin: 40px auto;
  width: 100%;
  border-radius: 10px;
}

.centerContainer .more-aurthor-section {
  position: relative;
  margin-top: 30px;
}

.centerContainer .more-aurthor-section hr {
  border: 1px solid #C0C0C0;
}

.centerContainer .more-aurthor-section .headerSection {
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #5B197B;
  padding: 15px 15px;
}

.centerContainer .more-aurthor-section .imgLeftSection {
  display: flex;
  gap: 5px;
  width: 205px;
  height: 95px;
  padding: 15px 15px;
}

.centerContainer .more-aurthor-section .imgLeftSection .leftSection {
  border-radius: 50%;
  width: 64px;
  height: 64px;
}

.centerContainer .more-aurthor-section .imgLeftSection .leftSection .img {
  border-radius: 50%;
}

.centerContainer .more-aurthor-section .imgLeftSection .rightSection .nameSection {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.015em;
  text-align: left;
}

.centerContainer .more-aurthor-section .imgLeftSection .rightSection .btnSection button {
  padding: 0px 20px;
  width: 98px;
  height: 30px;
  border-radius: 50px;
  background-color: #B75EC8;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #FFF;
}

.ad-centerContainer .commentSection {
  margin-top: 30px;
}

.ad-cmnt-wrapper {
  max-width: 940px;
  margin: auto;
}

.ad-centerContainer {
  margin-top: 50px;
}

.ad-centerContainer .commentSection .header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  align-items: center;
}

.ad-centerContainer .commentSection .header .comment {
  font-family: "Prata", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  text-align: left;
  position: relative;
  left: -90px;
}

.ad-centerContainer .commentSection .header .btnSection {
  display: flex;
  gap: 10px;
}

.ad-centerContainer .commentSection .header .btnSection button {
  width: 94px;
  height: 33px;
  background-color: rgba(222, 202, 237, 0.5019607843);
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #923DB4;
  border-radius: 100px;
  text-align: center;
}

.ad-centerContainer .commentSection .replySection {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.ad-centerContainer .commentSection .replySection .profile-user {
  width: 52px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ad-centerContainer .commentSection .replySection .profile-user .name {
  text-align: center;
}

.ad-centerContainer .commentSection .replySection .leftSection {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 8px;
}

.ad-centerContainer .commentSection .replySection .leftSection img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.ad-centerContainer .commentSection .replySection .leftSection .name {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(15, 22, 30, 0.6);
}

.ad-centerContainer .commentSection .replySection .rightSection {
  margin-top: 10px;
  width: 100%;
  position: relative;
}

.ad-centerContainer .commentSection .replySection .rightSection input {
  width: 100%;
  height: 54px;
  border-radius: 50px;
  border: 1px solid #923DB4;
  background-color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.015em;
  text-align: left;
  color: #B75EC8;
  padding: 0px 20px;
}

.ad-centerContainer .commentSection .replySection .rightSection input::-moz-placeholder {
  color: #B75EC8;
}

.ad-centerContainer .commentSection .replySection .rightSection input::placeholder {
  color: #B75EC8;
}

.ad-centerContainer .commentSection .replySection .rightSection span {
  position: absolute;
  margin-top: 10px;
  right: 20px;
  cursor: pointer;
}

.ad-centerContainer .commentSection .commentByOthers {
  margin-top: 15px;
  display: flex;
  gap: 15px;
  text-align: center;
}
.ad-centerContainer .commentSection .commentByOthers .profile-user {
  width: 52px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.ad-centerContainer .commentSection .commentByOthers .profile-user .name {
  text-align: center;
}

.ad-centerContainer .commentSection .commentByOthers .leftSection {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 15px;
}

.ad-centerContainer .commentSection .commentByOthers .leftSection img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.ad-centerContainer .commentSection .commentByOthers .leftSection .name {
  text-align: center;
  font-family: "Mona Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(15, 22, 30, 0.6);
}

.ad-centerContainer .commentSection .commentByOthers .rightSection {
  margin-top: 10px;
  min-height: 90px;
  border-radius: 10px;
  background-color: rgba(222, 202, 237, 0.5019607843);
  padding: 15px 20px;
  width: 100%;
  position: relative;
  text-align: left;
}

.ad-centerContainer .commentSection .commentByOthers .rightSection span {
  color: #0C0C0C;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.ad-centerContainer .commentSection .commentByOthers .rightSection .info {
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  left: 20px;
}

.ad-centerContainer .commentSection .commentByOthers .rightSection .info .reply {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #B75EC8;
  margin-right: 15px;
  cursor: pointer;
}

.ad-centerContainer .commentSection .commentByOthers .rightSection .info .reply:hover {
  cursor: pointer;
  text-decoration: underline;
}

.ad-centerContainer .commentSection .commentByOthers .rightSection .info .timeInfo {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #B75EC8;
  margin-right: 15px;
}

.ad-centerContainer .commentSection .loadMoreComments {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #B75EC8;
  cursor: pointer;
  text-align: right;
}

.rightContainer {
  width: 100%;
  display: flex;
  justify-content: center;
}

.rightContainer ul {
  height: auto;
}

.rightContainer ul li {
  padding: 0 0 10px 0px;
  display: flex;
}

.rightContainer ul li span {
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #5B197B;
  cursor: pointer;
}

.iconLike {
  background-image: url(/_next/static/media/like.28ef89b4.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.iconComment {
  background-image: url(/_next/static/media/comment.453a9828.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.iconSave {
  background-image: url(/_next/static/media/save.2708bd92.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.iconPlayAudio {
  background-image: url(/_next/static/media/play-audio.8a678b65.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.iconPauseAudio {
  background-image: url(/_next/static/media/pause.059fa221.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  background-size: contain;
}

.iconRestartAudio {
  background-image: url(/_next/static/media/restart-audio.eaf2302c.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.iconShareBog {
  background-image: url(/_next/static/media/share-blog.d0682fa3.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.iconLeftDetails {
  background-image: url(/_next/static/media/leftDetailIcon.30626bcb.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 24px;
  display: none;
}

.addFollow {
  background-image: url(/_next/static/media/person-add.c86cc765.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 22px;
  height: 22px;
  margin-left: 5px;
}

.iconReply {
  background-image: url(/_next/static/media/reply.d9b06170.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 36px;
  height: 36px;
  margin-left: 5px;
}

.ad-icons.in {
  background-image: url(/_next/static/media/linkedin.0f6d4530.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.ad-icons.insta {
  background-image: url(/_next/static/media/instagram.c2d7ff0c.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.ad-icons.fb {
  background-image: url(/_next/static/media/facebook.44f1d155.svg);
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.text {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.015em;
  text-align: left;
  margin-left: 10px;
  cursor: pointer;
}

.time-details {
  width: 100%;
  margin-bottom: 15px;
}
.time-details .story-shareby {
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  color: #5B197B;
  display: block;
}
.time-details .date-time {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #5B197B;
  display: block;
}

.ad-scl-icons {
  width: 100%;
}
.ad-scl-icons .in-ad-share {
  position: relative;
  width: auto;
  margin-left: 35px;
  color: #5B197B;
  font-size: 20px;
  font-weight: 600;
}
.ad-scl-icons .in-ad-share span.ad-img {
  top: 0;
}

.ad-icons-wrap {
  display: flex;
  margin-top: 15px;
}
.ad-icons-wrap .ad-icons {
  margin-right: 30px;
}

.mobile-view {
  display: none;
}

.content-p, .description-section p p,
.description-section p strong, .description-section p {
  font-family: "Mona Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #0C0C0C;
}

.heading-h, .description-section h1,
.description-section h2,
.description-section h3,
.description-section h4,
.description-section h5,
.description-section h6 {
  font-family: "Prata", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38.4px;
  text-align: left;
  color: #0C0C0C;
  margin-bottom: 30px;
  margin-top: 15px;
}

.description-section em {
  font-style: normal;
}
.description-section strong {
  font-style: normal;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.description-section table strong {
  margin-right: 5px;
}

.scrolled {
  position: fixed;
  top: 50px;
  width: 15%;
}

@media (max-width: 991.98px) {
  .hc-left-tab {
    display: none;
  }
  .centerContainer .imgSection {
    width: 100%;
    max-height: 289px;
    overflow: hidden;
    margin-top: 10px;
  }
  .centerContainer .imgSection img {
    width: 100%;
  }
  .ad-heading h2 {
    font-size: 28px;
  }
  .time-details {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
  .time-details .story-shareby {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #5B197B;
    display: inline-block;
  }
  .time-details .date-time {
    display: inline-block;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
  .centerContainer .header {
    color: #454545;
    margin-bottom: 15px;
  }
  .centerContainer .aurthor-section {
    border-top: none;
    border-bottom: none;
  }
  .centerContainer .aurthor-section .chat-likes {
    display: none;
  }
  .centerContainer .aurthor-section .restart-pay {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
  }
  .centerContainer .aurthor-section .restart-wrap-vedio {
    background: #DDC3E8;
    padding: 2px 10px;
    border-radius: 25px;
  }
  .ad-centerContainer .commentSection .header .comment {
    left: 0;
    font-size: 21px;
    line-height: 25.4px;
  }
  .hc-right-tab {
    margin: auto;
  }
  .strip-head {
    display: block !important;
  }
  .recent-arti .container {
    padding: 0;
  }
  .restart-pay .in-ad-chat {
    font-weight: 400 !important;
  }
  .centerContainer .description-section {
    line-height: 19px;
  }
  .ad-centerContainer {
    margin-top: 0px;
  }
}
.restart-wrap-audio {
  margin-right: 30px;
}

.strip-head {
  display: none;
}

.strip-chat-like {
  width: 100%;
  margin-top: 30px;
}
.strip-chat-like .left-side .in-chat {
  position: relative;
  width: auto;
  margin-left: 25px;
  margin-right: 25px;
  color: #5B197B;
  font-size: 16px;
  font-weight: 400;
}
.strip-chat-like .left-side .in-chat .ad-img {
  position: absolute;
  left: -25px;
  top: 1px;
  width: 16px;
  height: 16px;
  background-size: cover;
}
.strip-chat-like .left-side .in-chat .ad-img img {
  width: 100%;
  height: 100%;
  float: left;
}
.strip-chat-like .right-side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.strip-chat-like .right-side .in-chat {
  width: 16px;
  margin: 0;
  display: inline-block;
  height: 16px;
}
.strip-chat-like .right-side .in-chat:first-child {
  margin-right: 15px;
}
.strip-chat-like .right-side .in-chat .ad-img {
  position: unset;
  background-size: contain;
  display: inline-block;
}
.strip-chat-like .right-side .in-chat .ad-img img {
  width: 100%;
  height: 100%;
  float: left;
}

.width-height, .strip-head, .strip-chat-like .right-side .in-chat .ad-img {
  width: 100%;
  height: 100%;
}

.description-section h1,
.description-section h2,
.description-section h3,
.description-section h4,
.description-section h5,
.description-section h6 {
  font-family: "Prata", sans-serif !important;
}
.description-section h1 strong,
.description-section h2 strong,
.description-section h3 strong,
.description-section h4 strong,
.description-section h5 strong,
.description-section h6 strong {
  font-family: "Prata", sans-serif !important;
}

@media (max-width: 767.98px) {
  .description-section p {
    font-size: 14px;
    line-height: 16px;
  }
  .description-section h1,
  .description-section h2,
  .description-section h3,
  .description-section h4,
  .description-section h5,
  .description-section h6 {
    font-size: 21px;
    line-height: 25px;
  }
}
.top-margin-common {
  margin-top: 100px !important;
}
