html,
body {
  height: 100%;
  margin: 0;
  font-family:"Lato" !important;
  background-color: var(--merge_bg)  !important;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}

:root {
  --merge_bg:#F8F9FA;
  --merge_color: #007bff;
  --merge_black: #000;
  --merge_grey: #4D4D4D;
  --merge_light: #f2f2f2;
  --merge_gray: #8C8C8C;
  --merge_prussianBlue: #012750;
  --merge_orange: #ff8c00;
  --merge_border: #E5E5E5;
  --merge_chat: #EBEBEB;
  --merge_msg:#F4FAFF;
}

/* font family lato-light */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 300;
  src: url("/webfonts/Lato-Light.ttf") format("truetype");
  font-display: swap;
}

/* font family lato-regular */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 400;
  src: url("/webfonts/Lato-Regular.ttf") format("truetype");
  font-display: swap;
}

/* font family lato-medium */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  src: url("/webfonts/Lato-Medium.ttf") format("truetype");
  font-display: swap;
}

/* font family lato-medium */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  src: url("/webfonts/Lato-SemiBold.ttf") format("truetype");
  font-display: swap;
}

/* font family lato-bold */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 700;
  src: url("/webfonts/Lato-Bold.ttf") format("truetype");
  font-display: swap;
}

/* font family lato-black */
@font-face {
  font-family: "Lato";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/webfonts/Lato-Black.ttf") format("truetype");
}

/* font family marven pro */
@font-face {
  font-family: "Maven Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/webfonts/MavenPro-Black.ttf") format("truetype");
}

.bg-cover {
  background-size: cover !important;
}

.merge-border {
  border: 1px solid var(--merge_border) !important;
}

.merge-link-border,.merge-link,.merge_view_border{
 border: 1px solid var(--merge_color) !important;
 background-color: white;
 color: var(--merge_color) ;
}
.pointer {
  cursor: pointer;
}

.dashed-border {
border-top: 2px dashed var(--merge_border);
  opacity: .7;

}
.merge-500{
  font-weight: 500;
  font-size: 16px;
  font-family: "Lato";
}
 .event-img {
   width: 100%;
   height: 180px;
   object-fit: cover;
 }
 .no-resize {
  resize: none;
}

