* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 16px;
}

body {
    line-height: 1;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 1rem;
}

/* Layout */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

h1 {
    font-size: 2.25rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.25rem 0;
    line-height: 1.5;
}

h3 {
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h4 {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1.25rem 0;
}

h5 {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    margin: 1rem 0;
}

p {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 1rem 0;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

ol,
ul {
    margin: 0 0 1rem;
    padding: 0 0 0 1em;
    line-height: 1.5;
}

#f-messages {
    margin: 0;
}

.spacing-no {
    padding: 0 !important;
    margin: 0 !important;
}

.bg-none {
    background: transparent !important;
}

.container {
    min-width: 320px;
}

body.title-off .fPageTitle {
    display: none;
}

body.width-full #fContent > .container {
    width: 100%;
    padding: 0;
    min-width: 100%;
}

body.width-full #fMatter {
    padding: 0;
}

/*Module*/

.fModule .fModuleTitle,
.fModule .fModuleContent {
    width: 100%;
}

.fModuleEnd .fModuleTitle,
.fModuleEnd .fModuleContent,
.fModuleBoxed {
    margin: 0 auto;
}

#fMatter .fModule,
#fSidebarRight .fModule,
#fContentPre .fModule,
#fContentPost .fModule {
    padding-top: 1rem;
    padding-bottom: 2rem;
    overflow: hidden;
}

.fRegion.region-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.fRegion {
    display: inline-block;
    width: 100%;
}

#fPageTitle {
    display: block;
}

/*----------iconset----------*/

/*----------iconset----------*/
.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
}
.iconset .fMenu > li {
    list-style: none;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    flex: 1 1 280px;
    margin: 0;
}
.iconset .fMenu > li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

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

.iconset 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: var(--brand-color-red);
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}
.iconset .fMenu ul {
    margin: 0;
    margin-top: 1rem;
}

.iconset .fMenu ul li {
    margin: 0;
    margin-bottom: 0.25rem;
    list-style: square;
}
.iconset .fMenu ul a {
    font-weight: 500;
    color: #000;
}
.iconset .fMenu ul a:hover {
    text-decoration: underline;
}

/*----------iconset----------*/
.iconset .fMenu {
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
}
.iconset .fMenu > li {
    list-style: none;
    padding: 1rem;
    background: #f5f5f5;
    transition: 0.5s all;
    position: relative;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    flex: 1 1 280px;
    margin: 0;
}
.iconset .fMenu > li:hover {
    background: #fff;
    box-shadow: 0 0 1rem rgb(0 0 0 / 15%);
}

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

.iconset 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: var(--brand-color-red);
    border-radius: 1rem;
    position: absolute;
    left: 10px;
    top: 19%;
    transform: translate(0, -50%);
    animation: blinking 2s infinite;
}
.iconset .fMenu ul {
    margin: 0;
    margin-top: 1rem;
}

.iconset .fMenu ul li {
    margin: 0;
    margin-bottom: 0.25rem;
    list-style: square;
}
.iconset .fMenu ul a {
    font-weight: 500;
    color: #000;
}
.iconset .fMenu ul a:hover {
    text-decoration: underline;
}

/*----------animation----------*/

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Common CSS */

/* Toggle Menu */

/* .navbar-toggle {
    display: block !important;
    padding: 9px 10px;
    background: var(--brand-color-1);
    position: relative;
    width: fit-content;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: var(--brand-color-1-text);
}
.navbar-toggle .icon-bar:not(:first-child){
    margin-top:4px;
}
.navbar-toggle-container{
    height:100%;
    text-align: -webkit-right;
}
.collapse:not(.show){
    opacity:0;
    transition: 0.3s ease-in-out;
}
nav.collapse.show {
    display: block !important;
    position: fixed;
    left:0;
    right:0;
    z-index:99;
    height: 100%;
    margin-left: 30px;
    transition: 0.3s ease-in-out;
    transition: right 0.5s cubic-bezier(0.4,0,0.2,1);
}

nav.collapse.show > ul > li > ul{
    position:relative;
    width: 100%;
    display: block;
    opacity: 1;
    visibility: visible;
}
nav.collapse.show > ul.fMenu > li > ul li{
    margin: 0;
    text-align: right;
}
nav.collapse.show > ul > li > ul:before,
nav.collapse.show > ul > li > ul:after{
    right: 1rem;
    left: unset;
}
nav.collapse.show > ul > li > ul:before{
    right: 1.5rem;
}
 */

/* Responsive Homepage */

.fModuleEnd .fModuleTitle {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 576px) {
    .fModuleEnd .fModuleTitle,
    #f-messages .item {
        width: 540px;
    }
}

@media (min-width: 768px) {
    .fModuleEnd .fModuleTitle,
    #f-messages .item {
        width: 720px;
    }
}

@media (min-width: 992px) {
    .fModuleEnd .fModuleTitle,
    #f-messages .item {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .fModuleEnd .fModuleTitle,
    #f-messages .item {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    .fModuleEnd .fModuleTitle,
    #f-messages .item {
        width: 1320px;
    }
}

/***----***/

input.form-control,
textarea.form-control {
    display: inline-block;
    margin: 10px 0px;
}

.fForm .form-item-type-checkbox .checkbox label,
.fForm .form-item-type-radio .checkbox label,
.fForm .form-item-type-boolean label {
    display: flex;
    align-items: center;
}

/***************/

ul.fGalleryImages.fGalleryList {
    position: relative;
    margin: 0px;
    list-style: none;
    padding: 0px;
}

ul.fGalleryImages.fGalleryList li.fGalleryItem {
    margin: 0px;
    list-style: none;
}

/***----***/

