body.com-user #content>.container {
    min-width: 100%;
    max-width: 100%;
}

.buttons button {
    background-color: var(--brand-color-theme-1);
    display: inline-block;
    padding: 10px 2rem;
    color: white;
    font-weight: 500;
    border: 1px solid var(--brand-color-theme-1);
    border-radius: 5px;
}

.fboxy-title h3 img {
	display:none;
}

.fboxy-wrapper-inner .page-title #heading {
    text-align: center;
    font-size: 1.2rem;
}

.com-user .fboxy-wrapper-inner .page-title #heading>span.f-list-node-value {
	font-size: 1.2rem;
    color:#000;
}

.fboxy-wrapper-inner .page-title .heading-small span {
    font-size: .8rem;
    font-style: italic;
    display: block;
    color: var(--brand-color-theme-2);
}

.fboxy-wrapper-inner .f-content-container .f-content-image {
	text-align:center;
}

.fboxy-wrapper-inner .f-content-container .f-content-image img {
	width: 160px;
    object-fit: cover;
    max-width:100%;
    display: inline-block;
    aspect-ratio: 1 / 1;
    border-radius: 500px;
    object-position: top center;
    border: 4px solid var(--brand-color-theme-4);
    margin-bottom: 10px;
}

.fboxy-wrapper{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 90vh;
    width: 700px;
    max-width: 94%;
    max-height: 85vh;
}


//*Programme Timeline*//
.f-programme-nav ul.fMenu {
    display: flex;
    justify-content: center;
}

.f-programme-nav ul.fMenu li {
    padding: 10px;
}

.f-programme-nav ul.fMenu li a {
    display: inline-flex;
    place-items: center;
    justify-content: center;
    color: #000;
    font-weight: 500;
    width: fit-content;
    padding: 0.5rem 1rem !important;
    border-radius: 1rem;
    background: var(--brand-color-theme-3) !important;
}

.f-programme-nav ul.fMenu li.selected a {
    background: var(--brand-color-theme-1) !important;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
	color:#fff;
}

.f-programme-nav {
    z-index: 999;
}

.fForm .form-item .date {
    width: 100%;
}

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

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

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

/*Iconset*/
.iconset-new .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}
.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;
}
.iconset-new .menu-item-text .action:before{
    display: block;
    content: "";
    height: 1.04rem;
    width: 1.04rem;
    background: red;
    border-radius: 1rem;
    position: absolute;
    right: 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 a {
	font-weight: 500;
}

li#menu-item-35876 ul li { 
	list-style-type: square;
}

/*Menu-Timeline*/
.menu-timeline ul.fMenu {
	display: flex;
	margin-bottom: 1rem;
}
.menu-timeline li {
	flex: 1 1 0;
	letter-spacing: -0.5px;
	text-align: center;
	position: relative;
}
.menu-timeline li.selected {
	font-weight: bold;
}

.menu-timeline li::before {
	height: 2px;
	width: 100%;
	left: -50%; top: 1rem;
	position: absolute;
	background: var(--brand-color-theme-1);
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
/*
.menu-timeline li:first-child::before {
	display: none;
}
*/

.menu-timeline .menu-item-text big {
	clear:both;
	display: inline-block;
	padding: 0.5rem 1rem;
	margin-bottom: 0.5rem;
	background: var(--brand-color-theme-1);
	color: #fff;
	font-weight: bold;
}
.menu-timeline .menu-item-text span {
	display:block;
	color: #000;
}

.menu-timeline li.future::before {
	display: none;
}
.menu-timeline li.future {
	opacity: 0.25;
}
.menu-timeline li.future a {
	pointer-events: none;
}

/**Abstract List**/
.abstracts-list .f-list-item {
	transition: 0.2s background-color;
}
.abstracts-list .f-list .f-list-item:hover {
	background-color: #fff8ef;
}
.abstracts-list .f-list-title {
	font-weight: 800;
	font-size: 1.1rem;
}
.abstracts-list .f-list-title a {
	color: var(--brand-color-theme-1);
}
.abstracts-list .f-list-item-container {
	display: flex;
	width: 100%;
	align-items: center;
	padding: 1rem;
	padding-left: 60px;
}
.abstracts-list .f-list .f-list-column-1 {
	flex-grow: 1;
}
.abstracts-list .f-list .f-list-column-2 {
	flex-basis: 120px;
	text-align: center;
	flex-shrink: 0;
}
.abstracts-list #f-list-node-id {
	display: block;
	font-size: 1rem;
	color: #000;
	font-weight: 400;
}
.abstracts-list #f-list-node-id::before {
	content: "Abstract No: #";
	display: inline;
}
.abstracts-list .f-list-item {
	background:url('https://storage.unitedwebnetwork.com/files/1050/4cd33573334380041a751bba674ccbd3.png') 1rem center no-repeat;
	background-size: 32px;
	border: 2px solid var(--brand-color-theme-1);
	background:#fff;
}
.abstracts-list .f-list-item.f-list-done {
	background:url('https://img.icons8.com/color/96/checked--v1.png') 1rem center no-repeat;
	background-size: 32px;
	background-color: #e0ffe0;
}
.abstracts-list .f-list-item.f-list-draft {
	background:url('https://img.icons8.com/color/96/000000/box-important--v1.png') 1rem center no-repeat;
	background-size: 32px;
	background-color: #fffce0;
}
.abstracts-list .f-list-item.f-list-withdrawn {
	background-size: 32px;
	background-color: #dcdcdc;
	opacity: 0.6;
}
.f-list-paid-1 #f-list-node-43703 {
	font-weight: bold;
	color: #ff1100;
}
.f-list-draft #f-list-node-43703 {
	font-weight: bold;
	color: #ff9100;
}
.f-list-done #f-list-node-43703 {
	font-weight: bold;
	color: #00cc00;
}
.abstracts-list .f-list-subtitle .f-list-node-value{
	display:block;
	color: #000;
}
.abstracts-list .f-list-item .f-list-item-container.reviewed,
.abstracts-list .f-list-item.f-list-done .f-list-item-container {
    background: #4caf5021;
}

