/*!
Theme Name: Digital Azul Streaming
Theme URI: http://underscores.me/
Author: MindProcess
Author URI: https://mindprocess.pt
Version: 1.0.0
*/

body {
    font-family: Verdana, sans-serif;
	font-size: 15px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: inherit;
}

a, a:hover, a:active, a:focus {

	outline: 0;
}

h1, h2, h3, h4 {
	font-weight: 700;
}

img {
	max-width: 100%;
	height: auto;
}

.full {
	margin: 0 auto;
	padding: 30px;
	max-width: 100%;
}

.wide {
	margin: 0 auto;
	padding: 30px;
	max-width: 1440px;
}

.centered {
	max-width: 1140px;
	margin: 0 auto;
}

.narrow {
	max-width: 960px;
	margin: 0 auto;
}

.event-content p {
	margin-bottom: 15px;
}

#countdown {
	display: flex;
	justify-content: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 50px;
}

#countdown > div {
	margin: 0 10px;
}

.tab-content {
	padding: 40px;
}

.speakers_area,
.home .program_area {
	padding: 100px 30px;
}

.program_area .warning {
	font-size: 13px;
	color: #aaaaaa;
	text-align: center;
	border-top: 1px solid #efefef;
	padding-top: 10px;
}

.speakers {
	display: flex;
	flex-wrap: wrap;
}

h2.speakers_title,
h2.program_title {
	font-size: 22px;
	font-weight: 700 !important;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.speakers .speaker {
	margin: 0 1% 20px;
	padding: 15px;
	position: relative;
}

.speakers.columns-2 .speaker {
	width: 48%;
}

.speakers.columns-3 .speaker {
	width: 31%;
}

.speakers.columns-4 .speaker {
	width: 23%;
}

.speakers.columns-5 .speaker {
	width: 18%;
}

.speakers .speaker .speaker_inner {
	display: flex;
	align-items: flex-start;
}

.speakers .speaker .speaker_photo {
	margin-right: 15px;
	min-width: 80px;
}

.speakers .speaker .speaker_photo img {
	display: inline-block;
}

.speakers .speaker .speaker_photo.rounded img {
	border-radius: 6px;
}

.speakers .speaker .speaker_photo.circle img {
	border-radius: 100%;
}

.speakers .speaker .speaker_info {
	display: flex;
	flex-direction: column;
	gap: 10px;
	color: #002d6c;
}

.speakers .speaker .speaker_name h3 {
    font-size: 16px;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.speakers .speaker .speaker_position {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 400;
}

.speakers .speaker .speaker_company {
	font-size: 13px;
	line-height: 1.3;
	font-weight: 600;
}

.speakers .speaker .speaker_session {
	font-size: 13px;
}

.program_container {
	margin: 0 auto;
	max-width: 95%;
}

.program_day_title {
	font-size: 22px;
	background: #cccccc;
	color: #ffffff;
	padding: 10px;
	text-align: center;
	font-weight: 700;
	margin-bottom: 20px;
}

.slot {
	display: flex;
	padding: 10px 0;
	transition: 0.3s;
	font-size: 16px;
}

.slot.divider {
	margin-bottom: 0;
}

.slot.divider:last-child {
	border-bottom: none !important;
}

.slot .slot_time {
	width: 15%;
	font-weight: 500;
	padding-top: 3px;
	padding-left: 10px;
	font-size: 13px;
}

.slot .slot_info {
	width: 85%;
}

.slot .slot_info.full-width {
	width: 100%;
}

.slot .slot_info .slot_title h3 {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline;
}

.slot .slot_info .slot_title ul {
	list-style: disc;
	padding-left: 25px;
}

.slot .slot_info .slot_title ul li {
    line-height: 1;
}

.slot .slot_info .slot_sub_title {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: 600;
}

.footer_contact {
	display: flex;
	justify-content: center;
	font-size: 14px;
	margin-bottom: 30px;
}

.footer_contact > div {
	margin: 0 20px;
}

.footer_contact > div i {
	margin-right: 5px;
}

.copyright {
	font-size: 14px;
	color: #bbbbbb;
	text-align: center;
}

.streaming-page,
.login-page {
	background: url(images/dots-pattern-small-15.png) center;
	text-align: center;
}

.register-page {
	text-align: center;
}

.already_logged_in {
	min-height: 30vh;
}

.register-page,
.login-page {
	padding: 50px 30px;
}

.streaming-page.login {
	padding: 100px 0;
}

.streaming-page h2,
.register-page h2,
.login-page h2 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.register-page .message,
.login-page .message {
	font-size: 16px;
	margin-bottom: 50px;
}

.streaming-page .stream-side-by-side {
	display: flex;
	flex-wrap: wrap;
}

.streaming-page .stream-side-by-side .stream_source {
	flex: 2;
}

.streaming-page .stream-side-by-side .chat_window {
	flex: 1;
}

.register-page .message {
	background: #e74c3c;
	color: #ffffff;
	padding: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

.standby {
	padding: 50px 0;
}

.wppb-user-forms {
	max-width: 540px;
	margin: 0 auto;
	background: #ffffff33;
	padding: 50px;
	border-radius: 6px;
	margin-bottom: 30px;
	text-align: left;
}

.wppb-user-forms input {
	padding: 10px !important;
}

.wppb-user-forms input.button {
	padding: 15px 25px !important;
	border-radius: 4px;
	font-size:15px;
	margin-top: 30px;
}

.wppb-user-forms .wppb-form-field select,
.wppb-form-field label, #wppb-login-wrap .login-username label, #wppb-login-wrap .login-password label,
.wppb-form-field input, .wppb-form-field input[type="text"], .wppb-form-field input[type="number"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"], .wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, #wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input{
	float: none;
	clear: both;
	width: 100%;
	line-height: 1;
}

.wppb-user-forms .wppb-form-field select {
	padding: 10px;
	border-radius: 0;
	border: none;
}

.wppb-form-field {
	margin-bottom: 10px !important;;
}

.wppb-form-field label {
	font-size: 14px !important;
	line-height: 1.3;
}

.wppb-form-field > label {
	font-weight: bold;
}

.wppb-user-forms .form-submit,
.login-submit,
.lost-password{
	text-align: center;
}

.wppb-user-forms .wppb-form-field.wppb-checkbox-terms-and-conditions label {
    line-height: 1.3;
}

.wppb-success {
	max-width: 480px;
	padding: 50px 30px !important;
	margin-bottom: 50px !important;
}

.wppb-error,
.wppb-warning {
	max-width: 480px;
	padding: 30px !important;
	background: #c0392b;
	color: #ffffff;
	border: 3px solid #ffffff;
	border-radius: 4px;
}

.wppb-register-user .wppb-field-error {
	background: #c0392b;
	color: #ffffff;
	border-radius: 5px;
	border: none !important;
}

.wppb-field-error > span {
	font-style: normal !important;
	font-size: 13px !important;
	display: block !important;
	padding: 15px 0 !important;
	border: none !important;
}

#wppb-recover-password-container p {
    margin-bottom: 30px;
	text-align: center;
}

#wppb-recover-password-container p.form-submit {
	margin-bottom: 0;
}

.wppb-checkbox-terms-and-conditions {
	margin-top: 20px !important;
	display: flex;
}

.wppb-checkbox-terms-and-conditions label {
	flex: 0;
}

.wppb-checkbox-terms-and-conditions .agree_to_terms {
	flex: 1;
	text-align: left;
	font-style: normal;
	font-size: 14px;
}

.wppb-checkbox-terms-and-conditions .wppb-required {
	display: none;
}

.wppb-required {
	color: #ffffff;
}


.before_streaming h2 {
    font-size: 28px;	
}

.before_streaming p {
	font-size: 16px;
	line-height: 1.8;
}

hr.divider {
	max-width: 80px;
	border: 0;
	border-top: 3px solid;
	margin: 50px auto;
}
.stream_source {
	position: relative;
    overflow: hidden;
}

.stream-single-column .stream_source {
	padding-top: 56.25%;
}

.stream_source iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: 0;
}

