

 .menuabusenavMain,
#menurecallorpublish,
#commentmenurecallorpublish,
#postengagements,
#menureportabsue,
#commentreportabuse {
    display: block;
    cursor: pointer;
    font-size: 0.875rem;
    color: #333;
    transition: background-color 0.3s ease;
    padding: 4px 8px 8px 12px;
    text-align: left;
    font-weight: normal;
}



.menuabusenavMain:hover, #menurecallorpublish:hover, #commentmenurecallorpublish:hover, #postengagements:hover, #menureportabsue:hover,#commentreportabsue:hover  {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border-color: #333;
  background-color: #ccc; 

}





.quizle-card {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.quizle-card-header {
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}

.quizle-card-body {
  padding: 0px;
  margin-left: 0px;
  padding-right: 0px;
}

.quizle-card-body h4 {
  margin-bottom: 10px;
}

.quizle-options {
  margin-top: 15px;
}

.quizle-option {
  cursor: pointer;
  margin-bottom: 8px;
  padding: 10px;
  border: 1px solid #7f7f7f33;
  border-radius: 0px;
  transition: all 0.3s ease;
  background-color: white;
  border-radius: 8px;
}

.quizle-option-text {
  font-size: 14px;
}


.quizle-card-footer {
  display: flex;
  justify-content: center;
  gap: 10px;
  color: var(--text-details-color);
  margin-top: 4px;
  margin-left: 50px;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
}

.quizle-bar-chart-container {
  background-color: transparent;
  border-radius: 5px;
  margin-top: 5px;
}

.quizle-bar-chart {
  background-color: #0c0c0c4a;
  color: white;
  height: 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width 0.3s ease;
  font-size: 8px;
  font-weight: bolder;
}

.quizle-bar-chart-hidden {
  display: none;
}

.quizle-option-correct {
  background-color: rgba(41, 168, 71, 0.059);
  color: #fff;
  animation: highlight 0.5s ease forwards;
}

.poll-option-selected {
  background-color: #bfc5f62e;
  color: black;
  animation: highlight 0.5s ease forwards;
}

.quizle-option-incorrect {
  background-color: rgba(220, 53, 70, 0.059);
  color: #fff;
  animation: highlight 0.5s ease forwards;
}

.quizle-question-correct {
  color: black;
}

.quizle-question-incorrect {
  color: black;
}

.payment-info-container {
  padding-left: 4px;
  background-color: transparent;
  margin-top: 4px;
  border-radius: 10px;
  padding-right: 4px;
  margin-bottom: 10px;
}

.payment-donation-input {
  flex: 1;
  border-radius: 10px !important;
  margin-right: 6px;
  font-size: 16px !important;
  background-color: white !important;
  color: black !important;
  width: 60px;
  height: 30px;
  text-align: center;
  border-color: transparent;
  border: 2px solid #0000001f;
}

.payment-info-amount {
  display: flex;
  align-items: center;
}

.payment-info-timer {
  display: flex;
  align-items: center;
}

.payment-info-ipaid,
.payment-info-collected,.payment-info-marks {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  flex-direction: column;
  pointer-events: none;
}

.marks {
  font-weight: normal;
  color: rgb(200, 50, 50);
}
.my-grade{
  display: inline;
  font-size: 16px;
}

.collected-amount {
  font-weight: bold;
}

.payment-info-btn,.submitview {
  /* Add any additional styles for the logout button */
  background-color: #51a6f5 !important;
  border: none;
  color: white;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  cursor: pointer;
  border-radius: 4px;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
.payment-donation-input::-webkit-input-placeholder {
  color: gray;
  font-size: 12px;
}

/* Internet Explorer 10-11 */
.payment-donation-input:-ms-input-placeholder {
  color: gray;
  font-size: 12px;
}

/* Edge */
.payment-donation-input::-ms-input-placeholder {
  color: gray;
  font-size: 12px;
}

/* Firefox */
.payment-donation-input::-moz-placeholder {
  color: gray;
  opacity: 1; /* Firefox requires this to make the placeholder fully opaque, not semi-transparent */
  font-size: 12px;
}

/* Chrome, Safari, Edge, Opera */
.payment-donation-input::-webkit-inner-spin-button,
.payment-donation-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.live-likes-info-div {
  width: 100%;
  flex-direction: row;
  overflow-x: auto;
  white-space: nowrap;
  align-items: center;
  justify-content: start;
  gap: 10px;
}

.cohost-container {
  position: relative;
  display: grid;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  text-align: center;
  width: 100px;
  float: left;
}

.cohost-image {
  width: 50px;
  height: 50px;
  border-radius: 16px;
  object-fit: cover;
}

.cohost-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

.cohost-name {
  font-size: 12px;
  margin-bottom: 2px;
}

.cohost-likes {
  display: flex;
  align-items: center;
  font-size: 12px;
}

.cohost-likes i {
  margin-right: 2px;
  color: green;
}

.live-likes-count {
  color: black;
}

/* Firefox */


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #d52727;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown-content-show {
  display: block;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share-twitter .jssocials-share-link {
  background: black;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;

  padding: 0.5em 0.6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}


.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-at .jssocials-share-link {
  background: #3490F3;
}
.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}




/* Media viewer modal styles */
.media-viewer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Example background color */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000000; /* Ensure it's on top */
}

.media-viewer-modal img {
  max-width: 90%;
  max-height: 90%;
}

/* Button styles */
.left-move-btn, .right-move-btn {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  border-radius: 5px;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000001; /* Ensure buttons are above everything else */
  outline: none; /* Remove focus outline if undesired */
}

/* Position left button */
.left-move-btn {
  left: 10px; /* Adjust position from the left edge */
}

/* Position right button */
.right-move-btn {
  right: 10px; /* Adjust position from the right edge */
}

/* Optional: Add hover effects for better user experience */
.left-move-btn:hover, .right-move-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
  justify-content: center;
  align-items: center;
  z-index: 1000; /* Ensure it stays above all content */
}

.popup-content {
  background-color: white;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  width: 300px;
  max-width: 90%;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.popup-message p {
  font-size: 48px; /* Adjust the size of the icons */
  margin-bottom: 10px;
}

.popup-message h2 {
  font-size: 20px;
  margin: 10px 0;
}

.popup-message p:last-child {
  font-size: 16px;
  color: #555;
}

.popup-buttons {
  margin-top: 20px;
}

.btn {
  background-color: #4CAF50;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  margin: 10px;
  cursor: pointer;
  border-radius: 5px;
  width: 150px;
}

.btn:hover {
  background-color: #45a049;
}

@media (max-width: 767px) {
.live-likes-info-div,.cohost-container
{
  display: flex;
}
}

#sessionPostDiv{
  display: none;
  position: relative;
  top: auto;
  width: 60%;
  height: auto;
  float: left;
  pointer-events: auto;
  padding: 1% 0px 2% 1%;
  margin: 12px;
  border-radius: 25px;
  background-color:white;
  overflow: scroll;
}

.add-sponsor-container{
  position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    z-index: 999;
    background-color: white;
    width: 500px;
    max-width: 90%;
    height: 90vh;
    overflow: auto;
}
.sponsorOverlay{
position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
}

.media-controller img {
  opacity: 1;
}