.region-header,
.region-headertop {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.region-header .fModule,
.region-headertop .fModule {
    display: flex;
    align-items: center;
    align-self: center;
}

.region-headertop .fModule {
    padding: 0;
}

.headertop ul li {
    display: inline-block;
    align-items: center;
    padding: 0 0.7em 0 0;
    position: relative;
}

.headertop ul li ul {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    display: none;
}

.headertop ul li ul li {
    border: none;
    display: block;
}

/****************************/

header .fModule {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.collapse.show {
    display: block !important;
}

.collapse.in {
    display: block !important;
}

.navbar-header .navbar-toggler {
    display: none;
}

.navbar-toggle .icon-bar {
    height: 3px;
    width: 26px;
    background: #fff;
}

.navbar-toggle .icon-bar:nth-child(3) {
    opacity: 0;
}

.navbar-toggle .icon-bar:nth-child(2) {
    transform: rotate(-45deg);
    /* margin-top: -2px; */
    margin-bottom: 4px;
}

.navbar-toggle .icon-bar:nth-child(1) {
    transform: rotate(45deg);
}

.navbar-toggle.collapsed .icon-bar:nth-child(1),
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    transform: none;
    /* margin: 0;
    margin: 0; */
}

.navbar-toggle.collapsed .icon-bar:nth-child(1) {
    margin-top: -7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(2) {
    margin-top: 7px;
}

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
}

.navbar-toggle-container .navbar-toggle {
    z-index: 9999;
}

header ul,
ul.fMenu,
header ul li,
ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

nav {
    height: 100%;
}

.fHeader .menu-horizontal {
    background: #fc031700;
    transition: 0.5s all;
}

.menu-horizontal nav ul.fMenu {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}

/* Mobile submenu styles */
.submenu-toggle {
    cursor: pointer;
    position: relative;
}

.submenu-arrow {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    transition: transform 0.3s ease;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    z-index: 1000;
    padding: 0.5rem 0;
}

/* Mobile responsive submenu */
@media (max-width: 991px) {
    .menu-horizontal nav ul.fMenu {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .menu-horizontal nav ul.fMenu > li {
        width: 100%;
        border-bottom: 1px solid #eee;
    }

    .menu-horizontal nav ul.fMenu > li:last-child {
        border-bottom: none;
    }

    .submenu {
        position: static;
        box-shadow: none;
        border: none;
        background: #f8f9fa;
        margin: 0;
        padding-left: 1rem;
    }

    .submenu li {
        border-bottom: 1px solid #e9ecef;
    }

    .submenu li:last-child {
        border-bottom: none;
    }
}

.menu-horizontal nav a {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    padding: 0.5rem 0.25rem;
    margin-left: 0.5rem;
    letter-spacing: normal;
    transition: 0.3s all;
}

.menu-hover-1 .fMenu > li {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.menu-horizontal nav > ul > li {
    display: flex;
    align-items: stretch;
    position: relative;
}

.menu-hover-1 .fMenu > li > a {
    position: relative;
}

.menu-horizontal nav > ul > li > ul {
    position: absolute;
    top: 100%;
    padding: 0.5rem 0;
    width: 250px;
    /* Removed max-height and overflow - now controlled by Alpine.js x-show */
}

/* Removed hover behavior - now using click only with Alpine.js */

.menu-horizontal nav > ul > li > ul li a {
    color: var(--brand-color-1);
    font-size: 0.9rem;
    padding: 0.5rem;
    background: #ffffff;
    box-shadow: 0px 0px 20px #00000008;
    border-bottom: 1px solid #ffffff45;
    transition: all 0.3s ease 0.1s;
}

.menu-horizontal nav > ul > li > ul li a:hover {
    color: #fff;
    background: var(--brand-color-1);
    transition: all 0.3s ease 0.1s;
}

.menu-horizontal.set {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

header.set .menu-horizontal nav a {
    color: #000;
}

/* Programme Table */

.session-heading {
    text-align: center;
    margin-top: 1.5rem;
    color: #4d4f53;
    font-weight: bold;
    line-height: 1.3;
    font-size: 2rem;
    margin-bottom: 1rem;
    color: var(--brand-color-1);
}

.session-container {
    border-collapse: separate;
    border-spacing: 0 1rem;
    border: 1px solid #eaeaea;
}

body .session-container th {
    background: var(--brand-color-1);
    color: #fff;
    font-weight: bold;
}

.session-container td {
    border-bottom: 1px solid #f7ae3f;
}

.session-container tr:last-child td {
    border-bottom: 0 none !important;
}

.session-container .session-details {
    vertical-align: top !important;
    position: relative;
    border-right: 1px solid #dadada;
}

.session-container .session-details:last-child {
    border-right: 0 none;
}

.session-container td.session-details[colspan="2"] {
    text-align: center;
}

td.session-time,
th.session-time {
    padding: 1rem;
    width: 150px;
    min-width: 150px;
}

.session-time.session-time-show {
    font-size: 0.9rem;
}

td.session-time {
    border-right: 1px solid #f7ae3f;
}

.session-time .session-time-start,
.session-time .session-time-end {
    display: inline-block;
    opacity: 1;
}

.session-time .session-time-start:after {
    display: inline-block;
    content: " - ";
    padding-left: 5px;
}

.session-time .session-time-zone {
    font-size: 0.9rem;
    color: #999;
}

.session-time .session-time-date {
    display: none;
}

.session-time .session-time-date.is-different {
    color: #fff;
    display: inline-block;
    background: #aaa;
    border-radius: 2rem;
    font-size: 0.8rem;
    padding: 0.25rem 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.session-container ul li {
    margin: 0.5em 0 0.5em 20px !important;
    list-style: square;
}

.session-sub {
    padding-left: 0;
    list-style: square;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.session-sub-title {
    font-weight: 600;
}

.session-sub .session-people {
    padding-top: 0;
    margin-top: 0;
}

.session-title.session-sub-title {
    font-weight: 600;
    font-size: 1rem;
    opacity: 0.75;
    display: inline;
}

.session-venue {
    /* width: fit-content;
    border-radius: 1rem;
    padding: 0.25rem 1rem;
    background: #666; */
    color: var(--brand-color-1);
    position: relative;
}

/* .session-venue::before {
    content: "\f3c5";
    font-family: "FontAwesome";
    margin-right: 5px;
    
} */

.session-venue::before {
    content: "";
    background-image: url(../../../../../../storage.unitedwebnetwork.com/files/1212/location_279229.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 20px;
    width: 20px;
    display: block;
    margin-right: 5px;
    position: relative;
}
.f-module .f-module-event-session {
    padding-top: 0;
}

.session-item .session-item-intro {
    padding: 10px 0 10px 0;
}

.session-venue a {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 1rem;
}

.session-venue a:before {
    display: block;
    content: "";
    height: 1.1rem;
    width: 1.1rem;
    background: #fff;
    border-radius: 2rem;
    position: absolute;
    left: 6px;
    line-height: 1rem;
    top: 50%;
    transform: translate(0, -50%);
    animation: blinking 1.2s infinite;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    margin-top: 0.5rem;
    padding-left: 1.25rem;
    background: url("../../../../../../img.icons8.com/fluency-systems-regular/48/000000/marker--v1.png")
        left center no-repeat;
    background-size: 1rem;
    font-size: 0.8rem;
    opacity: 0.75;
}

span.live {
    color: var(--brand-color-red) !important;
}

.session-status-3 .session-venue,
.session-status-2 .session-venue {
    background-color: var(--brand-color-red);
    display: inline-block;
    position: relative;
    margin-top: 2rem;
}

.session-status-3 > .session-title:before,
.session-status-2 > .session-title:before {
    position: relative;
    content: "LIVE";
    color: var(--brand-color-red);
    font-size: 1rem;
    font-weight: bold;
    display: block;
    animation: blinking 1.2s infinite;
}

.no-user .session-status-3 .session-venue {
    display: none;
}

.no-user .session-status-3 > .session-title:before {
    display: none;
}

.session-status-2 .session-venue,
.session-status-2 > .session-title:before {
    display: none;
}

.session-mine.session-status-2 > .session-title:before,
.session-mine.session-status-2.session-full:before {
    content: "PRESENTER TO JOIN SESSION";
    color: var(--brand-color-3);
    display: block;
    margin-bottom: 0.5rem;
}

.session-mine.session-status-2 .session-venue {
    display: inline-block;
}

@keyframes blinking {
    0% {
        opacity: 1;
    }
    70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

@media (max-width: 991px) {
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    .fHeader .navbar-header {
        margin: 0;
        position: relative;
    }
    .fHeader .navbar-header .row.row-0 {
        margin: 0 15px;
    }
    .fHeader .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    .fHeader .navbar-toggle .icon-bar {
        background: #1173ba;
        height: 3px;
        width: 26px;
        position: absolute;
        right: 0;
    }
    /* .fHeader .navbar-toggle .icon-bar:nth-child(1) {
        margin-top: 0;
    } */
    /* .fHeader .navbar-toggle.coll .icon-bar:nth-child(2) {
        margin-top: 0;
    } */
    /* .fHeader .menu-horizontal {
        padding: 0;
    } */
    .fHeader .menu-horizontal {
        position: unset;
    }
    .fHeader .menu-horizontal nav {
        position: absolute;
        float: right;
        padding: 0 1px;
        margin-top: 0;
        margin-right: 0;
        margin-bottom: 0;
        background-color: rgba(0, 0, 0, 0);
        background-image: none;
        border: 1px solid transparent;
        width: 95%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
        top: 100%;
        border-color: #dedede;
    }
    .fHeader .menu-horizontal nav ul.fMenu {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        flex-direction: column;
    }
    .fHeader .menu-horizontal ul li {
        float: none;
        display: block;
        width: 100%;
        text-align: left;
        padding: 0px 0;
        border-top: 0px solid white;
        margin: 0;
    }
    .fHeader .menu-horizontal nav > ul > li > a {
        color: #1874bb;
        background: #fff;
        margin: 0;
        padding: 0.5rem !important;
        border-bottom: 1px solid #000;
        font-size: 1rem;
        position: relative;
    }
    .fHeader .menu-horizontal nav > ul > li > a:first-child {
        border-top: 1px solid #000;
    }
    .fHeader .menu-horizontal nav > ul > li > a:hover {
        color: #fff;
        background: #1874bb;
    }
    .fHeader .menu-horizontal nav > ul > li > ul {
        position: relative;
        padding-top: 0;
    }
    .fHeader .menu-horizontal nav > ul > li > ul {
        float: left;
        width: 100%;
        background: var(--brand-color-1);
        padding: 0.5rem !important;
        /* Removed max-height - now controlled by Alpine.js x-show */
    }
    /* Removed hover behavior - now using click only with Alpine.js */
    .fHeader .menu-horizontal nav > ul > li > ul li a {
        background: #ffffff;
        margin-left: 0px;
    }
    .fHeader .menu-horizontal nav > ul > li > ul li a:first-child {
        border-top: 1px solid #00000005;
        border-bottom: solid 1px #eeeeee03;
    }
    .fHeader .menu-horizontal nav > ul > li > ul li a:hover {
        color: #fff;
        background: #1874bb;
    }
    .fHeader .menu-hover-1 .fMenu > li > a:hover::before {
        width: 100%;
    }
    .fHeader.set .menu-horizontal ul li {
        float: none;
        padding: 20px 0;
    }
    .fHeader.set .menu-horizontal ul li a {
        color: #fff;
    }
    .header-middle-container-row ul li a::before {
        content: "";
        height: 1px;
        width: 0;
        -webkit-transition: all 0.3s linear 0ms;
        -khtml-transition: all 0.3s linear 0ms;
        -moz-transition: all 0.3s linear 0ms;
        -ms-transition: all 0.3s linear 0ms;
        -o-transition: all 0.3s linear 0ms;
        transition: all 0.3s linear 0ms;
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--brand-color-blue);
    }
    .navbar-header .navbar-toggler {
        display: block;
    }
    .navbar-collapse.collapse.show {
        display: block;
    }
    .region-header,
    .region-headertop {
        display: inline-block;
        width: 100%;
    }
    .region-header .fModule,
    .region-headertop .fModule {
        display: block;
    }
    .row.w-100 {
        --bs-gutter-x: 0;
    }
    .session-container th {
        font-size: 0px;
    }
    .session-container th select {
        font-size: 1rem;
    }
    tr.session-row {
        border: 1px solid #333;
        margin-top: 1.5rem;
    }
    tr.session-row-hidden {
        border: 0 none;
        margin-top: 0;
    }
    .session-time-zone {
        display: inline-block;
        padding-left: 0.5rem;
    }
    .session-time-zone::before,
    .session-time-zone::after {
        position: relative;
        content: " ";
        display: inline;
    }
    .session-time-zone::before {
        content: "(";
    }
    .session-time-zone::after {
        content: ")";
    }
    tr.session-row,
    tr.session-row td,
    td.session-time {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    tr.session-row td {
        border: 0px none;
    }
    th.session-time {
        width: 100%;
        max-width: 100%;
        display: block;
    }
    .session-time .session-time-date.is-different {
        margin-left: 0;
    }

    .session-container tr:hover td.session-time,
    table.fTable tr:nth-child(odd) td.session-time,
    table.fTable tr:nth-child(even) td.session-time {
        display: block;
        text-align: left;
        background: #333;
        color: #fff;
    }
    .session-container th:last-child {
        display: none;
    }
}

.f-listing-header {
    display: flex;
    justify-content: space-around;
    margin-bottom: 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
}
@media (max-width: 512px) {
    .f-listing-header {
        flex-wrap: wrap;
    }
}

.f-listing-header-search input {
    width: 100%;
    border: 2px solid var(--brand-color-1);
    border-radius: 30px;
    padding: 5px 15px;
}
.f-listing-header-filter select {
    width: 100%;
    border: 2px solid var(--brand-color-1);
    border-radius: 30px;
    padding: 5px 15px;
}
.f-listing-header-submit input[type="submit"] {
    background: var(--brand-color-1);
    color: var(--brand-color-1-text);
    padding: 8px 15px;
    border-radius: 30px;
    border: none;
}

.progressbar {
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    background: #eaeaea;
    margin-bottom: 1.5rem;
    border-radius: 3px;
}
.progressbar-stats {
    position: absolute;
}
.progressbar-bar {
    padding: 0.5rem;
    width: 0%;
    overflow: visible;
    background: #46cca7;
    height: 2.5rem;
}
.progressbar-percent:before {
    content: "(";
    display: inline;
}
.progressbar-percent:after {
    content: ")";
    display: inline;
}

@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&amp;display=swap");
@import url("../../../../../../cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");
:root {
    --brand-color-1: #2c5629;
    --brand-color-2: #3a7b3c;
    --brand-color-3: #82ba41;
    --brand-color-red: #ed1c24;
    --brand-color-bisque: #82ba41;
    --brand-color-bisque1: #3a7b3c;
    --brand-color-sky: #1a97b8;
    --brand-color-blue: #1368b4;
    --brand-color-green: #2c5629;
    --brand-color-gradient-start: #82ba41;
    --brand-color-gradient-end: #2c5629;
}

html {
    font-size: 16px;
}

body {
    font-family: "Outfit", sans-serif !important;
    padding-top: 0 !important;
    line-height: 1.5;
}

.fForm input,
.fForm select,
.fForm textarea {
    font-family: "Outfit", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

p {
    color: #333;
    font-size: 1rem;
}

a {
    color: inherit;
}

img {
    width: 100%;
}

#nav-up {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    font-size: 18px;
    background-color: var(--brand-color-1);
    color: white;
    cursor: pointer;
    width: 48px;
    outline: none;
    border-width: 1px;
    border-style: solid;
    border-color: #fff;
    border-image: initial;
    padding: 10px 5px;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgb(37 34 25);
    visibility: visible !important;
}

#nav-up:hover {
    background-color: rgb(255, 255, 255);
    color: var(--brand-color-1);
}

footer#fFooter ul,
footer#fFooter ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

.fButton,
.fForm .buttons input,
.fbutton-btn a,
.fForm .buttons a {
    padding: 0.8rem 2rem;
    text-decoration: none;
    display: inline-block;
    color: #fff !important;
    font-size: 1em;
    text-align: center;
    background-color: var(--brand-color-1);
    border: 2px solid var(--brand-color-1);
    transition: all 0.3s ease;
    border-radius: 0;
}

.ItemfinnerGallery {
    position: relative;
}

.fModuleTitle h3 {
    font-size: 2.75rem;
    color: var(--brand-color-1);
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
    text-align: center;
}

.fPageTitle {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 4rem 0 4rem;
    background-size: cover;
    min-height: 182px;
    height: 100%;
    margin-bottom: 2rem;
    background: linear-gradient(
        135deg,
        var(--brand-color-1) 0%,
        var(--brand-color-2) 100%
    );
    display: grid;
    place-items: center;
}

.fModuleTitle h1 {
    font-size: 3rem;
}

/****--Form---****/

select {
    word-wrap: normal;
    padding: 0.3rem 10px;
}

.fForm label {
    float: left;
    text-align: left;
    font-size: 16px;
    width: 100%;
}

.fForm .buttons {
    padding: 0;
}

.fForm .form-heading {
    font-weight: bold;
    margin-top: 0;
    padding: 0 0 0.5rem;
    font-size: 1.2rem;
}

.fForm input,
.fForm select,
.fForm textarea,
.fForm .date {
    padding: 0.6rem;
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
}

form.fForm .hint {
    color: #333;
    margin: 0.5rem 0;
    font-size: 1rem;
}

.fForm .hint a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.fForm .hint a:hover {
    color: var(--brand-color-blue);
}

/* Header */

header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background: #fff;
    border-bottom: 2px solid var(--brand-color-1);
}

header .fModule.fLogo {
    padding-left: 0;
    padding-right: 0;
}

header ul,
header ul li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}

header.fHeader1 .menu-horizontal {
    padding-right: 0%;
    background: transparent !important;
    justify-content: right;
}

header.fHeader1.active {
    box-shadow: 0px 0px 10px #00000040;
    position: fixed;
}

header.fHeader1 {
    position: relative;
    width: 100%;
    display: block;
    z-index: 9999;
    background: white;
}

.Ftop-header-logo li.fGalleryItem {
    width: 42%;
}

.menu-horizontal nav ul.fMenu {
    justify-content: right;
}

.menu-hover-1 .fMenu > li > a {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-left: 0.5rem;
    padding: 0.5rem 0.25rem;
    color: var(--brand-color-1);
    position: relative !important;
}

.menu-hover-1 .fMenu li ul.sub {
    max-height: 0;
    display: unset;
    overflow: hidden;
    transition: all 0.3s linear;
    padding-top: 2rem;
}

/* Removed hover behavior - now using click only with Alpine.js */

.menu-hover-1 .fMenu li ul.sub li:first-child a {
    border-top: 1px solid #dedede;
}

.menu-hover-1 .fMenu li ul.sub a {
    border-bottom: 1px solid #dedede;
}

.header-middle-container-row ul li a::before {
    content: "";
    height: 1px;
    width: 0;
    -webkit-transition: all 0.3s linear 0ms;
    -khtml-transition: all 0.3s linear 0ms;
    -moz-transition: all 0.3s linear 0ms;
    -ms-transition: all 0.3s linear 0ms;
    -o-transition: all 0.3s linear 0ms;
    transition: all 0.3s linear 0ms;
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--brand-color-green);
}

.header-middle-container-row ul li a:hover::before {
    width: 100%;
}

footer {
    background: var(--brand-color-1);
    padding: 1rem 0;
    position: relative;
    margin-top: 1rem;
}

footer p {
    margin: 0.5rem 0;
    color: #fff;
}

footer .fModuleTitle h3 {
    font-size: 2rem;
    text-align: start;
    color: #fff;
}

.f-contact-footer p {
    display: flex;
}

.f-contact-footer p i {
    margin-right: 0.4rem;
}

.f-copyright {
    display: grid;
    text-align: end;
}

.f-copyright a {
    text-decoration: underline;
    color: #fff;
}

.f-footer-menu nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.f-footer-menu nav ul li {
    margin: 0.5rem 0 !important;
    a {
        padding: 0.5rem;
        display: block;
        color: #fff;
    }
}

.f-footer-menu nav ul li a:hover {
    color: #fff;
}

.f-subscribe-footer {
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 60rem;
    margin: auto;
    background: #f1f1f1;
    p {
        color: #000 !important;
    }
}

.f-subscribe-footer .fModuleTitle h3 {
    font-size: 3rem;
    text-align: center;
    color: var(--brand-color-1);
    span {
        font-size: 1.2rem;
        display: block;
        margin-top: 0.5rem;
        color: #000;
    }
}

.f-subscribe-footer form .form_field {
    padding: 0.25rem 0;
}

.f-subscribe-footer form label {
    margin: 0;
    font-weight: 400 !important;
}

.f-subscribe-footer > * {
    width: 50% !important;
}

.f-subscribe-footer form .fButton {
    border: 1px solid var(--brand-color-1) !important;
}

.f-logo img {
    max-height: 6rem;
    object-fit: contain;
    object-position: left;
    transition: all 0.3s;
}

.f-header-logo img {
    max-height: 5rem;
    object-fit: contain;
    object-position: left;
    transition: all 0.3s;
    padding-right: 10%;
}

/*** Home ***/

/* 
.f-countdown {
    position: absolute;
    right: 5%;
    bottom: 0;
} */

/* countdown starts here */

.f-countdown-main > .container > .row {
    border: 1px solid #dedede;
    border-top: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.f-countdown-main > .container .fModule {
    padding-top: 1.2rem !important;
    padding-bottom: 1.2rem !important;
}

.f-countdown-main > .container .f-countdown .col-count {
    text-align: center;
    width: 25%;
}

.f-countdown-main > .container .f-countdown .fModuleContent .row {
    justify-content: space-between;
}

.f-countdown-main > .container .f-countdown .fModuleContent h4 {
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
}

.f-countdown-main > .container .f-countdown .fModuleContent p {
    margin-top: 0;
    margin-bottom: 0;
}

.f-countdown-btn {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.f-countdown-btn .fModuleTitle h3 {
    font-size: 1.3rem;
    margin-top: 0;
    margin-bottom: 0;
}

.f-countdown-btn > .fModuleTitle {
    width: 60%;
}

.f-countdown-btn > .f-module-content {
    width: 40%;
}

/* countdown ends here */

/* highlights start here */

.f-highlights-main {
    position: relative;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
    .fModule {
        position: relative;
        z-index: 9;
    }
}

.f-highlights-main::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 70%;
    height: 90%;
    background-color: white;
}

.f-highlights-main .fGalleryItem {
    padding: 12px;
    .ItemfinnerGallery {
        position: relative;
        .fGalleryText {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            width: 100%;
            height: 100%;
            align-content: center;
            text-align: center;
            a.example-image-link {
                display: inline-block;
                width: 50px;
                height: 50px;
                background-color: white;
                text-align: center;
                align-content: center;
                padding-top: 4px;
                padding-left: 4px;
                border-radius: 50px;
                span {
                    width: 15px;
                    height: 15px;
                    clip-path: polygon(0 0, 0% 100%, 100% 50%);
                    background-color: var(--brand-color-theme-3);
                    display: inline-block;
                }
            }
        }
    }
    .ItemfinnerGallery img {
        object-fit: cover;
        object-position: top center;
        height: 500px;
    }
}

.f-highlights-text {
    padding-left: 2rem;
}

.f-highlights-text p > label {
    letter-spacing: 1px;
    font-weight: 500;
    padding: 3px 7px;
    color: white;
    text-transform: uppercase;
    border-radius: 3px;
    background-color: #000;
    font-size: 0.9rem;
}

.f-highlights-text p {
    color: #666;
}

.f-highlights-text .f-module-content h3 {
    color: #000;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 2.75rem;
    color: var(--brand-color-1);
}

.f-highlights-text .f-module-content ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    li {
        list-style: none;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0;
        width: 33.33%;
        padding: 0 0;
        div {
            padding-left: 7px;
            padding-right: 7px;
            width: 85%;
        }
        &::before {
            content: "\f00c";
            font-family: "FontAwesome";
            width: 35px;
            height: 35px;
            display: inline-flex;
            justify-content: center;
            place-items: center;
            background-color: var(--brand-color-1);
            color: white;
            border-radius: 3px;
            font-size: 1.1rem;
        }
    }
}

/* highlights ends here */

/* welcome message starts here */

.f-welcome-message .f-media-image {
    position: relative;
}

.f-welcome-message .f-media-image img {
    max-width: 12rem;
    display: block;
    margin: auto;
    object-fit: cover;
    object-position: top;
    border: 2px solid #bbb;
    aspect-ratio: 4/5;
    background: #fff;
    padding-top: 1rem;
}

.f-welcome-message h3 {
    text-align: start;
    margin-top: 0;
}

.f-welcome-message h3 span {
    display: inline-block;
    font-size: 1.5rem;
    color: var(--brand-color-1);
}

.f-welcome-message p {
    text-align: justify;
}

.f-welcome-message .f-media-text .info {
    > * {
        margin: 0.25rem 0;
    }
    h5 {
        font-size: 1.25rem;
        font-weight: 600;
        color: var(--brand-color-3);
    }
    p {
        color: var(--brand-color-1);
    }
}

/* welcome message ends here */

/* important dates starts here */

.f-important-dates-table tr {
    border-bottom: 1px solid #dedede;
}

.f-important-dates-table tr.heading {
    border-color: #000;
}

.f-important-dates-table tr.heading td h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    color: var(--brand-color-1);
}

.f-important-dates-table tr.heading td:last-child a {
    color: var(--brand-color-1) !important;
    font-size: 1.3rem;
    display: inline-block;
    position: relative;
    top: 1.3rem;
}

.f-important-dates-table tr td:nth-child(1) {
    width: 30%;
}

.f-important-dates-table tr td h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.f-important-dates-table tr:nth-child(2) td:nth-child(1),
.f-important-dates-table tr:nth-child(3) td:nth-child(1),
.f-important-dates-table tr:nth-child(4) td:nth-child(1),
.f-important-dates-table tr:nth-child(5) td:nth-child(1) {
    font-size: 4rem;
    color: #000;
    display: flex;
    font-weight: 700;
    place-items: center;
    span {
        width: fit-content;
        font-size: 1.2rem;
        color: #666;
        font-weight: 400;
        padding-left: 5px;
    }
}

.f-important-dates-table tr td {
    width: 20%;
    padding: 1rem;
}

.f-important-dates-table tr td:nth-child(2) {
    width: 50%;
}

.f-important-dates-table tr td:last-child {
    text-align: end;
}

.f-important-dates-table tr td a.fButton {
    padding: 0.8rem 0;
    width: 200px;
    max-width: 100%;
}

/* important dates ends here */

/* venue and counter numbers starts here */

.f-venue {
    padding-bottom: 5rem !important;
}

.f-venue .f-media-image-link img {
    height: 400px;
    object-fit: cover;
}

.f-venue .f-media-text {
    position: relative;
}

/* Statistics Container - New Design */
.stats-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin: 2rem 0;
    padding: 0;
}

.stat-card {
    flex: 1;
    background: white;
    border-radius: 12px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid transparent;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-color: var(--brand-color-1);
}

.stat-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--brand-color-1);
    line-height: 1;
    margin-bottom: 0.5rem;
    display: block;
}