.merge-15{
  font-family: "Lato" !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
.merge-gray {
 color: var(--merge_gray) !important;
}
.merge-grey {
 color: var(--merge_grey);
}
span.note-icon-caret:last-child{
  display: none;
}

.merge-primary,
.merge-primary:hover,.merge-link:hover,.merge-admin {
  background-color: var(--merge_color) !important;
  color: white;
}
.merge-change-btn {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato";
  color: var(--merge_gray);
}

.merge-input input:focus-visible{
  outline: none !important;
}
.merge-input:focus {
  outline: none;
}

.merge-setting {
  font-family: "Lato" !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  background-color: var(--merge_color) !important;
}
.merge-event-view:hover ,.merge-link-border:hover{
  background: linear-gradient(to right,var(--merge_prussianBlue),var(--merge_color));
  color: white !important;
   border: 1px solid transparent !important;
}

.merge-input-height{
  height: 41px;
}
.merge-form-bg {
  background-color: var(--merge_light) !important;
}
.merge-personal-detail {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
  color: var(--merge_black);
}

.merge-create-by{
  font-family: "Lato";
  font-size: 13px;
  font-weight: 400;
  color: var(--merge_gray);
}
.merge-role{
    font-family: "Lato";
  font-size: 13px;
  font-weight: 400;
  color: var(--merge_grey);
}


.merge-shortinfo{
  color: var(--merge_grey);
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato";
}
.merge-event-name{
   font-weight: 700;
   font-family: "Lato";
   font-size: 24px;
  color: var(--merge_black);
}


 .chapter-tab-item,.merge-tab-item,.event-invite-item {
   cursor: pointer;
   border-bottom: 2px solid transparent;
   padding-bottom: 8px;
   margin-bottom: -2px;
 }

 .chapter-tab-item.active,.merge-tab-item.active,.event-invite-item.active {
   border-bottom: 2px solid var(--merge_color);
   font-weight: 600;
   color: var(--merge_color); 

 }

.merge-tab-item{
  font-weight: 600;
  font-family: "Lato";
  font-size: 16px;
  color: var(--merge_color);
}
.is-invalid{ 
  border :1px solid red !important
}

.text-justify {
  text-align: justify !important;
}
.merge-showmore{
 font-size: 16px;
  font-weight: 400;
  color: var(--merge_color); 
}

.merge-carousel-inner{
  height: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.merge-carousel-img{
  height: 540px;
  object-fit: cover;
  border-radius: 20px;
}
.merge-carousel-event-img{
  width: 100%; 
  height: 500px; 
  object-fit: cover;
}
.merge-circle{
  width: 45px;
  height: 45px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #ccc;
}


.carousel-indicators button {
   width: 7px !important;
   border-radius: 50% !important;
   height: 7px !important;
   /* background-color: rgb(210, 220, 217); */
   border: none;
   transition: all 0.3s ease;
   padding: 0px!important;
   float: auto;
 }

 .carousel-indicators {
   margin-left: 0px !important;
 }

 .carousel-indicators button.active {
   width: 20px !important;
   height: 7px !important;
   border-radius: 40% !important;
   padding: 0px!important;
   /* background-color: rgb(120, 140, 130); */
 }
.full-width-hr{
  color: var(--merge_border);
  opacity: 1 !important;
}

.merge-vr{
  background-color: var(--merge_border) !important;
  opacity: .7 !important;

}
.merge-content-items,.merge-mypost-item,.merge-savepost-item,.merge-amenities,.event-invite-content-item {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-family: "Lato";
  color: var(--merge_gray);
}

.detail-line {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.merge-dp{
  width: 40px !important;
  height: 40px !important;
  font-size: 13px;
}
.merge-shared-dp{
  width: 30px !important;
  height: 30px !important;
  font-size: 13px;
  object-fit: cover;
}
.merge-event-message {
  font-size: 32px;
  font-weight: 900;
}


.merge-heading{
   font-weight: 700;
   font-family: "Lato";
   font-size: 20px;
   color: var(--merge_black);
}


.mediaimage {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  min-height: 300px;
  object-fit: contain;
}

.signup_label {
  color: var(--merge_grey);
  font-size: 16px;
  font-weight: 500;
  font-family: "Lato";
  display: block;
}


.event-img-height{
height: 276px;
}
.merge-event-img ,.merge-event-img img{
  /* min-height: 250px; */
  min-height: 236px ;
  width: 100%;
  height: 100%; 
  object-fit: fill;
}

.merge-single-img {
  min-height: 275px !important;
  width: 100%;
  height: 100%; 
  object-fit: fill;
}

.event-bookmark{
  position: absolute;
  top: 25px;
  right: 15px;
}
/* .merge-event-description{
  min-height: 164px;
} */
.img-height{
  min-height: 300px;
}
/* .event-full-page{
 height: 623px;
} */







.merge-event-description {
  min-height: 164px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.merge-event-description.collapsed {
  max-height: 164px; /* Truncated view */
}

.merge-event-description.expanded {
  max-height: none; /* Full view */
}

.show-more-btn {
  color: var(--merge_color);
  cursor: pointer;
  display: inline-block;
  margin-top: 5px;
}

.event-full-page {
  height: auto; 
}

.event-details span {
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
  display: inline;
}


.event-gallary-img{
  width: 130px;
  height: 130px;
}
.merge-member-detail {
  font-family: "Lato";
  font-size: 16px;
  font-weight: 700;
}


.merge-spinner {
  margin: 100px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.merge-spinner > div {
  background-color: var(--merge_color); 
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchDelay 1.2s infinite ease-in-out;
  animation: stretchDelay 1.2s infinite ease-in-out;
}

/* Keep the rest of your CSS as-is */
.merge-spinner .merge-load-spinner2 { animation-delay: -1.1s; }
.merge-spinner .merge-load-spinner3 { animation-delay: -1.0s; }
.merge-spinner .merge-load-spinner4 { animation-delay: -0.9s; }
.merge-spinner .merge-load-spinner5 { animation-delay: -0.8s; }

@-webkit-keyframes stretchDelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4); }
  20% { -webkit-transform: scaleY(1); }
}

@keyframes stretchDelay {
  0%, 40%, 100% { transform: scaleY(0.4); }
  20% { transform: scaleY(1); }
}

.load-more-post,.load-more-mypost,.load-more-savedpost{
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 4px 16px !important;
  border: 1px solid var(--merge_color);
  border-radius: 20px 20px 20px 0px !important;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease !important;
  margin: 4px;
  min-width: 32px;
  height: 32px;
  outline: none;
}
.load-more-post:hover,.load-more-post.active,.load-more-post:focus,
.load-more-savedpost:hover,.load-more-savedpost.active,.load-more-savedpost:focus,
.load-more-mypost:hover,.load-more-mypost.active,.load-more-mypost:focus{
  border: 1px solid var(--merge_color) !important;
  color: var(--merge_color) !important;
  background: transparent !important;
}

.merge-content-list{
scrollbar-width: none;
-ms-overflow-style: none;
overflow-y: auto;
max-height: 500px;
}
.merge-back-btn{
  top: 24px;
  left: 19px;
}


input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none; /* Chrome, Safari, Edge */
    margin: 0;
}

.merge-media-user,.merge-total{
font-size: 20px;
font-weight: 600;
color: var(--merge_black);
line-height: initial;
}

.singin {
  color: var(--merge_black);
  font-size: 24px;
  font-family: "Lato";
  font-weight: 900;
}

.merge-semiheading{
   font-weight: 700;
   font-family: "Lato";
   font-size: 18px;
  color: var(--merge_black);
}
.merge-seat-remaining-count{
   font-weight: 700;
   font-family: "Lato";
   font-size: 24px;
}


.merge-chapter-item {
  position: relative;
  font-weight: 500;
  font-size: 16px;
  font-family: "Lato";
  color: var(--merge_gray);
}

.merge-chapter-item.active,.merge_view {
  color: var(--merge_color);
}

.merge-chapter-item.active::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--merge_color);
}

