/* CSS Document by Ayoob*/

/* widget style */

.widget-shell {
  position: relative;
  width: 516px;
  /*min-height: 420px; */    /* pick a reasonable default so the page doesn't collapse */
  background: #fff;      /* critical: avoids the black page */
 /* border-radius: 12px;
  overflow: hidden; */
  border: 1px solid #e5e7eb;
}

/* Your widget container */
#app.transportation {
  /*min-height: 420px;      match shell so loader is centered nicely */
  background: #fff;
}

/* Loader overlay  */
.widget-loader {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
min-height: 120px;          /* choose a sensible minimum */
  height: 100%;
  /* tighter spacing */
  gap: 6px;

  background: #fff;
  z-index: 10;
  transition: opacity 200ms ease;

  /* optional: slightly pull content upward so it feels centered */
  transform: translateY(-6px);
}

.widget-loader img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

/* Loading text */
.loader-text {
  margin: 0;              /* remove any default spacing */
  padding: 0;
  font: 500 14px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Arial;
  color: #374151;
  text-align: center;
}

.widget-loader.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/* Spinner */
.spinner {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 4px solid #e5e7eb;
  border-top-color: #111827;
  animation: spin 900ms linear infinite;
  margin: 0; /* ensure no default margins */
}

@keyframes spin {
  to { transform: rotate(360deg); }
}


/* css for exhibitor  listing */ 


.exhibitor__image {
    max-width: 150px;
}
.exh-tag-row img{
	width:60px !important;
	height:60px !important;
	object-fit:contain !important;
}
.exh-tag-row span:first-child , .exhibitor__title span:first-child{
    margin-left: 0px !important;
}
.exhibitor__detail {
	width:100%;
}
.exh-tag-row .col-md-6:nth-child(2){
	text-align:right;
}

/* .exhibitor__title.title-featured span{
    background: #009647;
    color: #ffffff;
} */

@media only screen and (max-width: 768px) {

.exh-tag-row .col-md-6:nth-child(2){
    position: absolute;
    right: 20px;
    margin-top: -85px;
}
.exh-tag-row img{
	width:60px !important;
	height:60px !important;
	object-fit:contain !important;
}	
	
}

/*New Design CSS*/
.details-bar {
    background: linear-gradient(90deg, rgba(0, 99, 147, 1) 0%, rgba(0, 160, 175, 1) 50%, rgba(0, 142, 166, 1) 66%, rgba(0, 99, 147, 1) 97%);
}

.ea-dot {
    width: 12px!important;
}

.exhibitor-listing .position-relative{background-color: #ffffff;}

.exhibitor-listing{margin-top:40px;}

/* exhibitor listing */ 
.speaker-card {background-color: #ffffff !important;padding: 10px !important;}

.speaker-card .speaker__img{border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;}
.speaker-card .speaker__title{color:#0D131F;}

.speaker-card .speaker__name{margin: 15px 0px 0px 0px;}

.speaker-card .speaker__flag_img{width: 50px;
  border-radius: 0px;
  position: relative;
  margin-top: -15px;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;}


/*exhibitor listing */

.exhibitor-listing {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
		gap: 20px;
}

@media only screen and (min-width: 1200px) {
	 .exhibitor {
        width: calc(33% - 10px);
    }
}
.exhibitor {
    display: flex;
    flex-direction:column;
    margin-bottom: 16px;
    padding: 15px;
    background: white;
    border-radius: 12px;
    transition: all 0.5s;
    border: 1px solid #efefef;
		position: relative;
}

.tags_container{
  position: absolute;
  top: 2px;
  right: 5px;
  display: flex;
  flex-direction: column; /* vertical */
  gap: 2px;               /* space between images */
  align-items: flex-end;  /* keep them right-aligned */
}
.tags_container img{
display: block;         /* remove baseline gaps */
  width: 30px;            /* adjust as needed */
  height: auto;
}

.exhibitor__detail img {
 /*   position: absolute;
    top: -5px;
    right: -5px;*/
}
.exhibitor__detail {
		margin: 0;
}
.position-relative {
    position: relative !important;
    height: 125px;
    background: #f8f8f8;
    border-radius: 24px;
		margin-bottom: 15px;
}
.exhibitor__image {
    width: 100%;
    height: 120px;
    padding: 20px;
    object-fit: contain;
    position: relative;
    height: 125px !important;
    max-width: 275px !important;
}
.exh-tag-row .col-md-6 {
		width: 100%;
}
.exhibitor__title {
    font-size: 20px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 28px;
}

.litymodal .exhibitor__title{color:#ffffff;}
.litymodal .exhibitor__location{color:#ffffff;}
.exhibitor__location {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}
.exhibitor__summary {
    color: #474747;
    opacity: 1;
    margin-bottom: 8px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

.exhibitor__summary span{display: none !important;}

.listNavHide{display:none !important;}