.chat_source iframe {
	width: 100%;
	height: 300px;
	background: #ffffff;
}

.streaming_cta.offline {
	background: #efefef;
	color: #999999;
}

.stream-nav {
	margin-bottom: 20px;
}

.stream-nav ul {
	list-style: none;
	text-align: center;
}

.stream-nav ul li {
	display: inline-block;
	margin: 0 2px;
}

.stream-nav ul li a {
	font-size: 12px;
	padding: 6px 10px;
	background: rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.6);
	border-radius: 4px;
}

.cta_buttons {
	display: flex;
}

.cta_buttons_spacer {
	width: 20px;
}

.register_button_container,
.live_button_container {
	margin: 0;
}

a.register_button,
a.live_button {
	display: block;
	padding: 15px 30px;
	font-size: 16px;
	line-height: 16px;
	transition: 0.2s;
}

.logout_button {
	padding-top: 100px;
}

.logout_button a {
	border: 2px solid #ffffff;
	padding: 15px 30px;
}

.logout_button a:hover {
    background: #ffffff33;
}

.archive-page {
	padding: 100px 0;
}

.archive-page h2 {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 50px;
}

.archive-page .archive-container {
	display: flex;
	flex-wrap: wrap;
}

.archive-page .archive-container .archive_item {
	width: 23%;
	margin: 0 1% 25px;	
}

.archive-page .archive-container .archive_item .video_thumbnail {
	background: #000000;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
}

.archive-page .archive-container .archive_item .video_title {
	text-align: center;
	font-size: 14px;
	line-height: 1.2;
	color: #999999;
}

.archive-page .archive-container .archive_item img {
	max-width: 100%;
	height: auto;
}

