/* ============================================================================================================
CUSTOMER
=============================================================================================================*/
html,
body {
  background-color: #000;
}
.textDark {
  color: #000 !important;
  font-weight: 600;
}
.bgDark {
  background-color: #000;
}
.bgWhite {
  background-color: #fff;
}

.imgNewStoryBig {
  width: 339px;
  height: 530px;
  border-radius: 16px;
}
.imgNewStorySmall {
  border-radius: 8px;
}

.CoverStyle1 {
  display: inline-block;
  text-align: left;
  opacity: 0.99;
  overflow: hidden;
  position: relative;
}
.CoverStyle1:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.9) 70%
  );
  width: 100%;
  height: 50%;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  border-radius: 8px;
}
.CoverStyle1 img {
  display: block;
  max-width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 10px;
  border-radius: 8px;
}
.CoverStyle1 .details {
  font-size: 12px;
  padding: 20px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.CoverStyle1 .details span {
  display: block;
  opacity: 0;
  position: relative;
  top: 100px;
  transition-property: top, opacity;
  transition-duration: 0.3s;
  transition-delay: 0s;
}
.CoverStyle1 .details .title {
  line-height: 1.3;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize;
}
.titleCus {
  font-size: 11px !important;
  text-transform: capitalize;
}
.CoverStyle1 .details .info {
  line-height: 1.2;
  margin-top: 5px;
  font-size: 10px;
  text-transform: capitalize;
  color: #fce205;
}
.CoverStyle1:focus:before,
.CoverStyle1:focus span,
.CoverStyle1:hover:before,
.CoverStyle1:hover span {
  opacity: 1;
}
.CoverStyle1:focus:before,
.CoverStyle1:hover:before {
  top: 50%;
}
.CoverStyle1:focus span,
.CoverStyle1:hover span {
  top: 0;
}
.CoverStyle1:focus .title,
.CoverStyle1:hover .title {
  transition-delay: 0.15s;
}
.CoverStyle1:focus .info,
.CoverStyle1:hover .info {
  transition-delay: 0.25s;
}

.listNumber {
  list-style: decimal;
  padding-left: 30px;
}
.listNumber li {
  padding-left: 10px;
}
.listNumber li h6,
.listNumber li p {
  padding: 0px;
  margin: 0px;
}

.zCus {
  position: relative;
  z-index: 2;
}
input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}
.sizeImgCover {
  height: 189px;
}
.sizeImgCoverBig {
  width: 250px;
  height: 390px;
  border-radius: 8px;
}
.sizeImgCoverMid {
  width: 230px;
  height: 334px;
}
.sizeImgCoverMidMember {
  width: 159px;
  height: 231px;
}
.sizeImgCoverSmall {
  width: 93px !important;
  height: 134px !important;
  border-radius: 8px;
}
.sizeImgCoverHome {
  width: 171px !important;
  height: 267px !important;
  border-radius: 8px;
}
.sizeImgCoverCategory {
  width: 130px !important;
  height: 180px !important;
  border-radius: 8px;
}

.limit {
  font-size: 12px !important;
  color: #fd99a4;
  font-weight: 600;
}
/* ============================================================================================================
BUTTON
=============================================================================================================*/
.button-dark {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  padding: 15px 34px !important;
  display: inline-block !important;
  border: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-weight: 500 !important;
  width: auto;
  line-height: 1.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 100px !important;
}
.button-dark:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translate3d(0, -2px, 0) !important;
  transform: translate3d(0, -2px, 0) !important;
}

.button-yellow {
  background-color: #fce205 !important;
  color: #000 !important;
  font-size: 14px !important;
  padding: 15px 34px !important;
  display: inline-block !important;
  border: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  font-weight: 500 !important;
  width: auto;
  line-height: 1.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 100px !important;
}
.button-yellow:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translate3d(0, -2px, 0) !important;
  transform: translate3d(0, -2px, 0) !important;
}
.button-dark-small {
  background-color: #000 !important;
  color: #fff !important;
  font-size: 10px !important;
  padding: 10px 20px !important;
  display: inline-block !important;
  border: 0 !important;
  text-transform: capitalize !important;
  letter-spacing: 0.5px !important;
  font-weight: 500 !important;
  width: auto;
  line-height: 1.5 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 100px !important;
}
.button-dark-small:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
/* ============================================================================================================
NAVIGATION
=============================================================================================================*/
.navbar-brand img {
  position: relative;
  width: 220px !important;
}
header .navbar-expand {
  padding: 10px 25px !important;
  background-color: transparent;
}
header .navbar-sticky {
  /*background-color: rgba(0, 0, 0, 0.69) !important;*/
  background-color: #000 !important;
  backdrop-filter: blur(10px) !important;
}
header .navbar-expand .navbar-nav .dropdown .dropdown-menu {
  margin-top: 22px !important;
}
.navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #fff !important;
}
.navbar-nav .nav-item .nav-link:hover {
  opacity: 0.5 !important;
}
.navbar-nav .nav-item.dropdown .dropdown-menu .nav-item .nav-link {
  color: #000 !important;
}

