
.content {
    display: flex;
    justify-content: center;
}

.page-wrapper {
    padding-top: 60px;
    padding-bottom: 40px;
    flex-direction: column;
    min-height: 300vh;
}

.header {
    background-color: #EE4338;
    color: #fff;
    padding: 5px 20px;
    height: 35px;
    width: 100%;
}

.calendar {
    margin-top: 10px;
    margin-bottom: 14px;
}

.event-list {
    width: 323px;
    height: 386px;
    flex-shrink: 0;
}

.event-image-container {
    max-width: fit-content;
    margin-inline: auto;
}

.event-image {
    height: 150px;
    width: 250px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.details-btn {
    border-radius: 4px;
    background: #1D70AB;
    color: #FFF;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 5px 25px 5px 25px;
}

.details-btn:hover {
    color: #fff;
    text-decoration: none;
}


.speaker-card {
    margin-top: 25px;
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px;
}

.speaker-details {
    margin-top: 30px;
    color: #666;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 18px; /* 128.571% */
}

.speaker-name {
    color: #666;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 112.5% */
}

.speaker-img {
    width: 10rem;
}



.event-button {
    padding: 0 30px;
    margin-top: 20px;
}

.event-btn {
    border-radius: 4px;
    font-family: "Open Sans";
    background: #1D70AB;
    color: #fff;
    padding: 10px 15px 10px;
    width: 100%;
    text-align: center;
    margin-bottom: 14px;
    display: block;
    font-size: 16px;
}

.event-btn:hover {
    color: #fff;
    text-decoration: none;
}

.register-btn {
    border-radius: 4px;
    font-family: "Open Sans";
    background: #55D136;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.register-btn-home {
    border-radius: 4px;
    background: #55D136;
    color: #FFF;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 5px 25px 5px 25px;
}

.register-btn-home:hover {
    color: #fff;
    text-decoration: none;
}

hr.solid {
    border-top: 1px solid #bbb;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background: rgba(29, 112, 171, 0.05);
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

button.accordion {
    margin-bottom: 0px;
    border-top: none;
    padding: 12px 12px 12px 12px;
    color: #444;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ccc;
}

button.accordion.active::after {
    content: "-";
    color: #444;
    float: right;
    margin-right: 20px;
    font-family: Open Sans;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    border-bottom: solid rgba(29, 112, 171, 0.30);
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}

button.accordion:after {
    content: "+";
    color: #444;
    float: right;
    margin-right: 20px;
    font-family: Open Sans;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 90% */
}

.event-name {
    color: #1D70AB;
    font-family: Open Sans;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h1.chapter-name {
    color: #333333;
    font-family: Open Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.details {
    margin: 32px;
}

.event-details {
    margin: 45px 0px 0px 10px;
}

.short-description {
    color: #444;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.label {
    color: #444;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    margin-bottom: 5px;
}

.location {
    margin-top: 10px;
}

.directions-btn {
    border-radius: 4px;
    background: #1D70AB;
}

.directions {
    color: #FFF;
    font-family: Open Sans;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.brand {
    float: left;
}

#navbarCollapse {
    overflow-y: auto;
}

/* Modal styles */

.modal-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #EE4338;
    max-width: 100%;
    max-height: 100%;
    z-index: 10000;
    position: fixed;
    width: 100%;
    height: 100%;
}

.modal-header {
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal-container-footer {
	padding: 20px 32px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	position: relative;
	&:after {
		content: "";
		display: block;
		position: absolute;
		top: -51px;
		left: 24px;
		right: 24px;
		height: 50px;
		flex-shrink: 0;
		pointer-events: none;
	}
}

.modal-container-body {
	padding: 24px 32px 51px;
	overflow-y: auto;
    color: #ddd;
}

.modal-image {
    background-image: url('/ContentImages/MobileImages/iPhone/apple-icon-180.png');
    background-size: 100%;
    background-repeat: no-repeat;
    align-items: center;
    height: 50px;
    width:40%;
    border-radius: 60px;
    padding: 60px;
}

.install-btn {
	padding: 12px 20px;
	border-radius: 8px;
	background-color: transparent;
	border: 0;
	font-weight: 600;
	cursor: pointer;
	transition: 0.15s ease;

	&.is-ghost {
        color: #ddd;
		&:hover,
		&:focus {
			background-color: #dfdad7;
		}
	}

	&.is-primary {
		background-color: #EE4338;
		color: #ddd;
		&:hover,
		&:focus {
			background-color: #EE4338;
		}
	}
}

#installModal {
    max-height: 90vh;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	background-color: #EE4338;
    border:none;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	box-shadow: 0 15px 30px 0 rgba(#000, 0.25);
	@media (max-width: 600px) {
		width: 90%;
	}
}

.installBtn {
    border-radius: 5px;
    border-color: #ccc;
    background-color: #fff;
    font-family: "Open Sans";
}

::backdrop {
    background-color: #EE4338;
  }

@media screen and (display-mode: standalone) {
    header {
        height: 88px !important;
        position: fixed;
    }
}

@media (max-width: 768px) {
    .data-table {
        overflow-y: visible;
    }
}

@media (min-width: 768px) {
    body {
        background-color: #eee !important;
    }

    .page-wrapper {
        background: #fff;
        margin: auto;
        max-width: 768px;
    }

    .brand {
        height: 60px;
        padding: 5px;
        margin-left: 20px;
    }

        .brand img {
            max-height: 100%;
        }

    .nav-column .navbar {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #fff;
        border-bottom: 1px solid #ccc;
        max-width: 768px;
        margin-left: calc(50% - 384px);
        display: flex;
        z-index:1;
    }

    .nav-column {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        width: auto;
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .navbar-toggler {
        display: block;
        margin-right: 20px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.show {
            display: flex !important;
            border-top: 1px solid #ccc;
        }

    .navbar-light .navbar-nav .nav-link {
        padding: 10px 20px !important;
    }
}
