/* Deep Blue and Coral theme */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600&display=swap');

.conference-title-link span[itemprop="title"] {
    vertical-align: middle;
    color: #105373;
    font-family: 'Open Sans';
    display: none;
}

.conference-title-link {
    box-sizing: border-box;
    height: 400px;
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    padding: 50px 0 5px 0;
    color: transparent;
    font-family: "Open Sans", Helvetica, Sans;

    background-size: 500px;
    background-repeat: no-repeat;
    background-position: bottom;
}

body {
    background-color: #E1FFFE;
    font-family: "Nunito", sans-serif;
}

.main {
    background-color: #E1FFFE;
    /* Note: You'll need to replace this with your new background image */
    background-position-x: center;
}

.conf {
    max-width: 1030px;
    border: none;
    margin: 0 auto;
}

.conferenceDetails .description {
    font-family: "Nunito", sans-serif !important;
}

.confheader {
    margin-bottom: 1em;
    background: none;
}

.confTitleBox {
    position: relative;
    color: white;
    border: none;
    border-radius: 8px;
    background: none;
}

.confLogoBox {
    float: none;
    display: inline-block;
    padding-right: 10px;
    vertical-align: middle;
}

.confLogoBox img {
    height: 75px;
}

.conference-title-link {
    box-sizing: border-box;
    /* height: 400px; */
    text-align: center;
    font-size: 2em;
    font-weight: normal;
    padding: 50px 0 5px 0;
    /* color: transparent; */
    font-family: "Nunito", sans-serif;
    background-size: 950px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.confSubTitleBox {
    border: none;
    text-align: center;
    border-radius: 12px;
    padding: 1.2em;
    background-color: #002F56;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.confSubTitleContent {
    width: 100%;
    color: #ffffff !important;
    font-family: "Nunito", sans-serif;
    font-size: 2em;
    margin: 0;
    align-items: center;
}

.datePlace {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: "Nunito", sans-serif;
    font-size: 1.1em;
    padding-right: 0 !important;
    margin-right: 1em;
}

#confSectionsBox {
    width: auto;
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.conf_leftMenu {
    float: left;
    width: 200px;
}

#outer {
    background: #ffffff;
    border: 1px solid rgb(153, 61, 87);
    border-radius: 8px;
    overflow: hidden;
}

#outer li a {
    font-family: "Nunito", sans-serif;
    font-size: 1.1em;
    background-color: #f8f9fa;
}

#outer li a:hover {
    background-color: #002F56FF !important;
    color: #ffffff !important;
}

.menuConfTitle a {
    color: #1e4d40;
    padding: 7px 12px;
}

.menuConfSelected {
    border-top: none !important;
    border-bottom: none !important;
}

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    /* background-color: #1e4d40; */
    color: #ffffff !important;
}

.confBodyBox {
    margin-left: 240px;
}

div.timetableHeader {
    color: #1e4d40;
    font-size: 2em;
    font-family: "Nunito", sans-serif;
    background: none;
}

#footer {
    border-top: none;
    background: transparent;
}

.footer {
    color: #b8e6d9;
}

.footer a {
    color: black;
}

.footer-logo {
    background: url(/static/custom/files/cern_small_light.svg);
    img {
      visibility: hidden;
    }
}

.eventHeaderButtonBar {
    box-shadow: 0 2px 6px rgba(255,255,255,0.2);
}

.conferenceDetails .description strong {
    color: #1e4d40;
    font-weight: 600;
}

.confSubTitleBox {
    background-color: #002F56 !important;
}

#outer {
    border: 2px solid #002F56 !important;
    border-radius: 8px !important;
}

#outer li a:hover {
    background-color: #002F56 !important;
}

#outer > li.menuConfTitle {
    background-color: #002F56 !important;
}

.menuConfTitle a {
    color: #1b3a4b !important;
}

.menuConfTitle.selected > a, .menuConfMiddleCell.selected > a {
    background-color: #002F56 !important;
    color: #ffffff;
}

div.timetableHeader {
    color: #1b3a4b !important;
}

.conferenceDetails .description strong {
    color: #1b3a4b !important;
}


/* ===== More customizations =====  */
.timezone {
    display: none;
}

#event-search-box input.prompt {
    border-radius: 8px !important;
}

.support_box {
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #002F56 !important;
    font-family: "Nunito", sans-serif;
}

.support_box h3 {
    background-color: #002F56;
    font-family: "Nunito", sans-serif;
    padding: 7px 12px;
    margin: 0 !important;
    font-size: 1rem;
}

.support_box > ul {
    padding: 7px 12px !important;
}

.support_box > ul > li {
    margin: 0 !important;
    display: flex;
    align-items: center;
    gap: .5em;
}

.action-box {
    border-radius: 8px;
}

.action-box a.i-button, .action-box button.i-button {
    border-radius: 8px;
}