/* ============================================================================================================
BANNER PROMO SLIDER
=============================================================================================================*/
.min-vh-100 {
  min-height: 100vh !important;
}
.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}


.slider-fade1 .owl-item {
  position: relative;
}
.slider-fade1 h1 {
  animation-delay: 0.8s;
}
.slider-fade1 h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.slider-fade1 p {
  animation-delay: 1.2s;
}
.slider-fade1 a {
  animation-delay: 1.6s;
}
.slider-fade1.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  right: inherit;
  top: 0;
  bottom: 0;
  width: 60px;
  height: 60px;
  border: none;
  background: #000;
  border-radius: 60px;
  line-height: 65px;
  transition-duration: 500ms;
  left: 15px;
  text-align: center;
  margin: auto;
  opacity: 0.3;
}
.slider-fade1.owl-theme .owl-nav .owl-next {
  top: 0;
  bottom: 0;
  left: inherit;
  right: 15px;
}
.slider-fade1 .owl-nav i {
  font-weight: 600;
  color: #fff;
  transition-duration: 500ms;
  font-size: 20px;
}
.slider-fade1.owl-theme .owl-nav .owl-prev:hover,
.slider-fade1.owl-theme .owl-nav .owl-next:hover {
  opacity: 1;
  background: #fce205;
}
.display-1 {
  position: relative;
  z-index: 88;
}
@font-face {
  font-family: "themify";
  src: url("../../fonts/themify.eot?-fvbane");
  src: url("../../fonts/themify.eot?#iefix-fvbane") format("embedded-opentype"),
    url("../../fonts/themify.woff?-fvbane") format("woff"),
    url("../../fonts/themify.ttf?-fvbane") format("truetype"),
    url("../../fonts/themify.svg?-fvbane#themify") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="ti-"],
[class*=" ti-"] {
  font-family: "themify";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ti-arrow-right:before {
  content: "\e628";
}
.ti-arrow-left:before {
  content: "\e629";
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.align-items-center {
  align-items: center !important;
}

.butn-style2 {
  background-color: #fce205;
  color: #000;
  border-radius: 4px;
  font-size: 14px;
  padding: 15px 34px !important;
  display: inline-block;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  width: auto;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

  border-radius: 80px;
}
.butn-style2:hover {
  color: #000;
  -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 8px 30px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.butn-style2.white {
  background-color: #fff;
  color: #232323;
}
.butn-style2.md {
  padding: 13px 30px !important;
  font-size: 13px;
}
.butn-style2.sm {
  padding: 11px 27px !important;
  font-size: 12px;
}

/* ============================================================================================================
PAGE WELCOME
=============================================================================================================*/
/* Title White Background */
.sec-story-bg-white {
  position: relative;
  width: 100%;
  padding-top: 80px;
}
.sec-story-bg-white .title-white {
  position: relative;
  width: 100%;
  text-align: center !important;
}
.sec-story-bg-white .title-white h2 {
  color: #222 !important;
  font-weight: 600 !important;
}
.sec-story-bg-white .title-white h2:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  background-color: #000;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.welcome-content-new {
  position: relative;
  width: 100%;
}
.welcome-content-new .item img {
  width: 100%;
  height: 348px;
  border-radius: 8px;
}
/* Title Dark Background */
.sec-story-bg-dark {
  position: relative;
  width: 100%;
  padding-top: 80px;
}
.sec-story-bg-dark .title-dark {
  position: relative;
  width: 100%;
  text-align: center !important;
}
.sec-story-bg-dark .title-dark h2 {
  color: #fff !important;
  font-weight: 600 !important;
}
.sec-story-bg-dark .title-dark h2:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 70px;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fce205;
}

/* Welcome Category */
.box-welcome-story-cover {
  position: relative;
  width: 100%;
  padding: 20px 15px;
}
.box-welcome-story-desc {
  position: relative;
  width: 100%;
  padding: 0px !important;
  margin-bottom: 30px;
}
.box-welcome-story-desc h3 {
  font-size: 1.75em !important;
  text-transform: capitalize;
  padding: 0px !important;
  margin: 0px !important;
  padding-top: 15px !important;
}
.box-welcome-story-desc p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 400;
  padding: 0px;
}
.box-welcome-story-desc small {
  display: block;
  font-size: 12px;
  color: #222;
  margin-bottom: 5px;
  font-weight: 600;
}

/* ============================================================================================================
PAGE DOWNLOAD
=============================================================================================================*/
.section-download {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url("../../__img/download-bg-2.jpg");
  background-attachment: scroll;
  background-repeat: no-repeat;
  padding: 0px;
  z-index: 2;
}
.section-download:before {
  content: "";
  display: block;
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  position: absolute;
  z-index: 1;
}