.stat-label {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .stats-container {
        gap: 1.5rem;
    }

    .stat-card {
        padding: 1.5rem 1rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .stat-label {
        font-size: 1rem;
    }
}

@media (max-width: 768px) {
    .stats-container {
        flex-direction: column;
        gap: 1rem;
    }

    .stat-card {
        width: 100%;
        max-width: 300px;
        padding: 1.5rem;
    }

    .stat-number {
        font-size: 2.2rem;
    }
}

@media (max-width: 576px) {
    .stat-number {
        font-size: 2rem;
    }

    .stat-label {
        font-size: 0.9rem;
    }
}

.f-venue .f-media-text .numbers-carousel {
    position: relative;
    left: -20%;
    bottom: -8%;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 1.5rem 0.5rem;
}

.f-venue .f-media-text .numbers-carousel {
    text-align: center;
}

.f-venue .f-media-text .numbers-carousel h5 {
    margin-bottom: 0;
    color: var(--brand-color-1);
    font-size: 1.1rem;
    margin-top: 0;
}

.f-venue .f-media-text .numbers-carousel span.count {
    font-size: 2rem;
    font-weight: 800;
}

.f-venue .f-media-text .numbers-carousel .pluse-icon {
    color: #666;
}

.f-venue .f-media-text h3 {
    color: var(--brand-color-1);
    font-size: 2.75rem;
}

/* venue and counter numbers ends here */

.f-join-us .f-media-image img {
    border-radius: 2rem;
    position: relative;
}

.f-join-us .f-media-image::before {
    content: "";
    position: absolute;
    inset: -1.5rem -0.5rem 50% -1.5rem;
    background: linear-gradient(
        170deg,
        var(--brand-color-gradient-start),
        var(--brand-color-gradient-end)
    );
    z-index: -1;
    border-radius: 2rem;
}

.f-join-us .f-media-text {
    bottom: 1rem;
    right: 3rem;
}

.f-join-us .f-media-text h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}

