/* Top header */
body > header,
header#header,
#header,
.main-header,
.page-header,
header.site-header {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

/* Global menu container */
#global-menu,
#global-menu.toolbar {
    background-color: #ab823c !important;
    background: #ab823c !important;
    border-color: #ffffff !important;
    min-height: 2.2em;
    gap: .5em;
}





.category-header,
.category-header-content {
    background: linear-gradient(
        to bottom,
        #002147 0%,
        #1f4e79 40%,
        #6fa8dc 75%,
        #ffffff 100%
    ) !important;

    color: #ffffff !important;
}


/* Category title text */
.category-header h1,
.category-header-content h1,
.category-header .category-title,
.category-header-content .category-title {
    color: #ffffff !important;
}

/* Subtitle/description (optional) */
.category-header .category-description,
.category-header-content .category-description {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* ==========================================
   Event Action Bar
   ========================================== */
/* Event page header */
.page-header.page-header-dark.event-page-header {
    background: #6f3b30 !important;
    background-color: #6f3b30 !important;
}

/* Title */
.page-header.page-header-dark.event-page-header h1,
.page-header.page-header-dark.event-page-header .title {
    color: #ffffff !important;
}

/* Buttons in the header */
.page-header.page-header-dark.event-page-header .button,
.page-header.page-header-dark.event-page-header .ui.button {
/*    background: #8c6a2d !important;*/
      background: #394c8f !important;	
    color: #ffffff !important;
    border-color: #8c6a2d !important;
}

/* Button hover */
.page-header.page-header-dark.event-page-header .button:hover,
.page-header.page-header-dark.event-page-header .ui.button:hover {
/*    background: #6f5322 !important;*/
      background: #394c8f !important;	
}


/* added */

/* Subtitle container */
.confSubTitleBox {
    background: #394c8f !important;
    border-color: #ab823c !important;
}

/* Content inside the subtitle */
.confSubTitleContent,
.confSubTitleContent.flexrow {
    background: #394c8f !important;
}

/* Announcement area */
.simpleTextAnnouncement {
    background: #ab823c !important;
    color: #ffffff !important;
}


/* Added */
/* Conference subtitle box text */
.confSubTitleBox,
.confSubTitleBox * {
    color: #ffffff !important;
}



/* added Login page Customization */

/* Login page button */
.login-page .login-form-button.i-button,
.login-page button.login-form-button,
button.i-button.login-form-button {
    background: #ab823c !important;
    background-color: #ab823c !important;
    border: 1px solid #ab823c !important;
    color: #ffffff !important;
}

/* Hover */
.login-page .login-form-button.i-button:hover,
.login-page button.login-form-button:hover,
button.i-button.login-form-button:hover {
    background: #8c6a2d !important;
    border-color: #8c6a2d !important;
    color: #ffffff !important;
}