/* ==================================================================================================
PAGE CATEGORY
=================================================================================================== */
.box-stories {
  position: relative;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 0px;
}
.box-stories-item {
  position: relative;
  width: 100%;
  min-height: 189px;
  max-height: 189px;
}
.box-stories-item-cover {
  position: relative;
  width: 130px;
  height: 189px;
}
.box-stories-item-cover img {
  border-radius: 8px;
}
.box-stories-item-content {
  flex: 1;
  height: 189px;
  padding-left: 15px;
}
.box-stories-item-content h6 {
  padding: 0px;
  margin: 0px;
}
.box-stories-item-content a h6 {
  text-decoration: none;
  font-size: 16px;
  color: #222;
}
.box-stories-item-content a:hover h6 {
  text-decoration: underline;
}
.box-stories-item-content small a {
  display: block;
  font-size: 10px !important;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #999 !important;
}
.box-stories-item-content small a:hover {
  text-decoration: underline;
}
.box-stories-item-content p {
  padding: 0px;
  margin: 0px;
  font-size: 11px;
  font-weight: 400;
  padding-bottom: 15px;
}

/* ==================================================================================================
PAGE STORIES
=================================================================================================== */
.section-stories {
  position: relative;
  width: 100%;
  height: 600px;
}
.box-stories-cover,
.box-stories-title {
  position: relative;
  width: 100%;
  z-index: 2;
}
.box-stories-title h1 {
  padding: 0px;
  margin: 0px;
  font-size: 40px;
}
/* Left */
.box-left {
  position: relative;
  width: 100%;
}
.box-left-avatar,
.box-left-sinopsis {
  position: relative;
  width: 100%;
}
.box-left-avatar img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: inline-flex;
  object-fit: cover;
}
.box-left-avatar a {
  color: #222 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding-left: 20px;
  -webkit-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
.box-left-avatar a:hover {
  text-decoration: underline;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.box-left-sinopsis h6 {
  margin-bottom: 15px;
}
.box-left-sinopsis p {
  padding: 0px !important;
  margin: 0px !important;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.7;
}
/* Chapter Stories */
.box-chapter-stories {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  min-height: 300px;
  color: #fff !important;
  padding: 30px 20px;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.box-chapter-stories h6 {
  padding: 0px;
  margin: 0px;
}
.box-chapter-stories hr {
  padding: 0px;
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.box-chapter-stories-item {
  position: relative;
  width: 100%;
  padding: 10px 0px;
  margin-bottom: 10px;
  transition: 0.9s all;
  border-bottom: 1px solid #eee;
  border-radius: 8px;
}
.box-chapter-stories-item span {
  padding: 0px;
  margin: 0px;
  color: #000;
  font-size: 14px !important;
  font-weight: 500;
}
.box-chapter-stories-item span.date {
  padding: 0px;
  margin: 0px;
  color: #000;
  font-size: 12px !important;
  font-weight: 400;
}
.box-chapter-stories-item:hover {
  background-color: #000;
  border-bottom: 1px solid #000;
  border-radius: 8px;
}
.box-chapter-stories-item:hover span {
  color: #fff;
}
.box-chapter-stories-item:hover span.date {
  color: #fce205;
}

/* Right */
.box-right {
  position: relative;
  width: 100%;
  padding-left: 15px;
}
.box-right-main {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  min-height: 300px;
  color: #fff !important;
  padding: 30px 20px;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}
.box-right-main h6 {
  padding: 0px;
  margin: 0px;
}
.box-right-main-item {
  position: relative;
  width: 100%;
}
.box-right-img {
  position: relative;
  width: 100%;
  height: 150px;
}
.box-right-img img {
  position: relative;
  width: 100px;
  height: 150px;
  border-radius: 6px;
}
.box-right-text {
  position: relative;
  width: 100%;
  height: 150px;
  display: table-cell;
  vertical-align: middle;
}
.box-right-text h6 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: 0.9s all;
}
.box-right-text h6:hover {
  text-decoration: underline;
}
.box-right-text p {
  padding: 0px;
  margin: 0px;
  font-size: 12px;
  font-weight: 400;
  color: #222;
}

/* ============================================================================================================
CHAPTER
=============================================================================================================*/
#myDiv {
  display: none;
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 10px;
  z-index: 999;
}
.box-avatar {
  position: relative;
  width: 100%;
  text-align: center;
}
.box-avatar img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
.box-avatar .penulis-title {
  font-size: 10px;
  color: #999;
  padding: 0px;
  margin: 0px;
  display: block;
  margin-top: 10px;
}
.box-avatar .penulis-name {
  font-size: 16px;
  color: #222;
  padding: 0px;
  margin: 0px;
  display: block;
  font-weight: 600;
}
.box-chapter-title {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.box-chapter-title h2 {
  padding: 0px;
  margin: 0px;
  font-size: 30px;
}
.box-chapter-isi {
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 70px;
  font-weight: 300;
  line-height: 1.8;
}
.box-chapter-isi p {
  font-weight: 300 !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
}
.box-chapter-paging {
  position: relative;
  width: 100%;
  text-align: center;
}
.box-chapter input[type="text"] {
  width: 100%;
  padding: 20px 10px;
  display: inline-block;
  border: none;
  box-sizing: border-box;
  color: #000;
  font-size: 24px;
  text-align: center;
  font-weight: 500;
  text-transform: capitalize;
}
.editable,
.secondEditable {
  outline: none;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 0px solid #dbdbdb;
}
/* ============================================================================================================
COMMENT
=============================================================================================================*/
.box-comment {
  position: relative;
  width: 100%;
}
.textComment {
  position: relative;
  width: 100%;
  height: 50px;
  line-height: 25px;
  resize: none;
  font-size: 12px;
  font-weight: 400;
  color: #000;
  padding: 12px 20px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee !important;
  border-radius: 50px;
  overflow: hidden;
}
.btnCusComent {
  position: absolute;
  right: 6px;
  top: 5px;
  height: 40px;
  width: 40px;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
}
.btnCusComent2 {
  position: absolute;
  right: 6px;
  top: 72px;
  height: 40px;
  width: 40px;
  border: none;
  background-color: #000;
  color: #fff;
  border-radius: 50px;
}
.btnCusComent2 svg {
  color: #fff;
}
.btnCusComent2:disabled,
.btnCusComent2[disabled] {
  opacity: 0.6;
}
.reply-form {
  display: none;
  margin-top: 10px;
}
.box-comment-content {
  position: relative;
  width: 100%;
}
.box-comment-avatar,
.box-comment-isi {
  position: relative;
  width: 100%;
}
.box-comment-avatar img {
  width: 48px;
  height: 48px;
  border-radius: 50px;
  object-fit: cover;
}
.box-comment-isi {
  position: relative;
  margin-top: -20px;
}
.box-comment-isi a {
  padding: 0px;
  margin: 0px;
}
.box-comment-isi .isi-name {
  position: relative;
  width: 100%;
  display: block;
}
.box-comment-isi .isi-content {
  position: relative;
  width: 100%;
  display: block;
  margin-top: -20px;
}
.box-comment-isi h6 {
  font-size: 12px !important;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  color: #222;
}
.box-comment-isi span {
  font-size: 12px;
  font-weight: 300;
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
}
.box-comment-isi .reply-btn {
  font-size: 10px;
  font-weight: 300;
  display: block;
  cursor: pointer;
  color: #222;
}
.box-comment-isi .reply-btn:hover {
  color: #000;
  text-decoration: underline !important;
  font-size: 10px;
}
/* ============================================================================================================
CHAPTER SCROOL
=============================================================================================================*/
.section-navigation {
  width: 100%;
  line-height: 20px;
  padding: 8px 0 8px 8px;
  position: fixed;
  z-index: 1000;
  border-bottom: 1px solid #eee;
  top: 0;
  background-color: #fff;
}
#myDiv {
  display: none;
  position: fixed;
  top: 80px;
  width: 100%;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 10px;
  z-index: 999;
}
.box-mywork-header {
  text-align: left;
}
.box-mywork-header .img,
.box-mywork-header .title {
  display: inline-block;
}
.box-mywork-header .img img {
  width: 55px;
  height: 70px;
  border-radius: 5px;
}
.box-mywork-header .title h6 {
  font-size: 20px;
  font-weight: normal;
  padding-left: 10px;
}
.section-mywork {
  position: relative;
  width: 100%;
  padding: 90px 0px;
  min-height: 100vh;
}
#progressBarContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  top: 80px;
}
#progressBar {
  width: 0;
  height: 5px;
  background-color: #fce205;
}