.f-submit-abs .text h3 {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1;
    span {
        color: var(--brand-color-1);
    }
}

.f-submit-abs .text img {
    aspect-ratio: 5/3;
    border-radius: 1rem;
    box-shadow: 0 0 10px -2px #aaa;
}

.f-sponsors {
    background: #eee;
}

.f-sponsors .fGalleryContainer {
    padding: 1rem 0;
}

.f-sponsors .fGalleryContainer > h4 {
    font-weight: 600;
    text-align: center;
    margin: 1.5rem 0;
}

.f-sponsors .fGalleryItem .ItemfinnerGallery {
    background: #fff;
    border: 1px solid #ddd;
    padding: 0.5rem 0;
    text-align: center;
}

.f-sponsors .fGalleryItem img {
    max-height: 5rem;
    object-fit: contain;
}

.f-gallery .fGalleryItem .ItemfinnerGallery {
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 3px 2px 10px 0 #aaa;
    background: linear-gradient(
        45deg,
        var(--brand-color-gradient-start),
        var(--brand-color-gradient-end)
    );
}

.f-gallery .fGalleryItem .fGalleryImage img {
    aspect-ratio: 10/11;
    object-fit: cover;
}

.f-gallery .fGalleryItem .fGalleryText h5 {
    display: flex;
    justify-content: space-between;
    font-size: 1.75rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    i {
        font-size: 2rem;
    }
}

