:root {
    --color-1: #1aa469;
    --color-1-text: #fff;
    --color-1-hover: #12965d;
    --color-1-hover-text: #fff;
    --color-2: #ee6d21;
    --color-2-hover: #de691d;
    --color-2-text: #fff;
    --default-bg: #fff;
    --default-fg: #444;
    --default-fg-hover: #000;
    --default-radius: 0px;
    --grey-light: #f1f1f1;
    --grey-dark: #e0e0e0;
}
body{
	overflow-x: hidden;
}
#fContent{
    background-image: url("https://www.apsaseed.org/storage/2025/04/Background_279710.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: lighten;
}
#fMenu-toggle-48553 {
    top: 0% !important;
    transform: translate(0%, 0%) !important;
}
.f-list-header form{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.f-list-header form .f-list-header-item-search, 
.f-list-header form .f-listing-header-filter.f-listing-session-venue {
    width: 100%;
    margin: 0 5px;
}
.f-list-header form  .f-list-header-item-go{
    margin-bottom:0;
}
#btnStartChat.button {
    background: var(--color-2);
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    display: block;
    width: fit-content;
}
#fMatter .banner .fGalleryView .fGalleryImage{
	display:block;
}
.banner {
    margin: -2rem -1rem 1rem;
}

@media(min-width:1170px) {
    form.fForm label {
        width: 100%;
		text-align: left;
    }
    form.fForm .hint,
    form.fForm .error {
        margin-left: 0;
    }
}
header#fHeader{
	display:block !important;
}
.mobile-logo {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.grey-box-round {
    background: var(--bs-green);
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px;
}
.grey-box-round a{
	color: #fff;
	text-decoration: underline;
	font-style:italic;
}
#fMatter, #fMatterPre {
    padding-top: 0;
    padding-bottom: 9rem;
}


.navbar-toggle {
    position: relative;
    float: right;
    padding: 1rem;
    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;
}

.navbar-toggle .icon-bar {
    position: absolute;
    right: 0;
    height: 3px;
    width: 26px;
    background: var(--bs-green);
}

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

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

.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;
}

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

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

.navbar-toggle.collapsed .icon-bar:nth-child(3) {
    opacity: 1;
    margin-top: 7px;
}
.webapp-footer nav {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    opacity: 0;
    transition: 0.01s height;
    z-index: 999;
}
footer#fFooter .webapp-footer nav.collapse.show {
    display: block !important;
    opacity: 1;
    position: fixed;
    z-index: 999;
}
footer#fFooter .webapp-footer .fMenu {
    background: #fff;
    width: 380px;
    max-width: calc(100% - 3rem);
    height: 100%;
    overflow: auto;
    left: 0px;
    transition: 0.5s all;
    position: absolute;
    display: flex;
    flex-direction: column;
    z-index: 999;
    padding-top: 2rem;
}
footer#fFooter .webapp-footer .fMenu li.menu-item {
    width: 100%;
    padding: 8px;
}
footer#fFooter .webapp-footer nav.collapse.show li.menu-item a {
    text-align: left;
    margin-left: 1rem;
}
footer#fFooter .webapp-footer .fMenu li.menu-item ul li{
	padding: 0 0 0 15px;
}
.webapp-footer .menu-item-icon{
	display:none;
}
.webapp-footer .fMenu .menu-item.close {
	display: none;
}
.webapp-footer ul ul {
	margin: 0; padding: 0;
}
.webapp-footer .collapse.show .fMenu li a {
    display: block;
    width: unset;
    height: unset;
    color: black;
    border: none;
    text-align: center;
    align-content: center;
    border-radius: 0;
    font-weight: 600;
    padding-bottom: 0.5rem;
}
.webapp-footer .collapse.show ul.fMenu ul a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-weight: 400 !important;
}
.menu-item-icon img {
    background: #efefef;
    border-radius: 10px;
}
.nav-dashboard .menu-item-text {
    margin-top: 5px;
    display: block;
	font-weight: 500;
}
/*.nav-dashboard ul.fMenu ul{
	transform: translate(-50%, -90%) !important;
}*/
.nav-dashboard li.close a{
	bottom: 5rem !important;
    transform: translate(-50%, -170%) !important;
}
body .nav-dashboard a{
	padding: 0.6rem;
}
.notification .f-list-item-title{
	font-size:0.8rem;
	font-weight:400;
}
.notification .f-list-item-subtitle{
	font-size:1rem;
	font-weight: 600;
}  
.notification .f-list-item-container {
    background: #eed97f78;
    border: 2px solid #eed97f;
    padding: 1rem;
    border-radius: 10px;
    margin-bottom: 10px;
}
.notification .fButton-arrow{
	background:#fff;  
}
.notification .f-list-item-teaser-content{
	margin:0;  
} 
.notification p{
	margin-bottom:0.5rem;
	padding-top:0;
}
.notification::before {
    position: absolute;
    top: -0.2rem;
    right: -0.2rem;
    height: 1rem;
    width: 1rem;
    background: #cc0000;
    content: "";
    border-radius: 50%;
    animation: blinking 2.5s infinite;
}
.f-sponsors-logos-new .fGalleryText a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.f-sponsors-logos-new .fGalleryImage{
	padding:10px;
	height: 100%;
	min-height: -webkit-fill-available;
	display: flex;
	align-items: center;
	background: #fff;
	border: 1px solid var(--bs-gray-300);
	margin: 10px;
}
.f-sponsors-logos-new ul.fGalleryList li{
	height: 100%;
	position: relative;
	min-height: -webkit-fill-available;
	display: flex;
	align-items: center;
}
#fModule-57924 .fGalleryImage img{
	max-height: 75px;
}
#fModule-57924 .fGalleryImage{
	width: 100%;
	justify-content: center;
	min-height: 95px;
}
body h3{
	margin: 15px auto 0px auto !important;
}
#fContent>.container{
	padding-top:0;
}
body .table > tbody > tr > td{
	border-right:0;
	border-left:0;
	background: #ffffffc4;
}

/*#menu-item-34565 ul {
    bottom: -3rem;
}*/



body .nav-dashboard ul.fMenu li.hover ul {
    display: block;
    bottom: 27%;
    opacity: 1;
}