:root {
    --brand-color-1: #f19ec2;
    --brand-color-1h: #7ecbf6;
    --brand-color-1-text: #ffffff;
    --brand-color-2: #2786d5;
    --brand-color-2h: #fdcc00;
    --brand-color-2-text: #ffffff;
    --brand-color-3: #0090fb;
    --brand-color-3h: #02439c;
    --brand-color-3-text: #cae6ff;
    --brand-color-4: #f8a200;
    --brand-color-5: #46cca6;
    --brand-color-5h: #00f689;
}
body{
    font-family: "Noto Sans JP", sans-serif;
	font-size:15px;
}
header.fHeader{
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 22, 68,1) 0%, rgba(1, 55, 126,1) 28%, rgba(43, 0, 72,1) 58%, rgba(45, 0, 72,1) 70%, rgba(83, 0, 78,1) 100%);
    position: sticky;
    top: 0;
    z-index: 100;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url(https://aoce2026.org/images/banner/slider.png); */
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: none;
}
.f-scrolled header.fHeader{
	box-shadow: 0 0 1rem rgba(0, 0, 0, .25);
}
.logo img {
    max-height: 90px;
    max-width: 100%;
}
.fPageTitle{
    background: var(--brand-color-2);
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(0, 22, 68,1) 0%, rgba(1, 55, 126,1) 28%, rgba(43, 0, 72,1) 58%, rgba(45, 0, 72,1) 70%, rgba(83, 0, 78,1) 100%);
}
a.fButton,
form.fForm .buttons input,
.f-button.f-button-back,
#abstract-preview-button{
    font-weight: 600;
}

/***ProgrammeMenu***/
.menu-horizontal a{
	color: var(--brand-color-1-text);
	padding: 10px 15px;
	font-weight: 600;
}
.menu-horizontal a:hover{
	color: var(--brand-color-1-text);
}
.menu-horizontal .fMenu li:hover,
.menu-horizontal .fMenu li.selected{
	background: var(--brand-color-1);
}
.menu-horizontal nav>ul>li>ul {
    position: absolute;
    top: 100%;
    width: 250px;
    display: none;
}
.menu-horizontal ul.fMenu li {
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.menu-horizontal nav>ul>li>ul li a:hover {
    color: #fff;
    background: #1173ba;
}
.menu-horizontal nav>ul>li>ul li a {
    color: var(--brand-color-2-text);
    background: var(--brand-color-1h);
    font-size: 0.8rem;
    padding: 10px 10px;
    text-transform: capitalize;
    transition: all 0.3s ease 0.1s;
    box-shadow: 0px 0px 20px #00000008;
    border-bottom: 1px solid #fff;
    font-weight: 600;
}
.menu-horizontal .fMenu li:hover>ul {
    visibility: visible;
    opacity: 1;
    position: absolute;
    padding-top: 0;
    top: 100%;
    z-index: 9;
    transition: all 0.4s ease-in-out;
    display: block;
    transform: perspective(600px) scale(1);
    width: 250px;
}
.menu-horizontal .fMenu li:hover>ul li{
    text-align:left;
}

/***Timeline***/
.menu-timeline li::before {
    content: none;
}

.menu-timeline .menu-item.selected::before {
	height: 2px;
	width: 100%;
	left: -50%; top: 1rem;
	position: absolute;
	background: var(--brand-color-3);
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}

/***Abstract***/
.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-4);
	background:#fff;
}
.abstracts-list .f-list-item.f-list-paid-0 {
	background:url('https://img.icons8.com/color/48/cheap-2--v1.png') 1rem center no-repeat;
	background-size: 32px;
	opacity: 0.6;
	transition: 0.5s all;
}
.abstracts-list .f-list-item.f-list-paid-0:hover {
	opacity: 1;
}
.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;
}
.abstracts-list .f-list-item.f-list-pending,
.abstracts-list .f-list-item.f-list-draft {
	background:url('https://storage.unitedwebnetwork.com/files/1099/9097c9f15339d6ba2049455689d85a3a.gif') 1rem center no-repeat;
	background-size: 32px;
}
.abstracts-list .f-list-item-container.action .f-list-subtitle a:before{
	display: block;
	content: "";
	height: 1.04rem;
	width: 1.04rem;
	background: red;
	border-radius: 1rem;
	position: absolute;
	left: 20px;
	animation: blinking 2s infinite;
}
.abstracts-list .f-list-column-2 .f-list-node-value {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 1.5rem;
    background: #efefef;
    transition: 0.2s all;
}
.abstracts-list .f-list .f-list-withdrawn {
	opacity: 0.6;
}
.abstracts-list .f-list .f-list-withdrawn .f-list-column-2 .f-list-node-value {
	background: #d3d3d3;
    color: #888;
}
.abstracts-list .f-list .f-list-done .f-list-column-2 .f-list-node-value{
	background: #c8e6c9;
}
.abstracts-list .f-list .f-list-done:hover  .f-list-column-2 .f-list-node-value{
	background: #8ed590;
}
.abstracts-list .f-list .f-list-pending .f-list-column-2 .f-list-node-value{
	background: #ffca27;
}
.abstracts-list .f-list .f-list-pending:hover .f-list-column-2 .f-list-node-value{
	background: #dba708;
}

.form-item-type-file .hint-button a {
  color: #fff;
  font-weight: 600; 
  background: var(--brand-color-2); 
  padding: 10px; 
  text-decoration: none; 
}

.fForm .buttons {
    padding-left: unset;
}