.f-about-home .fModuleContent h4 {
    font-size: 1.75rem;
    text-align: center;
    font-weight: 300;
    span {
        color: var(--brand-color-1);
    }
}

.f-contact .row .text {
    padding: 1rem 2rem;
    border: 1px solid #666;
    border-radius: 1.5rem;
    height: 100%;
}

.f-contact .row .text .icon {
    font-size: 2rem;
    color: var(--brand-color-1);
    margin: 1rem 0;
}

.f-contact .row .text h5 {
    margin: 0.5rem 0;
}

.f-contact .row .text p {
    margin: 0.5rem 0 1rem;
}

div:has(.f-user-list, .f-speakers) .f-list-item-container {
    text-align: center;
    height: 100%;
    position: relative;
}

div:has(.f-user-list, .f-speakers)
    .f-list-item-container
    .f-list-item-teaser-image
    a {
    display: block;
    border: 3px solid #eaeaea;
    margin-bottom: 0.5rem;
}

div:has(.f-user-list, .f-speakers)
    .f-list-item-container
    .f-list-item-teaser-image
    img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    background: #fff;
}

div:has(.f-user-list, .f-speakers) .f-list-item-container .f-list-item-title a {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--brand-color-1);
    margin-bottom: 0.25rem;
    display: block;
}

div:has(.f-user-list, .f-speakers)
    .f-list-item-container
    .f-list-item-subtitle
    a {
    font-size: 0.95rem;
}

div:has(.f-gallery-list, .f-committee) .ItemfinnerGallery {
    text-align: center;
    height: 100%;
    position: relative;
}

div:has(.f-gallery-list, .f-committee) .ItemfinnerGallery .fGalleryImage a {
    display: block;
    border: 3px solid #eaeaea;
    margin-bottom: 0.5rem;
}

div:has(.f-gallery-list, .f-committee) .ItemfinnerGallery .fGalleryImage img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
    background: #fff;
}

div:has(.f-gallery-list, .f-committee) .ItemfinnerGallery .fGalleryText h4 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1;
    color: var(--brand-color-1);
    margin: 1rem 0;
    display: block;
}

div:has(.f-gallery-list, .f-committee) .ItemfinnerGallery .fGalleryImage p {
    font-size: 0.95rem;
}

/* downloads starts here */

.f-downloads tr {
    padding: 12px;
    border-bottom: 1px solid #dedede;
}

.f-downloads tr td {
    padding: 12px 5px;
}

.f-downloads tr td > div.fit {
    position: relative;
    width: fit-content;
}

.f-downloads tr td > div.fit a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #666;
    &::before {
        content: "";
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        background-image: url("../../../../../../storage.unitedwebnetwork.com/files/1212/cf6e8f4e195c8f7b2eaaa4312cafea77.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100%;
        margin-right: 10px;
    }
}

.f-downloads tr td > div.fit h5 {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 1.1rem;
    margin-top: 0;
    color: #666;
}

.f-downloads tr td > div.fit .upload-date {
    margin-bottom: 0.5rem;
    color: #666;
    font-size: 0.95rem;
}

/* downloads ends here */

/* logos starts here */

.f-logos-all .f-module-content {
    display: flex;
    justify-content: center;
}

.f-logos-all .f-module-content .fGalleryContainer {
    width: 20%;
    text-align: center;
}

.f-logos-all .f-module-content .fGalleryContainer:nth-child(1) {
    width: 40%;
}

.f-logos-all .f-module-content .fGalleryContainer:nth-child(1) .fGalleryImages {
    display: flex;
    flex-wrap: wrap;
}

.f-logos-all
    .f-module-content
    .fGalleryContainer:nth-child(1)
    .fGalleryImages
    .fGalleryItem {
    width: 50%;
}

.f-logos-all .f-module-content .fGalleryContainer h4 {
    color: var(--brand-color-1);
}

.f-logos-all .f-module-content .fGalleryContainer .ItemfinnerGallery {
    padding: 10px;
}