.popup_trigger {
	cursor: pointer;
	text-decoration: underline;
}

.elementor-popup-modal .elementor-widget-wrap {
	font-size: 15px;
	line-height: 1.8;
}

.elementor-popup-modal p {
	margin-bottom: 15px;
}

.elementor-popup-modal a:hover {
	text-decoration: underline;
}

#main-header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

#main-header-fixed img {
	height: 50px;
	width: auto;
}

.lost-password {
	padding: 10px 0;
}

.lost-password a {
	text-decoration: underline;
}

.user-listing {
    padding: 50px 0;
    font-size: 14px;
}

.user-listing .list_header {
	margin-bottom: 30px;
	display: flex;
}

.user-listing .register_count {
	flex: 1;
}

.user-listing .download_button {
	flex: 1;
	text-align: right;
}


.user-listing .list_header .download_user_list_btn {
	background: #157FFB;
	color: #ffffff;
	padding: 10px 15px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.2s;
}

.user-listing .list_header .download_user_list_btn:hover {
	background: #0f66d6;
}


.user-listing .users_row {
	display: flex;
	border-bottom: 1px solid #cccccc;
}

.user-listing .users_row:nth-child(odd) {
	background: #f2f2f2;
}

.user-listing .users_row > div {
	padding: 10px;
	border-left: 1px solid #cccccc;
}

.user-listing .users_row.header {
	font-weight: bold;
	background: #dddddd;
	border-top: 1px solid #cccccc;
}

.user-listing .users_row.full {
	background: #7db828 !important;
	color: #ffffff;
}

.user-listing .users_row .col-5 {
	flex: 5%;
	max-width: 5%;
}

.user-listing .users_row .col-7-5 {
	flex: 7.5%;
	max-width: 7.5%;
}

.user-listing .users_row .col-10 {
	flex: 10%;
	max-width: 10%;
}

.user-listing .users_row .col-15 {
	flex: 15%;
	max-width: 15%;
}

.user-listing .users_row .col-20 {
	flex: 20%;
	max-width: 20%;
}

.user-listing .users_row .col-25 {
	flex: 25%;
	max-width: 25%;
}

.user-listing .users_row .col-30 {
	flex: 30%;
	max-width: 30%;
}

.user-listing .users_row .col-40 {
	flex: 40%;
	max-width: 40%;
}

.user-listing .users_row .col-50 {
	flex: 50%;
	max-width: 50%;
}

.user-listing .users_row .col-60 {
	flex: 60%;
	max-width: 60%;
}

.user-listing .users_row .col-80 {
	flex: 80%;
	max-width: 80%;
}

.user-listing .users_row .col-last {
	border-right: 1px solid #cccccc;
}

.user-listing .users_row > div:last-child {
	border-right: 1px solid #cccccc;
}

.user-listing .users_row .col-center {
	text-align: center;
}

.user-listing .users_row .col-right {
	text-align: right;
}

.nav-days.swiper-pagination-bullets {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

.nav-days.swiper-pagination-bullets .day-nav-btn {
	color: #ffffff66 !important;
	opacity: 1;
	padding: 20px 40px;
	border-radius: 0;
	height: auto;
	flex: 1;
}

.nav-days.swiper-pagination-bullets .swiper-pagination-bullet-active {
	color: #ffffff !important;
	font-weight: 600;
}

.nav-days.swiper-pagination-bullets .day-nav-btn:nth-child(1) {
	background: #539CD3 !important;
}

.nav-days.swiper-pagination-bullets .day-nav-btn:nth-child(2) {
	background: #CA5674 !important;
}

.nav-days.swiper-pagination-bullets .day-nav-btn:nth-child(3) {
	background: #E2A52E !important;
}

.nav-days.swiper-pagination-bullets .day-nav-btn:nth-child(4) {
	background: #A3D83B !important;
}


.start_in {
	padding: 50px 0 10px;
	font-size: 18px;
}

.clickable-area {
	position: relative;
}

.clickable-area .hotspot {
	transform: translate(-50%,-50%);
	cursor: pointer;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	transition: all 0.2s;
}

.clickable-area .hotspot:hover,
.area-on {
	background: rgba(255,255,255,0.3) !important;;
	transition: all 0.4s !important;
	width: 150px !important;
	height: 150px !important;
	border: 1px solid rgba(255,255,255,0.2) !important;
}

.clickable-area .hotspot:hover + .center-point,
.area-off {
	opacity: 0 !important;
	transition: all 0.3s !important;
	width: 0 !important;
	height: 0 !important;
}

.center-point {
	transform: translate(-50%,-50%);
	pointer-events: none;
	background: #8e44ad;
	border: 2px solid #ffffff;
	border-radius: 100%;
	color: #ffffff;
	width: 12px;
	height: 12px;
	opacity: 0.4;
	transition: all 0.1s;
}

.event-content h1,
.event-content h2,
.event-content h3,
.event-content h4 {
	margin-bottom: 20px;
	line-height: 1.2;
}

.event-content h1 { font-size: 28px; }
.event-content h2 { font-size: 26px; }
.event-content h3 { font-size: 24px; }
.event-content h4 { font-size: 22px; }

.nav-spaces {
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-bottom: -30px;
	display: flex;
	justify-content: start;
	font-size: 13px;
	z-index: 1;
}

.nav-spaces .parent {
	padding: 0 15px;
	border: 1px solid #d5d5d5;
	border-right: none;
	background: #f6f6f6;
}

.nav-spaces .parent:hover {
	background: #333333;
	color: #cccccc;
	transition: 0.3s;
	border-color: #333333;
}

.nav-spaces .current-space {
	padding: 0 15px;
	border: 1px solid #d5d5d5;
	background: #ffffff;
}

.nav-spaces .menu-icon {
	background: #f6f6f6;
	margin-left: auto;
	padding: 0 10px;
	border: 1px solid #d5d5d5;
	display: flex;
	align-items: center;
	transition: 0.3s;
}

.nav-spaces .menu-icon:hover {
	background: #d5d5d5;
	transition: 0.3s;
}

.space-list-selector .space-header {
	padding: 10px;
	margin-bottom: 10px;
}

.space-list-selector .space-slot {
	display: flex;
	margin-bottom: 10px;
}

.space-list-selector .space-slot .space-index {
	width: 40px;
	padding: 10px;
	margin-right: 10px;
	font-weight: bold;
	text-align: center;
}

.space-list-selector .space-slot .space-name {
    background: #efefef;
	flex: 1;
	padding: 10px;
}

#legend-container {
	padding: 10px 30px;;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#legend-container .legend-item {
	padding: 10px 15px;
	margin: 0 5px 10px;
	background: #f5f5f5;
	font-size: 13px;
	border: 1px solid #d5d5d5;
	transition: 0.3s;
}