/* ============================================================================================================
MY WORK
=============================================================================================================*/
.box-form-upload {
  position: relative;
  width: 100%;
  height: 370px;
  background-color: #999;
}
.box-form-content {
  padding: 30px 15px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  margin-left: 60px;
}
.avatar-upload {
  position: relative;
  max-width: 100%;
  height: 370px;
}
.avatar-upload .avatar-edit {
  position: absolute;
  z-index: 1;
  bottom: 16px;
  width: 100%;
}
.avatar-upload .avatar-edit input {
  display: none;
}
.avatar-upload .avatar-edit input + label {
  display: inline-block;
  width: 70%;
  height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  margin: auto;
}

.avatar-upload .avatar-edit input + label:after {
  content: "Cover Stories";
  color: #fff !important;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
.avatar-upload .avatar-preview {
  width: 100%;
  height: 370px;
  position: relative;
  background-color: #fff !important;
}
.avatar-upload .avatar-preview > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 15px;
}
.box-note {
  position: relative;
  width: 100%;
  background-color: #feeceb;
  padding: 10px;
  margin-top: 30px;
  font-size: 12px;
  border-radius: 8px;
}
.box-note span {
  display: block;
}
.myContainer {
  border: 1px solid #eee !important;
  margin-top: 8px !important;
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0.375rem;
}
.fieldCus {
  border: 1px solid #eee !important;
}
.box-form-content h5,
.box-form-content hr {
  padding: 0px;
  margin: 0px;
}
.box-form-content label {
  font-size: 14px;
  color: #222;
  font-weight: 600;
  padding-bottom: 5px;
  display: block;
}
.box-form-content span {
  font-size: 12px;
}