.f-logos-all .f-module-content .fGalleryContainer .ItemfinnerGallery img {
    width: 100%;
    height: 110px;
    padding: 10px;
    object-fit: contain;
    border: 1px solid #dedede;
}

/* logos ends here */

/* form css starts here */

.listing-header-item-currency > select {
    padding: 0.85rem 10px;
    border: 1px solid #ccc;
    border-radius: 0;
}

.listing-header-item-currency > input {
    padding: 0.85rem 10px;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: var(--brand-color-1);
    color: white;
}

.fForm .hint,
.fForm .error {
    margin-left: 0;
}

.intl-tel-input .country-list {
    max-height: 150px !important;
}

.discount-code .form-item {
    display: flex;
    flex-wrap: wrap;
    label {
        display: block;
        width: 100%;
    }
    input[type="text"] {
        width: 150px;
        background-color: #f9f9f9;
    }
    input[type="submit"] {
        width: 10%;
        border-radius: 0;
        background-color: var(--brand-color-1);
        color: white;
        border-color: var(--brand-color-1);
    }
}

#invoice .row {
    margin: 1rem 0;
    .col-sm-6:nth-child(1) {
        background-color: #eccccf;
    }
    .col-sm-6:nth-child(2) {
        background-color: #f8d7da;
    }
}

#invoice .row {
    border: 1px solid #dedede;
}

.view-login .fForm,
.view-account-recover .fForm {
    width: 650px;
    margin: 0 auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 8rem 1rem 1rem 1rem;
    margin-bottom: 2rem;
    position: relative;
    background-color: #fefcfe;
    max-width: 100%;
}

.view-login .fForm::after,
.view-account-recover .fForm::after {
    content: "";
    width: 6.1rem;
    height: 6.1rem;
    z-index: 9;
    position: absolute;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    background-image: url("../../../../../../storage.unitedwebnetwork.com/files/1212/d0a5aaf105972eb5ed1a5753290d09b1.gif");
    background-size: 150px;
    background-repeat: no-repeat;
    background-position: center;
}
.fForm .form-item .date {
    width: 100%;
}

/* form css ends here  */

/* committee members starts here */

.f-committee-tab .fModuleTitle h3 {
    text-align: center;
    font-size: 2rem;
}

.f-committee li.fGalleryItem,
.f-committee-tab .f-list-item {
    padding: 12px;
}

.f-committee li.fGalleryItem .ItemfinnerGallery,
.f-committee-tab .f-list-item .f-list-item-container {
    height: 100%;
    text-align: center;
    border: 1px solid #dedede;
    background-color: white;
    height: 100%;
}

.f-committee-tab .f-list-item .f-list-item-container {
    padding-bottom: 1rem;
}

.f-committee li.fGalleryItem .ItemfinnerGallery .fGalleryText h3,
.f-committee li.fGalleryItem .ItemfinnerGallery .fGalleryText h3 a,
.f-committee-tab .f-list-item .f-list-item-title a {
    font-size: 1.1rem;
    margin-bottom: 7px;
}

.f-committee-tab .f-list-item .f-list-item-title a {
    color: var(--brand-color-1);
}

.f-committee-tab .f-list-item .f-list-item-title {
    font-size: 1.1rem;
    margin-bottom: 0px;
    margin-top: 1rem;
}

.f-committee li.fGalleryItem .ItemfinnerGallery .fGalleryText span,
.f-committee-tab .f-list-item .f-list-item-subtitle a,
.f-committee-tab .f-list-item .f-list-item-subtitle {
    display: block;
    font-size: 0.9rem;
}

.f-committee-tab .f-list-item .f-list-item-container .f-list-item-teaser-image {
    aspect-ratio: 1/1;
    object-fit: cover;
}

/* committee members ends here */

/* Abstract start here */

.fKeyHighlight .row .text .red {
    color: #fff;
}

.fKeyHighlight .row .item img {
    width: 37px !important;
}

.fKeyHighlight .row.boxes .col-12 {
    display: grid;
    justify-content: start;
}

.fKeyHighlight .row.boxes .col-12:nth-child(-n + 2) {
    justify-content: end;
}

.fKeyHighlight .row.boxes .col-12 .item {
    padding: 2rem;
    width: 12rem;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--brand-color-1);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    transition: all 0.3s;
}

.fKeyHighlight .row.boxes .col-12 .item:hover {
    filter: drop-shadow(0 0 8px #333);
    transition: all 0.3s;
}

.fKeyHighlight .row.boxes .col-12:nth-child(-n + 3):not(:nth-child(1)) .item {
    background: var(--brand-color-bisque);
}

.fKeyHighlight .row.boxes .item figure {
    position: absolute;
    left: -2.3rem;
    height: 4.5rem;
    aspect-ratio: 1/1;
    background: var(--brand-color-bisque);
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    display: grid;
    place-content: center;
    font-size: 2rem;
    letter-spacing: -5px;
    margin: 0;
}

.fKeyHighlight
    .row.boxes
    .col-12:nth-child(-n + 3):not(:nth-child(1))
    .item
    figure {
    background: var(--brand-color-1);
}

.fKeyHighlight .row.boxes .item .text {
    display: grid;
    place-content: center;
    width: 100%;
    height: 100%;
}

.fKeyHighlight .row.boxes .item .text h5 {
    color: #fff;
    margin: 0 0 5px 0;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
}

.f-assessment {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    border-top: 4px solid var(--brand-color-1);
    border-bottom: 4px solid var(--brand-color-1);
    margin-top: 30px;
}

.f-assessment#fModule-46388 table.table th {
    text-align: center;
}

.f-assessment#fModule-46388 table.table th,
.f-assessment#fModule-46388 table.table td {
    vertical-align: baseline;
}

.f-assessment#fModule-46388 table.table tbody tr td {
    font-size: 15px;
}

.f-assessment#fModule-46388 table.table tbody tr td b {
    margin-right: 5px;
}

.f-assessment#fModule-46387 .row {
    margin-bottom: 0;
    margin-top: 10px;
}

.f-assessment#fModule-46387 {
    padding-top: 0 !important;
    padding-bottom: 1rem !important;
}

.f-assessment .row {
    margin: 0;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 60px;
}

.f-assessment .row .item {
    width: 20%;
    padding: 10px;
}

.f-assessment .row .item .inr-item {
    box-shadow: 0 10px 20px 10px rgba(0, 0, 0, 0.27);
    background-color: white;
    text-align: center;
    padding: 30px 10px;
    position: relative;
    height: 100%;
}

.f-assessment .row .item .inr-item::after {
    content: "";
    background: var(--brand-color-1);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    bottom: -5%;
}

.f-assessment .row .item .inr-item h3 {
    font-size: 2.1rem;
    margin-bottom: 0;
    font-weight: 800;
    color: var(--brand-color-bisque);
}

.f-assessment .row .item .inr-item span {
    color: var(--brand-color-1) !important;
    font-size: 0.9rem;
}

.f-assessment p:nth-child(1) {
    margin-top: 0;
}

.f-assessment ul {
    margin-left: 0;
    padding-left: 0;
}

.f-assessment h4 {
    color: var(--brand-color-blue);
    font-weight: 700;
    font-size: 1.2rem;
}

.f-guidelines-section .row .col-12 {
    margin-bottom: 2rem;
}

.f-guidelines-section .row .col-12 .item {
    padding: 1.5rem;
    box-shadow: 0 0 2px 0 #888;
    height: 100%;
    transition: all 0.5s;
}

.f-guidelines-section .row .col-12 .item:hover {
    transform: translateY(-1rem);
    box-shadow: 0 0 10px 0 #888;
    transition: all 0.5s;
}

.f-guidelines-section .row .col-12 .item .f-image {
    padding: 0 1rem;
}

.f-guidelines-section .row .col-12 .item .f-image img {
    width: 5rem;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.f-guidelines-section .row .col-12 .item .f-image h3 {
    font-weight: 700;
    color: var(--brand-color-1);
    margin: 1rem 0;
}

.f-guidelines-section .row .col-12 .item .f-text {
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

/* end Abstract here */

/* Practical info start here */

.f-see-do-nav ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 0;
}

.f-see-do-nav ul li a {
    padding: 0.25rem 1rem;
    border: 1px solid #000;
    border-radius: 1rem;
    display: block;
}

.f-see-do .f-list-item-container {
    box-shadow: 5px 5px 20px -10px #666;
    height: 100%;
}

.f-see-do .f-list-item-container img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
}