#legend-container .legend-item:hover {
	background: #333333;
	color: #cccccc;
	transition: 0.3s;
	border: 1px solid #222222;
}

.fancybox-is-open .fancybox-bg {
	background: #000000;
	opacity: 0.85;
}

.no_access {
	display: flex;
	height: 80vh;
	min-height: 600px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 24px;
	color: #ff0000;
	font-weight: 600;
}

.menu-item.live a {
	border-radius: 30px;
	color: #ffffff !important;
	background: #e26c43;
}

.menu-item.live_radio_station a {
	border-radius: 30px;
	background: #b786b6;
	color: #ffffff !important;
	margin-right: 10px;
}

.fancybox-content .program_area {
	padding: 0;
}

.space-list-selector {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	height: 100%;
	overflow-y: auto;
}


.space-list-selector a {
	width: 48%;
}

.space_nav {
	position: absolute;
	top: 50%;
	padding: 10px;
	color: #cccccc;
	font-size: 18px;
	transition: 0.2s;
}

.space_nav:hover {
	color: #999999;
	transition: 0.2s;
	padding: 10px 15px;
}

.space_nav.prev {
	left: 0;
	transform: translate(-100%, -50%);
}

.space_nav.next {
	right: 0;
	transform: translate(100%, -50%);
}

.fancybox-content {
	max-height: 90%;
	max-width: 90%;
}

.space-list-selector {
	padding-bottom: 30px;
}

.fancybox-container {
	z-index: 100000000 !important;;
}

.elementor-popup-modal ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.elementor-popup-modal ol {
	list-style: decimal;
}

.elementor-popup-modal ol ol {
	padding-left: 15px;
	margin-bottom: 30px;
}

.elementor-popup-modal ul li {
	margin-bottom: 10px;
}

.elementor-popup-modal h1,
.elementor-popup-modal h2,
.elementor-popup-modal h3,
.elementor-popup-modal h4,
.elementor-popup-modal h5 {
	margin-bottom: 15px;
	line-height: 1.2;
}

.elementor-popup-modal h3 {
	font-size: 24px;
}

.elementor-popup-modal h4 {
	font-size: 20px;
}

.elementor-popup-modal h5 {
	font-size: 18px;
}

.elementor-popup-modal .elementor-widget-wrap {
	font-size: 15px;
	line-height: 1.8;
}

.elementor-popup-modal p {
	margin-bottom: 15px;
}

.elementor-popup-modal a:hover {
	text-decoration: underline;
}

.bio-link {
	position: absolute;
	top: -10px;
	right: -15px;
	color: #00000033;
	font-size: 18px;
	transition: 0.3s;
	cursor: pointer;
}

.bio-link:hover {
	color: #011949;
}

.bio_popup {
	color: #444444;
}

.bio_popup h2 {
  color: #002d6c;
	font-size: 36px;
	font-weight: 600;
}

.bio_popup h3 {
  color: #002d6c;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.4;
}

.bio_popup .bio-header {
	color: #002d6c;
	text-transform: uppercase;
	text-align: right;
	border-bottom: 1px solid #dfdfdf;
}

