/* CSS Document */
/*
Styles for the date and place information.
*/
@import url('https://fonts.googleapis.com/css2?family=Expletus+Sans:wght@400;500;600;700&display=swap');

body {
    /* font-family: 'Expletus Sans', sans-serif; */
}

a:hover, .fake-link:hover, .ui-widget-content a:hover {
color: #BF2424;;
cursor: pointer;
}

.confTitleBox {
color: #fff;
min-height: 90px;
text-align: left;
font-family: "Expletus sans";
background: #870a0a;
margin: -20px 0 -8px 0;
}

.confLogo{
    width: 197px;
    
}

.confheader {
background: #870a0a;
}

.conference-title-link {
font-size: 1.92em;
padding-top: 0.6em;
color: #fff;
font-family: "Expletus sans";
font-variant: all-petite-caps;
line-height: 1.5em;
}

.confSubTitleContent {
width: 950px;
margin: 0 auto;
color: white;
height: 50px;
padding-left: 10px;
}

.datePlace {
    font-size: 12pt;
    font-weight: 500;
    color: white;
    line-height: 1.6rem;
    letter-spacing: 0.15em;
}

div.datePlace > div.timezone {
    font-size: 0pt;
    color: #870a0a;
}

.confLogoBox {
padding: 10px 20px 15px 0px;
}

.confSubTitleBox {
    position: relative;
    background: linear-gradient(
        180deg,
        rgba(135, 10, 10, 1) 12%,
        rgba(191, 36, 36, 1) 100%
    );
    border-color: #870a0a;
}

/* Bordo superiore con radial-gradient */
.confSubTitleBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px; /* spessore del bordo */
    background: radial-gradient(
        circle,
        rgba(120, 4, 4, 1) 0%,   /* centro pieno */
        rgba(135, 10, 10, 0) 65% /* dissolvenza */
    );
    pointer-events: none;
}

/*
Styles for the menu box
*/
#outer {
  border: 1px solid #ccc;
  background: #f6f6f6;
}

/*
The menu item
*/
#outer li a {
  /* font-family: "expletus-sans"; */
  font-size: 10pt;
}

/*
The menu item when doing mouseover
*/
#outer li a:hover {
/*  background: #e0e0e0; */
background: #870a0a;
color: ghostwhite;
}

#outer li a:not(.no-link):hover {
background: #870a0a;
color: ghostwhite;
}

/*
A non selected menu item
*/
.menuConfTitle {
  text-align: left;
}

.menuConfTitle a {
  color: #275c86;
  padding: 7px 12px;
}

/*
A selected menu item
*/

.menuConfTitle.selected > a,
.menuConfMiddleCell.selected > a {
  color: white;
  background: #BF2424;
  border-bottom: 1px solid #d0d0d0;
  border-top: 1px solid #d0d0d0;
}

/*
sub menu item
*/
li ul.inner li a {
  padding: 3px 12px 3px 30px;
  background: transparent url(/images/conf/left_menu_bullet.png) scroll no-repeat 15px center;
}

/*
Support box
*/

.support_box {
  background: #f6f6f6;
  border: 1px solid #ccc;
}

.support_box > h3 {
color: #f3f3f3;
background: #BF2424;
margin: 0 0 10px 0;
padding: 5px 0 5px 13px;
font-weight: normal;
font-size: 1.15em;
font-variant: none;
font-family: "Liberation Sans",sans-serif;
letter-spacing: 0.05em;
}

.infoline {
    display: none;
    
}

.conferenceDetails .description {
color: #777;
font-size: 1.2em;
margin: -1.9em 0 2em 0;
}

.conferenceDetails .description >
h2, h3, h4 {
font-family: Bangla MN;
font-size: 1.4em;
font-variant: all-petite-caps;
}