.box-form-content .form-group input[type="text"] {
  width: 100%;
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #6f6f6f;
  font-size: 12px;
}
.box-form-content .form-group textarea {
  width: 100%;
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #6f6f6f;
  font-size: 12px;
}
.box-form-content .form-group select {
  width: 100%;
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #6f6f6f;
  font-size: 12px;
}
/* ============================================================================================================
TAGS
=============================================================================================================*/
.box-tags {
  position: relative;
  width: 100%;
}
.box-tags span {
  display: inline-block;
  font-size: 10px !important;
  font-weight: 400;
  background: #eee;
  padding: 3px 20px;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* ============================================================================================================
VOTING 
=============================================================================================================*/
.box-vote {
  position: relative;
  display: inline-flex;
  background-color: #fce205;
  padding: 10px;
  border-radius: 15px;
  color: #222;
}
.box-vote .read {
  font-size: 12px;
  width: 70px;
  height: 40px;
  text-align: center;
  border-right: 1px solid #222;
  line-height: 20px;
}
.box-vote .vote {
  font-size: 12px;
  width: 70px;
  height: 40px;
  text-align: center;
  border-right: 1px solid #222;
  line-height: 20px;
}
.box-vote .part {
  font-size: 12px;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 20px;
}
.box-vote h6 {
  color: #222 !important;
  margin: 0px !important;
}
.box-love {
  position: relative;
  display: inline-flex;
  margin-top: 25px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.6s;
}
.box-love.active .love i {
  color: #f2083c;
}
.box-love:hover .love i {
  color: #f2083c;
}

.box-love .love {
  font-size: 12px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  color: #000;
}
.love i {
  font-size: 12px !important;
  color: #eee;
  transition: 0.6s;
  padding: 0;
  margin: 0;
}
.box-love .love i {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

.box-vote2 {
  position: relative;
  display: inline-flex;
  margin-top: 25px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.6s;
  width: 67px;
  text-align: center;
}
.box-vote2 .love {
  width: 100%;
  font-size: 12px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  color: #000;
}
.box-vote2 .love i {
  font-size: 12px !important;
  color: #eee;
  transition: 0.6s;
  padding: 0;
  margin: 0;
}
.box-vote2 .love span {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 0;
}
.box-vote2:hover .love i {
  color: #ffe500;
}
.box-vote2.active .love i {
  color: #ffe500;
}

.box-vote3 {
  position: relative;
  display: inline-flex;
  margin-top: 25px;
  background-color: #fff;
  padding: 10px;
  border-radius: 15px;
  color: #000;
}
.box-vote3 .read {
  font-size: 12px;
  width: 70px;
  height: 40px;
  text-align: center;
  border-right: 1px solid var(--titikomaPrimaryColor);
  line-height: 20px;
}
.box-vote3 .vote {
  font-size: 12px;
  width: 70px;
  height: 40px;
  text-align: center;
  border-right: 1px solid var(--titikomaPrimaryColor);
  line-height: 20px;
}
.box-vote3 .part {
  font-size: 12px;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 20px;
}

.box-vote-2 {
  position: relative;
  display: inline-flex;
  margin-top: 5px;
  background-color: #000;
  padding: 3px 0px;
  border-radius: 8px;
  color: #fff;
}
.box-vote-2 .read {
  font-size: 10px;
  width: 70px;
  height: 40px;
  text-align: center;
  border-right: 1px solid var(--titikomaSecondColor);
  line-height: 20px;
}
.box-vote-2 .vote {
  font-size: 10px;
  width: 70px;
  height: 40px;
  text-align: center;
  border-right: 1px solid var(--titikomaSecondColor);
  line-height: 20px;
}
.box-vote-2 .part {
  font-size: 10px;
  width: 70px;
  height: 40px;
  text-align: center;
  line-height: 20px;
}
.box-vote-2 h6 {
  color: var(--titikomaSecondColor) !important;
  font-size: 10px;
}

.box-report {
  position: relative;
  display: inline-flex;
  margin-top: 25px;
  background-color: #f2083c;
  padding: 10px 15px;
  border-radius: 15px;
  color: #fff;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.6s;
}
.box-report.active .report svg {
  color: #f2083c;
}
.box-report:hover .report svg {
  color: #fff;
}

.box-report .report {
  font-size: 12px;
  height: 40px;
  text-align: center;
  line-height: 20px;
  color: #fff;
}
.report svg {
  font-size: 16px !important;
  color: #fff;
  transition: 0.6s;
  padding: 0;
  margin: 0;
}
.box-report .report span {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 0;
}

/* ============================================================================================================
HEADING
=============================================================================================================*/
.section-heading {
  position: relative;
  width: 100%;
  height: 400px;
}
.section-heading-small {
  position: relative;
  width: 100%;
  height: 100px;
}

/* ============================================================================================================
PAGE MY PROFILE
=============================================================================================================*/
.box-profile-detail {
  position: relative;
  width: 100%;
  display: inline-block;
  color: #000 !important;
}
.box-profile-detail {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 10px;
  background-color: #000;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 15px;
}
.box-profile-avatar {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.box-profile-avatar img {
  width: 128px !important;
  height: 128px !important;
  border-radius: 100px;
  object-fit: cover;
}

.box-profile-detail .name {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.box-profile-detail .join {
  font-size: 10px;
  font-weight: 400;
  color: #fce205;
}
.box-profile-detail .countStories {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.box-profile-detail .countStoriesText {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.box-profile-detail .titleBio {
  font-size: 12px;
  font-weight: 600;
  color: #fce205;
  padding: 0px;
  margin: 0px;
}
.box-profile-detail .bioText {
  font-size: 12px !important;
  font-weight: 300;
  color: #fff !important;
  padding: 0px;
  margin: 0px;
}
.box-profile-detail .bioText2 {
  font-size: 12px !important;
  font-weight: 300;
  color: #eee !important;
  padding: 0px;
  margin: 0px;
}
.box-profile-detail hr {
  position: relative;
  width: 100%;
  background-color: #fce205;
  padding: 0px;
  margin: 0px;
}
.box-profile-detail-social {
  position: relative;
  padding: 10px 0px;
}
.box-profile-detail-social a {
  text-decoration: none;
  color: #fff !important;
  font-size: 18px !important;
}
.box-profile-detail-social a:hover {
  text-decoration: none;
  color: #fce205 !important;
  font-size: 18px !important;
}

.box-profile-story {
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  padding: 15px 15px;
}
.box-profile-story h1 {
  font-size: 18px;
  margin-bottom: 20px;
}
.box-profile-story img {
  border-radius: 8px;
}
.urlSocial {
  text-decoration: none;
  display: inline-block;
  width: auto;
  background-color: #000;
  font-size: 12px !important;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff !important;
}
.urlSocial:hover {
  color: #fce205 !important;
}

/* ============================================================================================================
PAGE MY STORIES
=============================================================================================================*/
.spanStatus.publish {
  position: relative;
  display: inline-block !important;
  background-color: #5ba213;
  color: #fff !important;
  font-size: 8px;
  padding: 0px 5px;
  border-radius: 50px;
}
.spanStatus.draft {
  position: relative;
  display: inline-block !important;
  background-color: #999;
  color: #fff !important;
  font-size: 8px !important;
  padding: 0px 5px !important;
  border-radius: 50px !important;
}
.box-chapter-edit {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  max-height: 200px;
  overflow: scroll;
}
.box-chapter-edit .item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 5px;
}
.box-chapter-edit .item span {
  font-size: 10px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  color: #000;
}
.box-chapter-edit .item small {
  font-size: 10px;
  font-weight: 200;
  display: block;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  color: #999;
}
.box-chapter-edit-btn {
  position: relative;
  width: 100%;
  padding: 0px 15px;
  text-align: center;
}
.box-mystories-action {
  position: relative;
  width: 100%;
}
.box-mystories-action .dropdown-menu {
  background-color: #fff;
  border-radius: 10px;
  border: none;
  width: 350px !important;
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.12);
}

/* ============================================================================================================
PAGE EDIT PROFILE
=============================================================================================================*/
.box-profile-edit {
  position: relative;
  width: 100%;
}
.box-profile-edit .nav-link {
  border: none !important;
  background-color: #000 !important;
  color: #fff;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 50px;
  font-size: 12px;
}
.box-profile-edit .nav-link.active {
  background-color: #fce205 !important;
  color: #000;
  font-weight: 600;
}
.box-tab-content {
  position: relative;
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  margin-top: 15px;
  border-radius: 16px;
  padding: 30px;
}

/* ============================================================================================================
MULTI SELECT
=============================================================================================================*/
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #eee;
  border-radius: 4px;
  cursor: text;
  position: relative;
  padding: 12px 0px !important;
}
.select2-container--default
  .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #000;
  color: white;
  font-size: 12px !important;
  text-transform: uppercase;
}
.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
  font-size: 12px !important;
  text-transform: uppercase;
}
.select2-results__option--selectable {
  cursor: pointer;
  font-size: 12px !important;
  text-transform: uppercase;
}
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 0px !important;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  margin-bottom: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
  text-transform: uppercase;
}