.f-see-do .f-list-item-container .f-list-item-title a {
    margin: 0.5rem 0;
    font-size: 1.25rem;
    font-weight: 700;
}

.f-see-do .f-list-item-container .f-list-item-teaser-content p {
    margin: 0.5rem 0;
}

.f-see-do .f-list-item-container .f-content-container-text {
    padding: 1rem;
}

.f-see-do-cin .f-list-item-teaser-content p a i {
    color: var(--brand-color-theme-3);
}

.f-see-do-cin .f-list-item:nth-child(-n + 3) {
    width: 100%;
    .f-list-item-container {
        display: flex;
        flex-wrap: wrap;
    }
    .f-list-item-teaser-image {
        width: 60%;
    }
    .f-content-container-text {
        width: 40%;
    }
}

.f-see-do-cin .f-list-item:nth-child(2) .f-list-item-teaser-image {
    order: 1;
}

.f-trip-plan .fModuleTitle h3 {
    lign: start;
    font-size: 2rem;
}

text-a .f-trip-plan p img {
    width: 8rem;
}

.f-trip-plan h5 {
    color: var(--brand-color-blue);
}

.f-trip-plan h4 {
    color: var(--brand-color-1);
    font-weight: 600;
}

.f-yfvc h5 {
    color: var(--brand-color-1);
    font-weight: 700;
}

.f-yfvc h4 {
    color: var(--brand-color-1);
    font-weight: 700;
    font-size: 1.25rem;
}

.f-yfvc h3 {
    font-size: 1.75rem !important;
}

.f-rhau .fModuleTitle h3 {
    text-align: start;
}

.f-rhau h3 {
    font-size: 1.75rem;
}