.bio_popup h4 {
	color: #002d6c;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 25px;
}

.bio_popup p {
	margin-bottom: 15px;
}

.bio_popup p:last-child {
	margin-bottom: 0;
}

.bio_popup ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
}

.bio_popup ul li {
	margin-bottom: 10px;
}

.bio_popup .session {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #EFEFEF;
}

.intro_area {
	display: flex;
	flex-wrap: wrap;
	padding: 100px 0 100px 0;
}

.intro_area .intro_text {
	flex: 1;
	padding-right: 50px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

.intro_area .intro_text p {
	margin-bottom: 15px;
}

.intro_area .intro_text h2 {
    font-size: 28px;	
	line-height: 1.2;
	margin-bottom: 30px;
}

.intro_area .intro_gallery {
	flex: 1;
	min-width: 50%;
}

.intro_area .swiper-container {
	height: 100%;
}

.intro_area .intro-gallery-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	font-size: 22px;
	color: hsla(0,0%,93.3%,.9);
}

.intro_area .intro-gallery-nav:hover {
	cursor: pointer;
}

.intro_area .intro-gallery-nav.prev {
	left: 15px;
}

.intro_area .intro-gallery-nav.next {
	right: 15px;
}

.intro_area .single_element {
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
}



.frm_section_heading {
    display: flex !important;
	flex-wrap: wrap !important;
	margin: 0 !important;
}

.frm_section_heading.option_disabled .time,
.frm_section_heading.option_disabled .content,
.frm_section_heading.option_disabled .expand {
    opacity: 0.3;
}

.row-fields {
    display: flex;
	flex-wrap: wrap;
	flex: 1;
}

.row-fields .time {
    width: 120px;
}

.row-fields .content {
    flex: 1;
}

.row-fields .content p {
    margin: 0;
}

.row-fields .expand {
    cursor: pointer;
}

.frm_section_heading .options {
    width: 120px;
    text-align: right;
}

.frm_section_heading {
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.frm_section_heading.page-2 {
    border-left: 10px solid #43A9D9 !important;
}

.frm_section_heading.page-3 {
    border-left: 10px solid #DD577E !important;
}

.frm_section_heading.page-4 {
    border-left: 10px solid #EFAB31 !important;
}

.frm_section_heading.page-5 {
    border-left: 10px solid #A4DE46 !important;
}

.frm_section_heading.time_block {
    border: none;
}

.frm_section_heading.time_block_split {
    border-bottom: 1px solid #cccccc;
}

.frm_section_heading .frm_form_field {
    margin-bottom: 0 !important;
    position: relative;
}

.frm_form_field label a {
	vertical-align: baseline;
}	

.frm_submit {
    padding-top: 50px;
}

.error_indicator {
    font-size: 0 !important;
    color: #ffffff00;
    background: red;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.frm_blank_field .error_indicator {
    display: block;
}

.page-2 .frm_error,
.page-3 .frm_error,
.page-4 .frm_error,
.page-5 .frm_error {
    display: none;
}

.other-option {
    display: flex;
    flex-wrap: wrap;
}

.other-option label {
    width: 100%;
    flex: 100%;
}

.other-option select {
    flex: 1;
}

.other-option input {
    margin-left: 20px;
    flex: 1;
}

.hidden {
    display: none;
}


.register_data .block {
    margin-bottom: 50px;
}

.register_data h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0;
    color: #ffffff;
}

.block.personal-data h3,
.block.finish h3{
    background: #122661;
    color: #ffffff;
}

.block.personal-data .row,
.block.finish .row {
    border-left: 10px solid #122661;
}

.block.day1 h3 {
    background: #43A9D9;
}

.block.day1 .row {
    border-left: 10px solid #43A9D9;
}

.block.day2 h3 {
    background: #DD577E;
}

.block.day2 .row {
    border-left: 10px solid #DD577E;
}

.block.day3 h3 {
    background: #EFAB31;
}

.block.day3 .row {
    border-left: 10px solid #EFAB31;
}

.block.day4 h3 {
    background: #A4DE46;
}

.block.day4 .row {
    border-left: 10px solid #A4DE46;
}

.register_data .block .row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #efefef;
}

.register_data .block .row:hover {
	background: #f7f7f7;
}

.register_data .block .row .label {
    width: 40%;
    padding: 5px 10px;
}

.register_data .block .row .time {
    width: 15%;
    padding: 5px 10px;
	  font-size: 14px;
}

.register_data .block .row .value {
    width: 60%;
    padding: 5px 10px;
	font-size: 14px;
}

.register_data .block .row .description {
	font-size: 14px !important;
	padding-top: 5px;
	margin-bottom: 15px;
	line-height: 1.4;
}

.register_data .block .row .value.wide {
  width: 75%;
}

.add-to-calendar-icon {
	max-width: 20px;
	opacity: 0.3;
	transition: 0.3s;
}

