.intl-tel-input {
	width:100%;
}

.int-tel.form-item{
	overflow: visible;
}

.coming-soon > a {
    color: grey;
    cursor: not-allowed;
}

.hint-button {
    background-color: var(--brand-color-1);
    width: fit-content;
    padding: 10px;

		a {
		    color: #fff !important;
	}
}
/*Visitor Registration Icon*/
.exhibitor-icons.left {
    position: fixed;
    right: 1.42857em;
    /* right: auto; */
    bottom: 50%;
    transform: translateY(50%);
    font-size: 14px;
    z-index: 9;
}
.exhibitor-icons a {
    font-size: 14px;
    display: block;
    position: relative;
    margin-bottom: 0.5em;
    text-align: center;
    line-height: 100%;
    border-radius: 50%;
    z-index: 9;
}
.exhibitor-icons a i.fa-solid {
    background: red;
    border-radius: 50%;
    height: 3.28571em;
    width: 3.28571em;
    position: relative;
    color: #fff;
    z-index: 2;
    box-shadow: 0 5px 38px rgb(0 0 0 / 15%);
    transition: 0.3s all;
}
.exhibitor-icons a:hover i.fa-solid {
    box-shadow: 0 5px 38px rgb(0 0 0 / 65%);
}
.exhibitor-icons a i.fa-solid::before {
    font-size: 1.5em;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.exhibitor-icons a span {
    position: absolute;
    right: 3rem;
    text-align: right;
    top: 50%;
    transform: translate(0,-50%);
    font-weight: 500;
    border-radius: 1.5rem;
    background: rgb(0 0 0 / 13%);
    padding: 0.5rem 1rem;
    white-space: nowrap;
    opacity: 0;
    transition: 0.3s all;
    z-index: 1;
    max-width: 0;
    overflow: hidden;
}
.exhibitor-icons.left a span {
    text-align: left;
    left: 3rem;
    right: auto;
}
.exhibitor-icons a:hover span,
.exhibitor-icons #a-iframe-slido span {
    max-width: 160px;
    padding-right: 1.25rem;
    opacity: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    color: #000;
}
.exhibitor-icons.left a:hover span {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-left: 0.5rem;
}

.f-sponsors .owl-item li {
    border: none;
}

.f-sponsors .ItemfinnerGallery {
    height: 150px; /* Adjust as needed */
    overflow: hidden; /* Ensures no extra content extends beyond */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.f-content-fields .f-content-node {
	padding-bottom: 1rem;
}

.f-content-fields .f-content-node-value {
	font-weight: bold;
}
.f-list-item-title {
	font-weight: bold;
}
.f-module-user-list .f-list-item-title {
	font-weight: bold;
}

.contacts .f-list-item-subtitle {
	padding-top: 10px;
}

.contacts .f-list-item-subtitle span {
	display: block;
	padding-top: 5px;
}
.contacts #f-list-node-8880,
.contacts #f-list-node-24016 {
	display: block;
}
.fieldset-row .f-fieldset-body {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.fieldset-row .f-fieldset-body > * {
    flex-shrink: 0;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.f-list-fields {
	margin-top: 2rem;
	border-top: 1px solid #ccc;
}


.com-social.view-scan .f-content-node-empty {
	display: none;
}

#message-ajax {
	position: fixed;
    z-index: 100;
    background: green;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 0.5rem;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
}
#message-ajax:empty {
  display: none;
}

.f-list-filter {
	padding-top: 1rem;
}
.f-list-filter a {
	border-radius: 3px;
	padding: 0.25rem 0.5rem;
	display: inline-block;
	color: #000;
	background: #fafafa;
}
.f-list-filter a.selected {
	background: var(--brand-color-1);
	color: #fff;
	font-weight: bold;
}

.contacts .f-list {
	background: none;
	border: 0 none;
}
.contacts .f-list .f-list-item {
    margin-bottom: 1rem;
    border: 0 none;
}
.contacts .f-list .f-list-item:hover {
	background: none;
}

.contacts .f-list .f-list-item-container {
    border: 1px solid #eaeaea;
    background: #fafafa;
    border-radius: 3px;
    transition: 0.5s all;
	padding: 10px;
}
.contacts .f-list .f-list-item-container:hover {
	box-shadow: 0 0 1rem rgba(0,0,0,.1);
	background: #fff;
}

.contacts .f-list-item-title {
	font-size: 1.2rem;
}
.contacts .f-list-item-container {
	overflow: hidden;
	height: 100%;
}
.contacts .f-list-item-teaser-image {
    float: left;
    width: 4.5rem; height: 4.5rem;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #ccc;
}
.contacts .f-list-item-teaser-image img {
  object-fit: cover;
}
.f-list-header {
	padding-bottom: 1rem;
}
.f-list-header form {
	display: flex;
	flex-wrap: wrap;
}