#btnDraft {
    background-color: var(--brand-color-theme-1);
    display: inline-block;
    padding: 7px 1.7rem;
    color: white;
    font-weight: 500;
    border: 1px solid var(--brand-color-theme-1);
    border-radius: 5px;
}

/*Custom Registration Group*/
.custom-category-group h5 {
    color: var(--brand-color-theme-2);
    font-weight: 600;
}

.custom-checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    width: 100%;
    float: none;
}

.custom-checkbox-item input[type="checkbox"],
.custom-checkbox-item input[type="radio"] {
    flex-shrink: 0;
    margin: 0;
}

.custom-checkbox-item label {
    margin: 0;
    cursor: pointer;
    white-space: normal;
}

.custom-radio-group {
    margin-bottom: 6px;
    width: 100%;
    float: none;
}

.custom-radio-group > label {
    display: block;
    margin-bottom: 4px;
}

.custom-radio-group .custom-checkbox-item {
    margin-left: 20px;
}

.registration-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 15px;
min-width: 500px;
}

.registration-table th,
.registration-table td {
    padding: 16px 20px;
    border: 1px solid #e6e6e6;
}

.registration-table thead th {
    background: #2e3081;
    color: #fff;
    text-align: center;
    font-weight: 700;
}

.registration-table .section-title {
    width: 45%;
    text-align: left;
    vertical-align: middle;
}

.registration-table .country-title {
    font-size: 16px;
}

.registration-table tbody td:first-child {
    font-weight: 600;
}

.registration-table tbody td:nth-child(2),
.registration-table tbody td:nth-child(3) {
    text-align: center;
    font-weight: 700;
    color: #2f318f;
}

.registration-table tbody tr:nth-child(even) {
    background: #f8f9fc;
}
.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive::-webkit-scrollbar {
    height: 6px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.bgblueborder{
    background: linear-gradient(135deg, #f7fbff 0%, #eef6ff 100%);
    border: 1px solid #d8e8ff;
    border-left: 6px solid var(--brand-color-1);
    border-radius: 16px;
    padding: 15px 0px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    margin: 30px 0px 0px 0px;
    transition: all 0.3s ease;
}



.bgbluetext1{
    font-size: 1.75rem;
    font-weight:600;
    color: var(--brand-color-theme-2);
    margin-bottom: 15px;
    line-height: 1.2;
}

.bgbluetext2{
    font-size: 17px;
    line-height: 1.8;
    color: #5a6473;
    max-width: 900px;
    margin: 0 auto 25px;
}

.newbutton{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    background: var(--brand-color-1);
    color: #fff !important;
    border-radius: 50px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid var(--brand-color-1);
}

.newbutton:hover{
    background: transparent;
    color: var(--brand-color-1) !important;
    text-decoration: none;
}

@media (max-width: 767px){

    .bgblueborder{
        padding: 25px 20px;
        border-radius: 12px;
    }

    .bgbluetext1{
        font-size: 24px;
    }

    .bgbluetext2{
        font-size: 15px;
        line-height: 1.7;
    }

    .bgbluetext2 br{
        display: none;
    }

    .newbutton{
        width: 100%;
        max-width: 250px;
    }
}

.venue-map-wrapper{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
    padding: 8px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9ecef;
    height: 100%;
}

.venue-map{
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
    border-radius: 14px;
}



@media (max-width: 991.98px){
    .venue-map{
        height: 380px;
    }
}

@media (max-width: 767.98px){
    .venue-map-wrapper{
        padding: 6px;
        border-radius: 15px;
    }

    .venue-map{
        height: 300px;
        border-radius: 10px;
    }
}

.f-attractions {
    padding-bottom: 0 !important;
}
.f-attractions .fGalleryText h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0.5rem 0;
}

.f-attractions .fGalleryText p {
    margin: 0.5rem 0;
}

.f-attractions .fGalleryImage img {
    aspect-ratio: 4/3;
    object-fit: cover;
}

.fModuleTitle h3,
.fGalleryContainer h4 {
    font-size: 32px;

    color: var(--brand-color-theme-1);
    font-weight: 600;
    position: relative;
}

.f-attractions .ItemfinnerGallery {
    position: relative;
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 15%);
    height: 100%;
    margin: 0px 11px;
}

.f-attractions .fGalleryText h5 {
    font-size: 21px;
    font-family: var(--brand-heading-font);
    color: var(--brand-color-theme-1);
    font-weight: 500;
    position: relative;
    margin-top: 20px;
}

.fGalleryContainer h4 {

    margin-bottom: 30px;
}

.rule-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Center the last card when it is alone */
.rule-grid .rule-card:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 50%;
    margin: 0 auto;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .rule-grid {
        grid-template-columns: 1fr;
    }

    .rule-grid .rule-card:last-child:nth-child(odd) {
        grid-column: auto;
        max-width: 100%;
        margin: 0;
    }
}
.f-newtable td
{
text-align:left !important;}

.points li {
    margin: 10px 0px 0px 0px;
}

.highlight-panel .row {
    align-items: flex-start !important;
}

.highlight-panel h3 {
    margin-top: 0;
   
}
.date-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.f-bannerspan{
font-size: 1.35rem;
font-weight:600;
}
.f-all-logos .fGalleryItem .ItemfinnerGallery .fGalleryImage img {
 
    padding:5px;
}