.add-to-calendar-icon:hover {
	opacity: 1;
}
	
.register_data .block .row .ics {
  width: 10%;
  padding: 5px 10px;
	font-size: 13px;
	text-align: right;
}

.frm_page_1,
.frm_page_6 {
    background: #122661 !important;
    border-radius: 0 !important;
}

.frm_page_2 {
    background: #43A9D9 !important;
}

.frm_page_3 {
    background: #DD577E !important;
}

.frm_page_4 {
    background: #EFAB31 !important;
}

.frm_page_5 {
    background: #A4DE46 !important;
}

.frm_rootline_title {
    color: #ffffff66 !important;
}

.frm_rootline_single.frm_current_page .frm_rootline_title {
    color: #ffffff !important;
    font-weight: bold;
}

.frm_rootline_single {
    position: relative;
}

.frm_rootline_single input {
    height: 60px;
}

.frm_rootline_single span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.frm_forms .frm_progress_line input {
    margin: 0 !important;
}

.frm_rootline_group {
    margin-bottom: 0 !important;
}

.frm_section_heading.page-1.top,
.frm_section_heading.page-6.top{
    border-top: 10px solid #122661;
}

.frm_section_heading.day-1.top {
    border-top: 10px solid #43A9D9;
}

.frm_section_heading.day-2.top {
    border-top: 10px solid #DD577E;
}

.frm_section_heading.day-3.top {
    border-top: 10px solid #EFAB31;
}

.frm_section_heading.day-4.top {
    border-top: 10px solid #A4DE46;
}

.frm_section_heading .description {
	font-size: 14px !important;
	padding-top: 5px !important;
	color: #aaaaaa !important;
}

.page-1 hr,
.page-6 hr {
    margin: 0;
    border: none;
    border-top: 10px solid #122661;
}

.frm_inplace_edit,
.frm_edit_link.frm_cancel_edit {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 10px;
    background: #efefef;
    border-radius: 4px;
}

.frm_inplace_edit:hover,
.frm_edit_link.frm_cancel_edit:hover{
    background: #122661;
    color: #ffffff;
}

.frm_submit {
	display: flex;
	flex-wrap: wrap;
}

.frm_submit .spacer {
	flex: 1;
}

.frm_submit .frm_prev_page {
	margin-right: 10px !important;
}

.logged-in .frm_page_skip {
	display: block !important;
}

.expand_description {
	padding: 5px;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.2;
	color: #aaaaaa;
	cursor: pointer;
}
  
.expand_description:hover {
	color: #666666;
}

.slot_description {
	color: #aaaaaa;
	font-size: 14px;
	padding-top: 10px;
}

.slot_description p {
	margin-bottom: 10px;
}

.slot_description ul {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 15px;
	color: #aaaaaa;
	font-size: 14px;
}

.slot_description ul li {
	margin-bottom: 5px;
}

.frm_section_heading .frm_error {
	display: none;
}

.frm_section_heading .frm_error {
	display: none;
}

.block .row .description {
	color: #666666;
}

.frm_form_fields p,
.block .row .description p {
	margin-bottom: 10px !important;
}

.frm_form_fields ul,
.block .row .description ul {
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 10px;
}

.frm_form_fields ul li,
.block .row .description ul li {
	margin-bottom: 5px;
}

.frm_form_fields ul.frm_page_bar {
	list-style: none;
	padding: 0;
}

.frm_form_fields ul.frm_page_bar li {
	margin-bottom: 0;
}

table.register-data {
	border-collapse: collapse;
	font-size: 13px;
}

table.register-data th {
  background: #efefef;
}

table.register-data th,
table.register-data td {
	border: 1px solid #efefef;
	padding: 10px;
}

table.register-data tr {
	transition: 0.1s;
}
table.register-data tr.standby td {
	font-weight: 600;
}

table.register-data tr:nth-child(odd) {
	background: #f6f6f6;
}

table.register-data tr:hover {
	background: #dfdfdf;
}

.col-center {
	text-align: center;
}