.conferenceDetails .description > blockquote {
    position: relative;
    padding: 5px 8px 5px 30px;
    background: linear-gradient(
        90deg,
        rgba(158, 158, 158, 0.29) 12%,
        rgba(211, 211, 211, 0) 100%
    );
    border-left: 3px solid #1e9ddb;
    font-size: 0.9em;
    margin: 0px 0px 10px 10px;
}

.editor-output { 
    font-size: 1.1em;
}
 .editor-output > blockquote {
    position: relative;
    padding: 5px 8px 5px 30px;
    background: linear-gradient(
        90deg,
        rgba(158, 158, 158, 0.29) 12%,
        rgba(211, 211, 211, 0) 100%
    );
    border-left: 3px solid #1e9ddb;
    font-size: 0.9em;
    margin: 0px 0px 10px 10px;
}
/* Bordo superiore in gradiente */
.conferenceDetails .description > blockquote::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px; /* spessore */
    background: linear-gradient(
        90deg,
        rgba(30, 157, 219, 1) 0%,   /* #1e9ddb pieno */
        rgba(116, 204, 247, 0) 50% /* dissolvenza */
    );
    pointer-events: none;
}

/* Bordo inferiore in gradiente */ 
.conferenceDetails .description > blockquote::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0;
    right: 0;
    height: 1px; /* spessore */
    background: linear-gradient(
        90deg,
        rgba(30, 157, 219, 1) 0%,   /* #1e9ddb pieno */
        rgba(116, 204, 247, 0) 50% /* dissolvenza */
    );
    pointer-events: none;
}

.conference-page header .title>.text>.title-with-actions h2, .conference-page header .title>.text>.title-with-actions h3 {
font-family: 'Expletus Sans', sans-serif;
font-size: 120%;
font-weight: normal;
display: inline;
margin-right: 0;
color: rgb(192, 57, 43);
}

.sisfa-title {
    position: relative;
    height: 80px;
    padding: 10px 15px;
    color: rgb(192, 57, 43);
    background: linear-gradient(180deg, rgba(158, 158, 158, 0.29) 12%, rgba(211, 211, 211, 0) 100%);
    font-family: 'Expletus Sans', sans-serif;
    font-size: 1.5em;
    line-height: 1.4em;
    margin: -10px 0 20px 0;
    border-top: 2px solid #1e9ddb; /* bordo superiore pieno */
}

/* lato sinistro in gradiente */
.sisfa-title::before,
.sisfa-title::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px; /* spessore bordo laterale */
    background: linear-gradient( 180deg, rgba(30, 157, 219, 1) 0%, /* #1e9ddb pieno */ rgba(116, 204, 247, 0) 77% /* dissolvenza */ );
}

/* sinistra */
.sisfa-title::before {
    left: 0;
}

/* destra */
.sisfa-title::after {
    right: 0;
}

hr.radial {
    border: 0;
    height: 2px;              /* spessore */
    width: 90%;               /* come nel tuo esempio */
    margin: 20px auto;        /* centrata */
    background: radial-gradient(
        circle,
        rgba(30, 157, 219, 1) 0%,     /* centro: #1e9ddb pieno */
        rgba(30, 157, 219, 0) 70%     /* dissolvenza verso i lati */
    );
}

.fees-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


.fees-title {
  text-align: center !important;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.fees-subtitle {
  text-align: center !important;
  margin-top: 2rem;
  font-weight: 600;
}


.fees-row {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  border-bottom: 1px solid #d0d0d0;
  font-size: 1rem;
}

.fees-row .amount {
  font-weight: 600;
}

.fees-note {
  margin-top: 2rem;
  font-size: 0.9rem;
  line-height: 1.4;
}


.deadlines p {
  font-family: var(--expreg);
  margin: 0.8rem 0;
  line-height: 1.5;
}

.deadline {
  background-color: #c0392b;
  color: #ffffff;
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
  font-weight: 600;
}

.deadline s {
  opacity: 0.8;
}

.new-date {
  font-weight: 700;
  color: #ffffff;
}

.deadlines strong {
  font-weight: 700;
}