/* ============================================================================================================
NOTIFICATION
=============================================================================================================*/
.NotifAutoSaveSuccess {
  position: relative;
  width: 100%;
  padding: 25px 0px;
  text-align: center;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.NotifAutoSaveError {
  position: relative;
  width: 100%;
  padding: 25px 0px;
  text-align: center;
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.notif {
  position: relative;
}
.notif:after {
  content: attr(data-id);
  position: absolute;
  background-color: #e80d32;
  text-align: center;
  z-index: -1;
  font-size: 8px;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  top: -15px;
  right: -23px;
  margin: 0px;
}

.msgNotifNew {
  background-color: #cbfdfc;
  color: #222;
  font-size: 11px;
  margin-top: 3px;
  padding: 5px 10px;
  border-radius: 5px;
}
.msgNotifApprove {
  background-color: #f0fcd1;
  color: #222;
  font-size: 11px;
  margin-top: 3px;
  padding: 5px 10px;
  border-radius: 5px;
}
.msgNotifReject {
  background-color: #fcb39a;
  color: #222;
  font-size: 11px;
  margin-top: 3px;
  padding: 5px 10px;
  border-radius: 5px;
}

.help-block {
  background-color: #fd99a4;
  display: block;
  text-align: left;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
  margin-top: 5px;
  color: #fff;
}

.box-notif-close {
  position: fixed;
  width: 100%;
  padding: 10px 20px;
  text-align: right;
}
.box-notif-close i {
  font-size: 24px;
  cursor: pointer;
}
.box-notif {
  position: relative;
  height: 90vh;
  overflow: scroll;
  margin-top: 60px;
  padding: 0px 10px;
}
.box-notif-item {  
  padding: 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: sans-serif;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #eee;  
}

.box-notif-item .cover {
  width: 43px;
  height: 64px;  
  background-size: cover; 
}
.box-notif-item .cover img{
  border-radius: 4px;
}
.box-notif-item .text {
  flex-grow: 1;
  width: 10px;
}
.box-notif-item .text .judul {
  font-weight: 600;
  font-size: 11px;  
  text-transform: capitalize;
  color: #000;
}
.box-notif-item .text .pesan {
  font-size: 10px;
  color: #333;
}

.box-notif-item .text .date {
  font-size: 10px !important;
  color: #333;
  padding: 0px;
  margin: 0px;
}

.box-notif-item .hapus {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-left: auto;  
}

.box-notif-item .hapus i {
  color: #fd99a4;
}

/* ============================================================================================================
SIGNIN & SIGNUP
=============================================================================================================*/
.spanSignin {
  font-size: 12px;
  font-weight: 500;
  color: #222;
}
.spanSignin a {
  text-decoration: underline !important;
  font-size: 12px !important;
  padding-left: 5px;
  font-weight: 500 !important;
  color: #222 !important;
}
.spanSignin a:hover {
  text-decoration: none !important;
}
.spanSignin2 a {
  text-decoration: underline !important;
  font-size: 12px !important;
  padding-left: 5px;
  font-weight: 500 !important;
  color: #222 !important;
}
.spanSignin2 a:hover {
  text-decoration: none !important;
}

/* ============================================================================================================
FORGOT PASSWORD
=============================================================================================================*/
.subscribe-btn {
  border-radius: 0.5rem !important;
  position: relative;
  font-size: 1rem;
  font-weight: 600;
  color: #000 !important;
  line-height: 1;
  text-align: center;
  padding: 16px 34px;
  border: 0 none;
  border-radius: 100px;
  outline: 0 none;
  cursor: pointer;
  z-index: 1;
  background-color: #fce205;
}

/* ============================================================================================================
STICKER
=============================================================================================================*/
.sticker {
  position: absolute;
  z-index: 3;
  top: 30px;
  left: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column; /* susun vertikal: gambar di atas, teks di bawah */
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.sticker img {
  width: 18px;
  margin-bottom: 2px;
}
.sticker span {
  font-size: 8px !important;
  font-weight: 400;
}

.stickerSmall {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  flex-direction: column; /* susun vertikal: gambar di atas, teks di bawah */
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
}
.stickerSmall img {
  width: 14px !important;
  height: 14px;
}
.stickerSmall span {
  font-size: 7px !important;
  font-weight: 400;
}

.stickerTag {
  position: absolute;
  z-index: 3;
  top: 10px;
  left: 8px;
  border-radius: 2px;
  display: inline-block;
  font-size: 8px !important;
  padding: 2px 5px;
}

.stickerBg1 {
  background-color: #fce205 !important;
  color: #000 !important;
}
.stickerBg2 {
  background-color: #07b7fc !important;
  color: #000 !important;
}
.stickerBg3 {
  background-color: #7bc429 !important;
  color: #000 !important;
}

/* ============================================================================================================
REPORT FORM 
=============================================================================================================*/
.divReport h2 {
  position: relative;
  width: 100%;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 10px;
  padding: 0px;
  margin: 0px;
  margin-bottom: 10px;
}
.divReport span {
  position: relative;
  width: 80%;
  display: block;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  padding-bottom: 10px;
  text-align: center;
  margin: auto;
}
.divReport textarea {
  position: relative;
  width: 100%;
  display: block;
  font-size: 13px;
  font-weight: 300;
  height: 150px;
  border-radius: 8px;
  border-color: #ddd;
  resize: none;
  padding: 5px 10px;
}
/* ============================================================================================================
TAGS
=============================================================================================================*/
.tagify__input {
  flex-grow: 1;
  display: inline-block;
  min-width: 110px;
  margin: 5px;
  padding: var(--tag-pad);
  line-height: normal;
  position: relative;
  white-space: pre-wrap;
  color: var(--input-color);
  box-sizing: inherit;
  overflow: hidden;
}
.tagInput {
  position: relative;
  width: 100%;
  padding: 6px 10px;
  display: inline-block;
  border: 1px solid #eee;
  box-sizing: border-box;
  color: #6f6f6f;
  font-size: 12px;
  border-radius: 4px;
}
.tagify__input {
  min-width: 100% !important;
  margin: 5px;
}
/* ============================================================================================================
FOOTER
=============================================================================================================*/
.box-footer-logo {
  position: relative;
  width: 100%;
}
.box-footer-nav {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 13px 0px;
}
.box-footer-nav ul li {
  list-style: none;
  display: inline-flex;
}
.box-footer-nav ul li a {
  text-decoration: none;
  padding: 0px 10px;
  font-weight: 600;
  color: #000 !important;
  font-size: 14px !important;
}
.box-footer-nav ul li a:hover {
  opacity: 0.5;
  text-decoration: underline;
}
.box-footer-sosmed {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 19px 0px;
}
.box-footer-sosmed.varrius a {
  display: inline-block;
  width: 30px !important;
  height: 30px !important;
  background-color: transparent !important;
  text-align: center !important;
  line-height: 30px !important;
  border-radius: 100px;
  border: 1px solid #000 !important;
  color: #000 !important;
  margin-left: 10px;
}

.footer-area .copyright-area {
  border-top: 1px solid #000 !important;
}
.section-ads{
  position: relative;
  background-color: #000;
  overflow: hidden;
}
.box-shape-top{
  position: absolute;
  z-index: 3;
  top: 0;
  width: 100%;
}
.box-shape-bottom{
  position: absolute;
  z-index: 3;
  bottom: 0;
  width: 100%;
}
.box-download{
  position: relative;
  width: 100%;
  min-height: 600px;
}
.box-download-title{
  position: relative;
  width: 100%;
}
.box-download-title{
  position: relative;
  width: 100%;  
  display: block;
}
.box-download-title h1{
  font-size: 60px !important;
  font-weight: 600;
  color: #fff !important;
} 
.box-download-logo{
  position: relative;
  width: 100%;  
  text-align: center;
}
.box-download-logo a{
  display: inline-block;  
  margin: 10px;
}
.box-download-logo img{
  width: 200px;
  height: 65px;  
}

#editAccount {
  font-size: 14px !important;
}
#editAccount input {
  font-size: 12px !important;
}
#editAccount .input-group-text {
  font-size: 12px !important;
}
/* ============================================================================================================
SHARE
=============================================================================================================*/
.sticky-share {
  position: relative;
  
}
.share-icon{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-icon h5{
  font-size: 12px !important;
  font-weight: 400;
  color: #999;
  padding: 0px;
  margin: 0px;
}
.share-icon a.wa{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #25d366;  
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
.share-icon a.fb{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #4267B2;  
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}
.share-icon a.tw{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #000;  
  font-size: 18px !important;
  font-weight: 600 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
}

.share-icon2{
  display: inline-block;  
}
.share-icon2 h5{
  font-size: 12px !important;
  font-weight: 400;
  color: #999;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.share.wa{    
  width: 50px !important;
  height: 50px !important;
  border-radius: 50px !important;
  background-color: #25d366 !important;  
  font-size: 18px !important;
  font-weight: 600 !important;  
  justify-content: center;
  align-items: center;
  color: #fff !important;
  display: inline-grid;
}
.share.fb{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #4267B2;  
  font-size: 18px !important;
  font-weight: 600 !important;  
  justify-content: center;
  display: inline-grid;
  align-items: center;
  color: #fff !important;
}
.share.tw{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #000;  
  font-size: 18px !important;
  font-weight: 600 !important;  
  justify-content: center;
  align-items: center;
  color: #fff !important;
  display: inline-grid;
}

.forPc{
  display: inline-flex;
}