.user_register_info {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.user_register_info h2 {
	margin-bottom: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
}

.user_register_info h3,
.user_attendence h3 {
	font-size: 13px;
	margin-bottom: 10px;
	padding-left: 5px;
}

.user_register_info > div {
  	flex: 1;
	max-width: 48%;
}

.user_register_info table.program_day,
.user_register_info table.personal_info {
	border-collapse: collapse;
	margin-bottom: 20px;
  	font-size: 14px;
}

.user_register_info .program_day td,
.user_register_info table.personal_info td {
	padding: 5px;
	border: 1px solid #efefef;
}

.user_register_info .program_day tr:nth-child(odd),
.user_register_info table.personal_info tr:nth-child(odd) {
	background: #f5f5f5;
}

.user_register_info .day_slot_time {
  	width: 20%;
}

.user_register_info .day_slot_description {
  	width: 80%;
}

.count .day_slot_time {
	width: 20%;
}

.count .day_slot_description {
	width: 75%;
}

.count .day_slot_count {
	width: 5%;
	text-align: center;
}

.approve_button,
.delete_button {
	display: inline-block;
	color: #ffffff;
	padding: 10px 20px;
	border-radius: 4px;
	margin-top: 10px;
	transition: 0.3s;
}

.approve_button {
	background: #598fcd;
	margin-right: 10px;
}

.approve_button:hover {
	background: #426b9a;
}

.delete_button {
	background: #b6546a;
}

.delete_button:hover {
	background: #823C4C;
}

.user-details-header {
	font-size: 14px;
	font-weight: 600;
	color: #444444;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

.user-details-header a {
	color: #bbbbbb;
	font-weight: 400;
}

h2.session-title {
	margin-bottom: 20px;
}

.session-info {
	margin-bottom: 15px;
	color: #666666;
	font-size: 14px;
}

.user-details-header .download_user_list_btn {
	background: #122661;
	padding: 10px 15px;
	border-radius: 3px;
	color: #ffffffcc;
}

.user-details-header .download_user_list_btn:hover {
	color: #ffffff;
}

.user-details-header .spacer {
	display: inline-block;
	width: 20px;
}

.user-details-header a:hover {
	color: #666666;
}

.user_approved {
	color: #cccccc;
}

.user_standby {
  color: #b6546a;
}

.no-permission {
	font-size: 14px;
	text-align: center;
	padding: 50px;
}

.dataTables_length label,
.dataTables_filter label {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dataTables_length label select,
.dataTables_filter label input {
    margin-bottom: 0;
    font-size: 14px;
}

.dataTables_length label .label,
.dataTables_filter label .label {
    margin-right: 5px;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    font-size: 13px;
    padding: 3px 6px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #efefef;
}

.dataTables_paginate.paging_simple_numbers {
    padding-top: 15px;
}

.dataTables_info {
	font-size: 13px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
    font-weight: 600;
    color: #444444;
}

.dataTables_paginate .paginate_button.disabled {
    display: none;
}

table.listing th,
table.listing td {
    vertical-align: middle;
}

.streaming-page .stream-side-by-side {
	display: flex;
	flex-wrap: wrap;
}

.streaming-page .stream-side-by-side .stream_source {
	flex: 3;
}

.streaming-page .stream-side-by-side .chat_window {
	flex: 1;
	display: flex;
	align-items: center;
	padding-left: 30px;
	text-align: left;
}

.check-in-container {
	padding: 150px 50px;
	text-align: center;
}

.check-in-container h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.check-in-container p {
	margin-bottom: 50px;
	color: #666666;
}

.check-in-container input {
	width: 100%;
	padding: 20px;
	font-size: 18px;
	margin-bottom: 30px;
}

.label-search-container {
	max-width: 500px;
	margin: 0 auto;
}

#name_list {
	width: 95%;
	margin: 0 auto;
}

#name_list li {
	margin-bottom: 15px;
}

#name_list li a {
	display: block;
	padding: 15px;
	background: #f6f6f6;
	border: 1px solid #efefef;
	border-radius: 4px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #0c2e68;
	transition: 0.3s;
}

#name_list li a:hover {
	background: #f2f2f2;
	cursor: pointer;
}

#myModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #f4f4f4;
	z-index: 1000;
}

#myModal .modal-content {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#myModal .modal-content-inner {
	text-align: center;
	/*! position: relative; */
	display: flex;
	flex-direction: column;
	align-items: center;
}

#myModal .modal-content .close {
	position: absolute;
	top: -18px;
	right: -18px;
	font-size: 24px;
	color: #666666;
}

#myModal .modal-content .close:hover {
	color: red;
	cursor: pointer;
}

#myModal .card-print {
	border: 1px solid #cccccc;
	background: #ffffff;
	width: 8.9cm;
	height: 4.1cm;
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	position: relative;
}

#myModal .card-print-inner {
	text-align: center;
}

#myModal .card-print-inner .name {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

#myModal .card-print-inner .company {
    font-size: 14px;
}

#myModal #print {
	border: none;
	background: #0c2e68;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	margin-bottom: 50px;
}

.week-at-a-glance {
	text-align: center;
	margin-bottom: 15px;
	font-size: 13px;
}

.event_details {
	font-size: 13px;
	color: #e26c43;
	padding-top: 10px;
}

.event_details.reserved {
	color: #aaaaaa;
}

.event_details .videos,
.event_details .pdfs {
	margin-bottom: 15px;
}

.event_details .videos span,
.event_details .pdfs span {
	margin-right: 15px;
}

.stream-single-column {
	max-width: 1180px;
	margin: 0 auto;
}

.stream-single-column.moderation #chat-main {
	display: flex;
	flex-wrap: wrap;
}

.stream-single-column.moderation #chat-messages-second {
	display: block !important;
}

.stream-single-column.moderation #chat-main .chat-messages {
	flex: 1;
}

