/*--------------------------------------------------------------
# YouTube
--------------------------------------------------------------*/

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container1 { 
	position: relative; 
  padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 31.63%;
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.play-btn {
  width: 48px;
  height: 48px;
  background: radial-gradient(#ff011c 50%, rgba(255, 162, 25, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  overflow: hidden;
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.play-btn::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 162, 25, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.play-btn:hover::after {
  border-left: 15px solid #ff011c;
  transform: scale(20);
}

.play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
/*--------------------------------------------------------------
# Search Bar
--------------------------------------------------------------*/

.search-form button {
  border: 0;
  padding: 0;
  margin-left: -30px;
  background: none;
}
/* -----------------------------------
Colorbox Comment Display
----------------------------------- */
.cmnt-dis {
  height: 70vh; 
  overflow:auto;
}
@media (max-width: 767px) {
  .cmnt-dis {
    height: 300px; 
  }
}
/* -----------------------------------
Toast Jugad
----------------------------------- */
.jugad {
  width:200px;
  height:20px;
  height:auto;
  position:absolute;
  left:50%;
  margin-left:-100px;
  bottom:10px;
  background-color: #0D6EFD;
  color: #F0F0F0;
  font-size: 15px;
  padding:6px;
  text-align:center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
  -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
  box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
}

/*---------------------------
Disabled view
---------------------------*/
.disable-div {
  opacity: 0.5;
}
.disable-div img {
  filter: grayscale(100);
}
/*---------------------------
Top Image Slider
---------------------------*/
.image-row {
  position: relative;
  height: 320px !important;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.image-row::-webkit-scrollbar {
  width: 0 !important;
}

.image-row {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.image-col {
  width: 170px!important;
  height: 300px !important;
  display: inline-block;
  margin-right: 10px;
  border-radius: 16px;
  background-color: #ffffff;
  position: relative;
}

.image-col .story-img {
  max-width: 170px;
  max-height: 300px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 16px;
}

.image-col h3 {
  position: absolute;
  bottom: 0;
  left: 0px;
  margin: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px 0px 16px 16px;
  color: white;
}

.image-col .img-over {
  position: absolute;
  width:60px;
  top: 6%;
  left: 9%;
  margin: 0;
  border: 6px solid #0295ff;
}

.image-col .iconxx-over {
  position: absolute;
  width:60px;
  top: 55%;
  left: 30%;
  margin: 0;
  border-radius: 50%;
  border: 6px solid #fff;
}

.scroll-button {
  position: absolute;
  top: 50%;
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
  text-decoration: none;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  z-index: 1;
}

.scroll-button-left {
  left: 0;
}

.scroll-button-right {
  right: 0;
}

@media (max-width: 767px) {
  .image-row {
    height: 210px !important;
  }

  .image-col {
    width: 113px !important;
    height: 200px !important;
  }

  .image-col .story-img {
    max-width: 113px;
    max-height: 200px;
  }

  .image-col .img-over {
	width:40px;
    border: 4px solid #0295ff;
  }

  .image-col .iconxx-over {
    width:40px;
    border: 4px solid #fff;
    }
  .scroll-button {
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
}

/*---------------------------
Friend Suggestion
---------------------------*/
.frnd-image-row {
  position: relative;
  height: 330px !important;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.frnd-image-row::-webkit-scrollbar {
  width: 0 !important;
}

.frnd-image-row {
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.frnd-image-col {
  width: 192px !important;
  height: 312px !important;
  display: inline-block;
  margin-right: 10px;
  border: 1px solid #cccccc;
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
.frnd-image-col .frnd-img {
  max-width: 190px;
  max-height: 190px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 16px 16px 0 0;
  top: 0;
}

.scroll-button-frnd {
  position: absolute;
  top: 50%;
  margin: -25px 0 0;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-decoration: none;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  overflow: hidden;
  cursor: pointer;
  border-radius: 50px;
  z-index: 1;
}

.scroll-button-lft {
  left: 0;
}

.scroll-button-rght {
  right: 0;
}
.btn-view-details {
  font-family: "baloo da 2", sans-serif;
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 6px;
  border: 2px solid #ffa219;
  color: #000;
}

.btn-view-details:hover {
  background: #ffa219;
  color: #fff;
}

@media (max-width: 767px) {
  .frnd-image-row {
	height: 218px !important;
  }

  .frnd-image-col {
	width: 112px !important;
	height: 200px !important;
  }

  .frnd-image-col .frnd-img {
	max-width: 110px;
	max-height: 110px;
  }
  
  .scroll-button-frnd {
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
    font-size: 18px;
  }
  .btn-view-details {
	font-size: 12px;
	padding: 2px 6px;
	margin: 2px;
  }
}

/*---------------------------
Scrollbar
---------------------------*/
body::-webkit-scrollbar { 
  width: 0 !important 
}
body { 
  overflow: -moz-scrollbars-none; 
  scrollbar-width: 0px;
  -ms-overflow-style: none;
}

.noscrollbar::-webkit-scrollbar { 
  width: 0 !important 
}
.noscrollbar { 
  overflow: -moz-scrollbars-none; 
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.smlcrollbar::-webkit-scrollbar { 
    width: 4px;
}
.smlcrollbar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.smlcrollbar::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}
.smlcrollbar { 
  overflow: -moz-scrollbars-none; 
  scrollbar-width: 4px;
  -ms-overflow-style: scroll;
}

/*--------------------------------------------------------------
# Common Others 
--------------------------------------------------------------*/
.frnd-btn {
  background-color: #e7f3ff;
  color: #056fe7;
  text-align: center;
}
.frnd-btn:hover {
  background-color: #dbe7f2;
  color: #0569db;
  outline: none;
}
@media (max-width: 767px) {
  .frnd-btn {font-size: 10px;}
}

.frnd-text{
  font-size: 15px;
}
@media (max-width: 767px) {
  .frnd-text {font-size: 12px;}
}

.btn-post {
  background: #fff;
  font-size: 15px;
  display: inline-block;
  padding: 14px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0px;
  border: 1px solid #808080;
  color: #808080;
  margin: 2px;
  text-align: left;
  width: 100% !important;
  /* background-color: #f9f9f9; */
}

.trans-btn {
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-decoration: underline;
}

.image-container {
  position: relative;
  display: inline-block;
}

.icon-over {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex; /* Added */
  align-items: center; /* Added */
  justify-content: center; /* Added */
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
  opacity: 0;
}
.icon-over-more {
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex; /* Added */
  align-items: center; /* Added */
  justify-content: center; /* Added */
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  overflow: hidden;
  border-radius: 20px;
  z-index: 1;
}

#mainpost{min-height:100px !important;}
.js-elasticArea {
  width: 100%;
  height: 38px;
  border: 1px solid #D2D8E7;
  border-radius: 4px;
  padding: 6px;
  resize: none;
  outline: none;
  min-height: 38px!important
}

.js-elasticArea:focus {
  box-shadow: none;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.ptr{
  cursor:pointer;
}

.dn {
  display:none;
}

abbr[title] {
  border-bottom: none !important;
  cursor: inherit !important;
  text-decoration: none !important;
}
.btnd {
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  color: #cfcfcf;
}
.btnd:hover,
.btnd:focus {
  color: #3498db;
}
.background-image {
  width: 60px; /* Set the desired width */
  height: 25px; /* Set the desired height */
  background-image: url("../img/replay-curve.png");
  background-repeat: no-repeat;
}
.button-container {
  width: 100%;
  position: relative;
  display: inline-block;
}
.del-button {
	position: absolute;
	right: 0px;
	top: 5px;
}

.icon-text {
  margin: 0 10px 0 10px;
  border-radius: 10px;
}

.actv{
  color: #4084fd;
  background-color: #f8f8f8;
}

.icon-text:hover {
  background-color: #f2f2f2;
}


.i-icon {
  font-size: 16px;
}

.i-text {
  font-size: 14px;
  margin-left: 5px;
  margin-top: -2px !important; /* Adjust this value as needed */
}

/*--------------------------------------------------------------
# JQuery Text Shorten
--------------------------------------------------------------*/

 .addReadMore.showlesscontent .SecSec,
 .addReadMore.showlesscontent .readLess {
	display: none;
}

 .addReadMore.showmorecontent .readMore {
	display: none;
}

 .addReadMore .readMore,
 .addReadMore .readLess {
	font-weight: bold;
	margin-left: 2px;
	color: #4084fd;
	cursor: pointer;
}

 .addReadMore .readMore:hover {
	color: #ff0000;
}

 .addReadMore .readLess:hover {
	color: #ff0000;
}

 .addReadMoreWrapTxt.showmorecontent .SecSec,
 .addReadMoreWrapTxt.showmorecontent .readLess {
	display: block;
}
/* ------------------- */
/*--------------------------------------------------------------
# JQuery Text Shorten
--------------------------------------------------------------*/

.addReadMore1.showlesscontent1 .SecSec,
.addReadMore1.showlesscontent1 .readLess {
 display: none;
}

.addReadMore1.showmorecontent1 .readMore {
 display: none;
}

.addReadMore1 .readMore,
.addReadMore1 .readLess {
 font-weight: bold;
 margin-left: 2px;
 color: #4084fd;
 cursor: pointer;
}

.addReadMore1 .readMore:hover {
 color: #ff0000;
}

.addReadMore1 .readLess:hover {
 color: #ff0000;
}

.addReadMoreWrapTxt.showmorecontent1 .SecSec,
.addReadMoreWrapTxt.showmorecontent1 .readLess {
 display: block;
}
/* ---------->>> jtip <<<---------------------------------------------------------------*/
#JT {
	position: absolute;
	z-index:100;
	/* border: 2px solid #CCCCCC; */
	background-color: #fff;
	border-radius: 16px;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../img/load.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}


#JT_copy p{
margin:3px 0;
}

.ui-autocomplete-row {
  margin-top: 1px;
  padding:14px 8px 0 8px;
  background-color: #fff;
  border-bottom:1px solid #ccc;
}

.ui-autocomplete-row:hover {background-color: #f4f4f4;}
.ui-menu .ui-menu-item-wrapper {padding: 0px;}

.ui-autocomplete {
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: "Baloo Da 2", sans-serif;
  font-size: .9em/*{fsDefault}*/;
  border-radius: 0 0 8px 8px;
}
.ui-datepicker{ font-family: 'Baloo 2', 'Baloo Da 2', cursive; font-weight: normal}; 

/* ---------->>> progressive image <<<---------------------------------------------------------------*/
.progressive-image {
  position: relative;
  overflow: hidden;
}

.progressive-image div {
  width: 100%;
  padding-top: 100%;
  background-size: cover!important;
  background-position: center top!important;
}

.progressive-image .loadingImage {
  filter: blur(5px);
}

.progressive-image .overlay {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: opacity 200ms ease-in;
}
/* -----------loading-overlay------------ */
#loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  display: none; /* Hide initially */
  justify-content: center;
  align-items: center;
  z-index: 9999; /* Ensure it appears above other content */
}

.loading-img {
  width: 100px; /* Adjust size as needed */
  height: 100px; /* Adjust size as needed */
}