.intl-tel-input {
	width:100%;
}
.int-tel.form-item{
	overflow: visible;
}

.fForm .form-item-option {
    margin: 0 0 0 0px;
}

#fMatterPre {
	padding-top: 50px;
}

.fboxy-wrapper{
    top: 50%;
    width: 95%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:800px;
    z-index: 99999999999999999999999 !important;
    max-height:550px;
    max-width:95%;
}
.fboxy-wrapper .fboxy-title img,
.fboxy-wrapper .fboxy-title .f-list-node-value{
	display:none;
}

/*Organising Committee*/
body.com-user.view-view .f-list-item-content #f-list-node-32499::before,
body.view-session-person .f-list-item-content #f-list-node-32499::before {
    content:"Current Role & Organisation";
    display:block;
    font-weight:800;
    color: var(--brand-color-theme-1);
}

body.com-user.view-view .f-list-item-content #f-list-node-32500 {
	padding-top: 20px;
}

body.com-user.view-view .f-list-item-content #f-list-node-32500::before,
body.view-session-person .f-list-item-content #f-list-node-32500::before {
    content:"Biography";
    display:block;
    font-weight:800;
    color: var(--brand-color-theme-1);
}

body.com-user.view-view .f-list-item-content,
body.view-session-person .f-list-item-content {
    span {
        font-size: 1.1rem !important;
        color: #000!important;
        font-weight: 400 !important;
    }
}

/*Sponsor Logo*/
.f-all-logos .fGalleryItem .ItemfinnerGallery img {
    max-width: 250px;
}

/*Travel Information*/
.f-travel .fGalleryItem {
    padding: 12px;
}

.f-travel .fGalleryItem .ItemfinnerGallery {
    height: 100%;
    background-color: white;
    padding: 10px;
    border: 1px solid #dedede;
    border-bottom: 4px solid var(--brand-color-theme-4);

    .fGalleryImage img {
        width: 50px;
        height: 50px;
    }
}

.f-travel .fGalleryItem .ItemfinnerGallery .fGalleryText h3 {
    font-size: 1.2rem;
    color: var(--brand-color-theme-purple);
    font-weight: 600;
    margin-bottom: .5rem;
}

/* Other information starts here */

.f-other-information li.fGalleryItem {
    padding: 12px;

    .ItemfinnerGallery {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
}

.f-other-information li.fGalleryItem .fGalleryImage {
    display: block;
}

.f-other-information li.fGalleryItem .fGalleryImage img {
    width: 50px;
    max-width: 100%;
    border: 1px solid #dedede;
}

.f-other-information li.fGalleryItem .fGalleryText {
    width: 100%;
}

.f-other-information li.fGalleryItem .fGalleryText h3 {
    font-size: 1.2rem;
}

.f-other-information li.fGalleryItem .fGalleryText ul {
    margin-top: 0;
}

.f-other-information li.fGalleryItem .fGalleryText ul li {
    list-style: square;
}

/*Iconset*/
.iconset-new .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.iconset-new .fMenu>li {
    list-style: none;
    margin: 1rem;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.iconset-new .fMenu>li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

.iconset-new .fMenu>li>a {
    display: block;
    font-weight: bold;
    color: #000;
    border-radius: 5px;
}

.iconset-new img {
    width: auto;
    max-width: 64px;
    display: block;
    margin-bottom: 0.5rem;
}

.menu-item-text .action:before {
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}

.iconset-new .fMenu ul {
    margin-left: 20px;
    margin-top: 0.5rem;
}

.iconset-new .fMenu ul,
.iconset-new .fMenu ul li {
    list-style: square;
}

.iconset-new .fMenu ul {
    margin-left: 0!important;
}

.iconset-new .fMenu ul li ul li {}

.iconset-new .fMenu ul a {
    font-weight: 500;
}