.stream-single-column .chat-messages {
	height: 200px;
	border-color: #09234f;
}

.stream-single-column.moderation .chat-messages {
	height: 350px;
}


.stream-single-column.moderation .chat-messages .message {
	max-width: 100%;
}

.stream-single-column .chat-form-container {
  	background: #09234f;	
}

.stream-single-column.moderation .chat-moderation-heading {
	display: flex;
	background: #0f234c;
	padding-bottom: 0;
}

.stream-single-column.moderation .chat-moderation-heading h2 {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	margin: 0;
	flex: 1;
	text-align: left;
	padding: 10px;
	padding-bottom: 0;
}

.chat_intro {
	background: #09234f;
	padding: 20px;
	padding-bottom: 10px;
	font-weight: bold;
}

.menu-item-1928 a {
	background: #f1b250;
	color: #ffffff !important;
	border-radius: 50px;
	margin-right: 10px;
}

.menu-item-2668 a {
	background: #b786b6;
	color: #ffffff !important;
	border-radius: 50px;
}


@media print {

	*:root{
		margin: 0;
		padding: 0;
	}

	.card-print-inner{
		text-align: center;
		margin-right: 1.2cm;
		padding: 20% 0% 0% 0%;
	}

	.card-print-inner-bigger{
		text-align: center;
		margin-right: 1.2cm;
		padding: 12% 0% 0% 0%;
	}

	.name {
		font-size: 21pt;
		font-weight: bold;
		margin-bottom: 0.2cm;
	}
	
	.company {
		font-size: 19pt;
	}	
}

.post-password-form {
	max-width: 640px;
	margin: 100px auto;
	border: 1px solid #cccccc;
	border-radius: 5px;
	padding: 50px;
	text-align: center;
}

.post-password-form p {
	margin-bottom: 50px;
}

.post-password-form p:last-child {
	margin-bottom: 0;
}

.post-password-form input {
	padding: 10px;
}

.disabled_radio {
	opacity: 0.5;
}

.frm_description {
	padding-top: 5px !important;
}

.tags {
	display: block;
	margin-top: 6px;
}

.tag {
	background: #efefef;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 4px;
	margin-right: 5px;
}

.tag.hybrid_in_person {
	background: #00B6DE;
	color: #ffffff;
}

.tag.companies {
	background: #FFDABC;
	color: #002d6c;
}

.venue-content p {
	margin-bottom: 15px;
	color: #002d6c;
}

.venue-content h2 {
	color: #002d6c;
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 15px;
}

.venue-content h3 {
	margin-bottom: 10px;
	color: #002d6c;
}

.venue-content a {
	color: #D49E2B;
	text-decoration: underline;
}

.venue-content ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
	color: #002d6c;
}

.venue-content ul li {
	margin-bottom: 5px;
}

#confirm_presence_group {
	display: flex;
}

#frm_field_544_container {
	position: relative;
}

#frm_error_field_544 {
	position: absolute;
	white-space: nowrap;
	bottom: -25px;
}

.no_company_sessions {
	padding: 100px 50px;
	text-align: center;
}

.time_cet {
	font-size: 13px;
	color: #999999;
	text-align: center;
	padding-top: 20px;
}

.time_cet p {
	margin-bottom: 10px;
}

.time_cet.header {
	padding-top: 0;
	margin-bottom: 20px;
}

.time_cet.header-register {
	padding-top: 0;
}

.input_disable {
	opacity: 0.5;
	pointer-events: none;
}

.cancel_form {
	padding: 10px 20px;
	background: #efefef;
	display: block;
	margin: 10px 0;
	border-radius: 3px;
	transition: 0.1s;
}

.cancel_form:hover {
	background: #122661;
  	color: #ffffff;
}

.week-at-a-glance-container {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding-bottom: 20px;
}

.week-at-a-glance {
	text-align: center;
  }
  
  .week-at-a-glance a {
	display: inline-block;
	padding: 10px 20px;
	background: #efefef;
	color: #122661;
	border-radius: 4px;
	transition: 0.2s;
  }
  
  .week-at-a-glance a:hover {
	background: #122661;
	color: #ffffff;
  }

.instructions {
	position: absolute;
	bottom: 0;
	top: auto;
}

h3.modal-instructions-title {
	font-size: 20px;
  margin-bottom: 20px;	
}

.modal-instructions {
	display: flex;
	padding: 20px;
	border: 1px solid #cccccc;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: #fafafa;
	gap: 30px;
}

.modal-instructions > div {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.modal-instructions img {
	margin-bottom: 15px;
	display: block;
}

.top-menu a {
	padding: 5px 10px !important;
}

.top-menu .menu-item-type-wppb_cpm_login_logout a {
	background: #E26C43;
	color: #ffffff !important;
	border-radius: 50px;
}

.logged-in .top-menu .menu-item-type-wppb_cpm_login_logout a {
	background: none !important;
	color: #666666 !important;
}