.Faq-info-container .accordion h3 {
    color: var(--brand-color-1);
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

.f-timeline-nav .fMenu {
    display: flex;
    justify-content: space-around;
    position: relative;
}

.f-timeline-nav .fMenu li {
    padding: 20px 0px;
    width: -webkit-fill-available;
    text-align: center;
    background-color: white;
    position: relative;
}

.f-timeline-nav .fMenu li.selected::before {
    content: "";
    position: absolute;
    right: 50%;
    top: 40%;
    transform: scaleY(-50%);
    width: 100%;
    height: 3px;
    background-color: var(--brand-color-1);
}

.f-timeline-nav .fMenu li.future a {
    opacity: 0.5;
    pointer-events: none;
}

.f-timeline-nav .fMenu li a {
    background-color: var(--brand-color-1);
    padding: 10px;
    color: white;
    display: inline-block;
    width: 150px;
    z-index: 99;
    position: relative;
}

/* About page start here */

.f-about-text h3 {
    font-size: 2rem;
    color: var(--brand-color-1);
    font-weight: 600;
}

.f-about-text .info p img {
    width: 250px !important;
    height: 180px;
    padding: 10px;
    object-fit: contain;
    box-shadow: 0 0 8px 0 #ddd;
    border-radius: 25px;
    border-left: 8px solid var(--brand-color-1);
    border-top: 8px solid var(--brand-color-1);
    border-right: 2px solid var(--brand-color-3);
    border-bottom: 2px solid var(--brand-color-3);
}

/* About page end here */

/* Visa immigration start hetre */

.f-visa .row .info p {
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
    line-height: 1.3;
    color: var(--brand-color-1);
}

.f-visa .row .wp-block {
    height: 250px;
    overflow-x: auto;
    margin: 3rem 0;
}

.f-visa .row .wp-block table td {
    border-bottom: 1px solid #ccc;
}

.f-visa .row .fg-time {
    padding: 1rem;
    color: var(--brand-color-1);
    background: #f5f5f5;
    margin-bottom: 2rem;
}

.f-visa .row .fg-time ul li span {
    color: #000;
}

.f-visa .row .fg-time ul li {
    margin: 0 !important;
}

.f-visa .row .sidebar {
    border-left: 1px solid #eee;
}

.f-visa .row .sidebar h3 {
    margin: 0 !important;
}

.f-visa .row .news h3,
.venue h3 {
    color: var(--brand-color-1);
}

.f-visa .row .news {
    background: #f5f5f5;
    padding: 1rem;
}

.f-visa .row .venue {
    background: #f5f5f5;
    padding: 1rem;
    margin-bottom: 2rem;
}

/* Visa immigration start hetre */

/* registration starts here */

.f-how-to-reg ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

.f-how-to-reg ul li {
    list-style: none;
    margin: 0;
    padding: 12px;
}

.f-how-to-reg ul li div {
    height: 100%;
    background-color: white;
    padding: 1rem;
    border: 1px solid #dedede;
    &:hover {
        transition: all 0.2s ease-in-out;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
}

/* registration ends here */

/* social media toolkit page starts here */

/* .main-social-media-kit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000038;
    z-index: 99999999999999;
    align-items: center;
    display: flex;
}

.main-social-media-kit .container {
    background-color: white;
    position: relative;
    padding: 0;
    min-height: 700px;
} */

/* .main-social-media-kit .container>.row {
    max-height: 700px;
    overflow: auto;
} */

/* .main-social-media-kit .nav-menu-for-direction {
    position: static!important;
} */

/* .main-social-media-kit #close-btn-pop-up-social-media-toolkit {
    position: absolute;
    right: 2rem;
    top: 1rem;
    color: white;
    background-color: var(--brand-color-1);
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    z-index: 9999999999999999999999999;
    cursor: pointer;
} */

/* #fModule-49771 #download-brochure {
    cursor: pointer;
} */

.main-social-media-kit .f-nav-brochures-and-images li.fGalleryItem {
    padding: 12px;
}

.main-social-media-kit
    .f-nav-brochures-and-images
    li.fGalleryItem
    .ItemfinnerGallery {
    height: 100%;
    padding-top: 3rem;
    position: relative;
}

.main-social-media-kit
    .f-nav-brochures-and-images
    li.fGalleryItem
    .ItemfinnerGallery
    .fGalleryImage
    img {
    height: 300px;
    object-fit: contain;
    border: 1px solid #dedede;
}

.main-social-media-kit
    .f-nav-brochures-and-images
    li.fGalleryItem
    .ItemfinnerGallery
    .fGalleryText
    h3 {
    font-size: 1.1rem;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

.main-social-media-kit
    .f-nav-brochures-and-images
    li.fGalleryItem
    .ItemfinnerGallery
    .fGalleryText
    a.download-pdf-word,
.main-social-media-kit
    .f-nav-brochures-and-images
    li.fGalleryItem
    .ItemfinnerGallery
    .fGalleryText
    a.download-kit {
    color: var(--brand-color-1);
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
    padding-top: 1rem;
}

.main-social-media-kit
    .f-nav-brochures-and-images
    li.fGalleryItem
    .ItemfinnerGallery
    .fGalleryText
    a.download-pdf-word::after,
.main-social-media-kit
    .f-nav-brochures-and-images
    li.fGalleryItem
    .ItemfinnerGallery
    .fGalleryText
    a.download-kit::after {
    content: "\f019";
    position: relative;
    font-family: "FontAwesome";
    margin-left: 1rem;
}

/* social media toolkit page ends here */

/***************************************************************************
                        RESPONSIVE MEDIA QUERY
****************************************************************************/

/*xxl*/

@media (min-width: 991.9px) {
    .f-how-to-reg ul li {
        width: 50%;
    }
    .f-how-to-reg ul li:last-child {
        width: 100%;
    }
}

@media (min-width: 1299.9px) {
    .f-committee li.fGalleryItem {
        width: 20%;
    }
}

@media (max-width: 1599px) {
    html {
        font-size: 16px;
    }
}

/*xl*/

@media (max-width: 1399.9px) {
    html {
        font-size: 16px;
    }
    .f-highlights-text .f-module-content ul {
        li {
            div {
                width: 80%;
            }
        }
    }
}

@media (max-width: 1299.9px) {
    .f-logos-all .f-module-content .fGalleryContainer {
        width: 25%;
    }
    .f-logos-all .f-module-content .fGalleryContainer:nth-child(1) {
        width: 50%;
    }
}

/*lg*/

@media (max-width: 1199px) {
    html {
        font-size: 15px;
    }
}

/*md*/

@media (max-width: 991.9px) {
    html {
        font-size: 14px;
    }
    .fHeader .navbar-toggle .icon-bar {
        background: var(--brand-color-1);
    }
    .fHeader .menu-horizontal nav ul.fMenu {
        gap: 0;
        background-color: var(--brand-color-1);
    }
    .fHeader .menu-horizontal nav > ul > li > a {
        padding: 0.75rem 1rem !important;
        border-bottom: 0;
        color: var(--brand-color-1);
        background: #fff;
        border: 0 !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }
    .f-banner .ItemfinnerGallery img {
        height: 350px;
        object-fit: cover;
        object-position: right center;
    }
    .f-countdown-main > div.container > div.row {
        justify-content: center;
        margin: 0;
        border: 0;
    }
    .f-countdown-btn {
        order: -1;
    }
    .f-countdown-main > .container .fModule {
        padding-left: 0;
        padding-right: 0;
    }
    .f-about-home .fModuleContent h4 {
        font-size: 1.45rem;
    }
    .f-venue .f-media-text .numbers-carousel {
        left: 0;
        bottom: 0;
        margin-top: 1rem;
        padding: 0.8rem 0rem;
    }
    .f-submit-abs {
        padding: 2rem 12px !important;
    }
    .f-highlights-main::after {
        content: unset;
    }
    .f-logos-all .f-module-content .fGalleryContainer {
        width: 33.33%;
    }
    .f-logos-all .f-module-content .fGalleryContainer:nth-child(1) {
        width: 66.66%;
    }
    .f-assessment .row .item {
        width: 30%;
    }
}

/*sm*/

@media (max-width: 767.9px) {
    html {
        font-size: 14px;
    }
    header.fHeader {
        left: 0;
        right: 0;
    }
    .f-copyright {
        text-align: center;
        border-top: 1px solid #aaa;
    }
    .f-subscribe-footer > * {
        width: 80% !important;
    }
    .f-highlights-text .f-module-content ul {
        li {
            width: 50%;
        }
    }
    .f-welcome-message h3 {
        line-height: 1em;
    }
    .f-welcome-message .f-media-image img {
        max-width: 10rem;
    }
    .f-important-dates-table tr {
        display: flex;
        flex-wrap: wrap;
    }
    .f-important-dates-table tr td,
    .f-important-dates-table tr td:nth-child(2),
    .f-important-dates-table tr:nth-child(2) td:nth-child(1),
    .f-important-dates-table tr:nth-child(3) td:nth-child(1),
    .f-important-dates-table tr:nth-child(4) td:nth-child(1),
    .f-important-dates-table tr:nth-child(5) td:nth-child(1) {
        width: 100%;
    }
    .f-important-dates-table tr.heading td:last-child,
    .f-important-dates-table tr td:last-child {
        text-align: start;
    }
    .f-important-dates-table tr:nth-child(2) td:nth-child(1),
    .f-important-dates-table tr:nth-child(3) td:nth-child(1),
    .f-important-dates-table tr:nth-child(4) td:nth-child(1),
    .f-important-dates-table tr:nth-child(5) td:nth-child(1) {
        padding-bottom: 0;
    }
    .f-important-dates-table tr.heading td:last-child a {
        top: 0;
    }
    .f-important-dates-table tr td:nth-child(2) {
        padding-top: 0;
        padding-bottom: 0;
    }
    .f-submit-abs .text h3,
    .f-venue .f-media-text h3,
    .f-welcome-message h3,
    .fModuleTitle h3,
    .f-highlights-text .f-module-content h3,
    .f-subscribe-footer .fModuleTitle h3 {
        font-size: 2rem;
    }
    .f-logos-all .f-module-content {
        flex-wrap: wrap;
    }
    .f-logos-all .f-module-content .fGalleryContainer {
        width: 45%;
    }
    .f-logos-all .f-module-content .fGalleryContainer:nth-child(1) {
        width: 90%;
    }
    .f-assessment .row .item {
        width: 33.33%;
    }
}

/*xs*/

@media (max-width: 575px) {
    html {
        font-size: 13px;
    }
    .f-subscribe-footer > * {
        width: 100% !important;
    }
    .f-highlights-text .f-module-content ul {
        & li {
            &::before {
                width: 25px;
                height: 25px;
                font-size: 0.95rem;
            }
        }
    }
    .f-highlights-main .fGalleryItem {
        .ItemfinnerGallery img {
            height: auto;
        }
    }
    .f-highlights {
        padding-bottom: 0 !important;
    }
    .f-welcome-message .f-media-image img {
        width: 9rem;
    }
    .f-subscribe-footer {
        width: 95%;
        margin: 1rem auto;
    }
    .f-logos-all .f-module-content .fGalleryContainer {
        width: 50%;
    }
    .f-logos-all .f-module-content .fGalleryContainer:nth-child(1) {
        width: 100%;
    }
    .f-logos-all .f-module-content .fGalleryContainer .ItemfinnerGallery img {
        height: 90px;
    }
    .fKeyHighlight .row.boxes .item .text p {
        color: #fff;
        width: 100%;
    }
    .fKeyHighlight .row.boxes .col-12:nth-child(n) {
        justify-content: center !important;
    }
    .fKeyHighlight .row.boxes .col-12 .item {
        background: var(--brand-color-1) !important;
    }
    .fKeyHighlight .row.boxes .col-12 .item figure {
        background: var(--brand-color-bisque) !important;
    }
    .fKeyHighlight .row.boxes .col-12:nth-child(2n) .item {
        background: var(--brand-color-bisque) !important;
    }
    .fKeyHighlight .row.boxes .col-12:nth-child(2n) .item figure {
        background: var(--brand-color-1) !important;
    }
    .fKeyHighlight .row.boxes .col-12 .item figure {
        top: -1rem;
        left: -1rem;
    }
    .fKeyHighlight .row.boxes .col-12:nth-child(2n) .item figure {
        left: unset;
        right: -1rem;
    }
    .f-assessment .row .item {
        width: 44.33%;
    }
}

/* ************ */

@media (max-width: 475.9px) {
    .f-assessment .row .item {
        width: 50%;
    }
}

.abstracts .f-list-item-container {
    display: flex;
    width: 100%;
    align-items: center;
}
.abstracts .f-list .f-list-column-1 {
    flex-grow: 1;
}
.abstracts .f-list .f-list-column-2 {
    flex-basis: 120px;
    text-align: center;
}

.abstracts #f-list-node-id {
    display: block;
    font-size: 1rem;
    color: #000;
    font-weight: 400;
}
.abstracts.abstracts-review #f-list-node-id {
    font-weight: 800;
}
.abstracts.abstracts-review .f-list-title {
    font-weight: 400;
}
.abstracts .f-list-item {
    padding-left: 60px;
}

.abstracts .list-item-draft {
    background: url("../../../../../../img.icons8.com/color/48/000000/box-important--v1.png")
        1rem center no-repeat;
    background-size: 32px;
}
.abstracts .list-item-submitted {
    background: url("../../../../../../img.icons8.com/color/48/000000/checked-2--v1.png")
        1rem center no-repeat;
    background-size: 32px;
}
.abstracts .f-list .list-item-submitted #f-list-node-8848 {
    background: #c8e6c9;
}
.abstracts .f-list .list-item-submitted:hover #f-list-node-8848 {
    background: #8ed590;
}

.abstracts #f-list-node-8848 {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    background: #efefef;
    transition: 0.2s all;
}
.abstracts .f-list-item:hover #f-list-node-8848 {
    background: #ccc;
}

#f-messages {
    margin-bottom: 1rem;
    margin-top: 1rem;
}
#f-messages .item {
    margin: 0 auto 0.5rem;
    border-radius: 0.3rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
#f-messages .item.info {
    background: #006600;
}
#f-messages .item.error {
    background: #330000;
}