.merge-chapter-content,.event-invite-content-item{
  display: none;
}

.merge-chapter-content.active ,.event-invite-content-item.active{
  display: block;
}

.merge-banner-img {
  height:58vh;
  position: relative;
  object-fit: cover;
  width: 100%;

}

.merge-detail-circle{
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid white;
  background-color: #ccc;
}

.step-event {
  font-size: 16px;
  font-weight: 600;
  font-family: "Lato";
  color: var(--merge_grey);
}

.username {
  font-size: 18px;
  font-weight: 600;
  font-family: "Lato";
}



.reason-reject {
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato";
  color: var(--merge_gray);
}

.eventtime {
  font-size: 18px;
  font-weight: 500;
  font-family: "Lato";
}

.view-link {
  font-size: 14px;
  text-decoration: none;
  color: var(--merge_orange);
}


.merge-shortinfoName {
  font-family: "Lato" !important;
  font-weight: 500 !important;
  font-size: 13px;
  color: var(--merge_gray);
}

.merge-chapter-search-icon{
  right: 37px;
  position: absolute;
  top: 18px;
  width: 17px;
}

#searchChapterInput::placeholder,#merge-reject-reason-content::placeholder,#chat-searchInput::placeholder,#chat-searchInputBox::placeholder,.invite-link::placeholder,#memberInput::placeholder,#chapterInput::placeholder{
  color: #b3b3b3 !important;
  font-family: "Lato" !important;
  font-weight: 500 !important;
  font-size: 15px;
}

.merge-admin-reason-reject{
font-size: 16px;
  font-weight: 900;
  font-family: "Lato";
  color: var(--merge_gray);
}




.event-banner {
  position: absolute; 
  top: 0;
  right: 0;
  background: linear-gradient(86.42deg, #B80000 -0.14%, #FF3102 31.08%, #FF3102 67.74%, #B80000 100%);;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 1px 11px;
  border-top-right-radius: 9px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  z-index: 10;
  
}
.merge-search-icon-member{
  right: 30px;
  position: absolute;
  top: 28px;
  width: 17px;
}

/* .event-banner span {
  display: block;
}
  */
/* .event-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 19px solid white;
  rotate: 180deg;
} */


/* .test {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px; 
  overflow: hidden;
} */


/* .event-ribbon {
  position: absolute;
  top: 10px;
  left: -20px; 
  background: linear-gradient(135deg, #ff3a3a, #e60000); 
  color: white;
  font-size: 24px;
  font-weight: bold;
  padding: 12px 30px 12px 40px;
  border-radius: 0 8px 8px 0;
  box-shadow: 0 2px 5px rgba(0,0,0,0.3);
  z-index: 10;

  clip-path: polygon(
    0% 0%, 
    100% 0%, 
    100% 100%, 
    20% 100%, 
    0% 50%
  );
  
  transform: rotate(-3deg);
  transform-origin: top left;
} */

.comment-short,.search-post-comment-short,
.post-comment-short,.edit-post-comment-short,.save-post-comment-short {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

/* When expanded */
.comment-short.expanded,.search-post-comment-short.expanded,
.post-comment-short.expanded ,.edit-post-comment-short.expanded,.save-post-comment-short.expanded{
  -webkit-line-clamp: unset;
  max-height: none;
}

#merge-show-event,#merge-show-ticket{
  margin-top:120px
}

.w-14 {
  width: 14%;
}

@media only screen and (max-width: 768px) {
.event-full-page img{
  height: 283px !important; 
}
#merge-show-event,#merge-show-ticket{
  margin-top:75px
}
}