.fForm .form-item {
    height: auto;
}


.f-contributions .ItemfinnerGallery {
    
    box-shadow: 0 8px 25px rgb(255 255 255 / 45%) !important;
   
}

.f-mibsaboutus .fModuleTitle {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}



.f-main-announcements {
margin-top:50px;
}

.f-openingleft {
   
    margin: 53px 20px 0px 0px ;
 
}

@media (max-width: 768px){

    .f-openingleft{
        width: calc(100% - 30px) !important;
        max-width: 380px;
      margin: 20px auto 0px auto !important;
        box-sizing: border-box;
    }

    .f-openingleft .fModuleContent{
        width: 100% !important;
        box-sizing: border-box;
    }

    .f-openingleft ul,
    .f-openingleft li{
        width: 100%;
        box-sizing: border-box;
    }
}
.f-mibstitle1{
color: var(--brand-color-2);
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    padding-bottom: 10px;
    border-bottom: 2px dashed var(--brand-color-1);
    display: inline-block;
}
.f-imagwidth .fGalleryImage img {
  

width: 100% !important;
    
}
.f-mibstitle .f-module-title h3 {
    
    font-size: 25px !important;
   
}
.f-imagwidth .ItemfinnerGallery {
    box-shadow: 0 0 8px 0 #ccc;
    padding: 0 0.5rem;

}
.mrtopevent{
    margin-top: 10px;
}


.f-showcardnew .fGalleryItem{
    margin-bottom:30px;
}

.f-showcardnew .ItemfinnerGallery{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 35px rgba(0,0,0,.08);
    transition:.4s ease;
    height:100%;
}

.f-showcardnew .ItemfinnerGallery:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.f-showcardnew .fGalleryImage{
    display:block;
    overflow:hidden;
}

.f-showcardnew .fGalleryImage img{
    width:100%;
    height:260px;
    object-fit:cover;
    display:block;
    transition:transform .6s ease;
}

.f-showcardnew .ItemfinnerGallery:hover .fGalleryImage img{
    transform:scale(1.08);
}

/* Dark Overlay */

.f-showcardnew .fGalleryText{
    position:absolute;
    inset:0;
    background:linear-gradient(to top,rgba(0,0,0,.65),rgba(0,0,0,.05));
    opacity:0;
    transition:.35s;
}

.f-showcardnew .ItemfinnerGallery:hover .fGalleryText{
    opacity:1;
}

/* Clickable Area */

.f-showcardnew .fGalleryText a{
    position:absolute;
    inset:0;
}

/* Responsive */

@media(max-width:991px){

    .f-showcardnew .fGalleryImage img{
        height:220px;
    }

}

@media(max-width:767px){

    .f-showcardnew .fGalleryImage img{
        height:200px;
    }

}

@media(max-width:575px){

    .f-showcardnew .fGalleryImage img{
        height:180px;
    }

}
/*==================================
VISITOR CHARTS
==================================*/

.f-visitornew #piechart1,
.f-visitornew #piechart2{
    background:#fff;
    border-radius:18px;
    padding:20px;
    border:1px solid #e9e9e9;
    box-shadow:0 2px 0px rgba(0,0,0,.08);
    transition:.35s ease;
    overflow:hidden;
}

.f-visitornew #piechart1:hover,
.f-visitornew #piechart2:hover{
    transform:translateY(-6px);
    box-shadow:0 2px 0px rgba(0,0,0,.15);
}

.f-visitornew #piechart1 svg,
.f-visitornew #piechart2 svg{
    width:100% !important;
    height:auto !important;
}

@media (max-width:767px){

    .f-visitornew #piechart1,
    .f-visitornew #piechart2{
        padding:15px;
        border-radius:15px;
    }

}.f-whypart img{
    display:block;
    width:100%;
    max-width:50rem;
    margin:0 auto;
    padding:15px;
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:20px;
   
    transition:.4s ease;
}

.f-whypart img:hover{
    transform:translateY(-8px);
    box-shadow:0 0px 10px rgba(0,0,0,.18);
}

/* Tablet */
@media (max-width:991px){
    .f-whypart img{
        max-width:100%;
        padding:12px;
    }
}

/* Mobile */
@media (max-width:767px){
    .f-whypart img{
        padding:10px;
        border-radius:15px;
    }
.f-mrbottom{
margin-bottom:20px;
}
.f-visitornew #piechart1{
margin-bottom:20px;
}
}