@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/******************************************************************************/
/************************************************************* Event Page CSS */
/******************************************************************************/

#event .wrapper {
    width: 100vw;
    max-width: 550px;
    padding: 1em;
    padding-bottom: 0;
}

#eventHead {
    max-width: 550px;
    width: 100%;
    /* min-height: 220px; */
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
}

#eventHead_bg {
    max-width: 550px;
    width: 100%;
    min-height: 0; 
    height: 100% !important;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #333;

    border-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
}

#eventHead_bg img{ 
    width: 100%; 
}

#eventHead .header-button{
    display: flex;
    position: absolute;
    top: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    cursor: pointer;
    overflow: hidden;
}

#eventHead .header-button a{
    color: #212529;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 999px;
}

#eventHead .header-button a:hover,
#eventHead #eventHead_btn_qr:hover{
    background-color: var(--event-footer-dark-bgcolor);
}

#eventHead .header-button img{
    filter: invert(10%) sepia(0%) saturate(1381%) hue-rotate(264deg) brightness(89%) contrast(88%);
    width: 20px;
}

#eventHead .header-button a:hover img,
#eventHead #eventHead_btn_qr:hover img{
    filter: invert(100%) sepia(0%) saturate(7458%) hue-rotate(197deg) brightness(126%) contrast(117%);
}

#eventHead #eventHead_btn_back{
    left: 10px;
    box-shadow: 3px 3px 2px rgb(0 0 0 / 50%);
}

#eventHead #eventHead_btn_back img{
    width: 22px;
}

#eventHead #eventHead_btn_qr{
    right: 10px;
    box-shadow: -3px 3px 2px rgb(0 0 0 / 50%);
}

#eventHead #eventHead_btn_qr img{
    width: 18px;
}

#eventHead_content{
    background: #00985f;
    padding: 1em 1.5em;
    padding-bottom: 1.5em;
    border-radius: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 0;
    display: flex;
    gap: 1em;
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

#eventHead_avatar {
    width: 75px;
    height: 75px;
    border: 0;
    border-radius: 10px;
    background-color: transparent;
    display: grid;
    margin: 20px auto;
    margin: 0;
}

#eventHead_avatar img{
    width: 75px;
    height: 75px;
    margin: auto;
    border-radius: 10px;
}

#eventHead_eventName {
    color: #fff;
    font-size: 1em;
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 0em;
    display: flex;
    align-items: center;
    overflow:hidden;
}

#eventHead_eventName h1{
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 1.5em;
    line-height: 1em;
    text-shadow: none;
    text-align: left;
    padding:0;
    margin:0;
}

#eventHead_eventName.size1 h1{
    font-size: 1.5em;   
}

#eventHead_eventName h1 span{
    hyphens: auto;
}

body #content{ 
    background-color: transparent !important; 
}

#content .card,
.wrapper .card {
    margin: 0;
    margin-bottom: 1em;
    background-color: transparent !important;
}

#content .card .card-header,
.wrapper .card .card-header {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #00985f;
}

#content .card .card-body.stream-btns li:last-child,
.wrapper .card .card-body.stream-btns li:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

#content .card-header,
.wrapper .card-header {
    font-weight: 500;
    font-family: 'poppins';
}

.modal .modal-content{
    border-radius: 10px;
}

#qr_modal{
    background: rgba(0,0,0,0.35);
}

#qr_modal .modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    text-align:center;
}

#qr_modal .modal-content{
    border-radius: 15px;
    height: 320px;
    width: 320px;
}

#qr_modal .modal-content h2 {
    font-family: 'Poppins';
    text-align: center;
    padding: 5px;
    letter-spacing: -2px;
    font-size: 30px;
}

#qr_modal .modal-content .qr-btn-wrapper{
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 160px;
    display: flex;
    justify-content: space-around;
}

#qr_modal .modal-content .qr-btn{
    border-radius: 50px;
    height: 55px;
    width: 55px;
    text-shadow: none;
    opacity: 1;
    position: relative;
    border: 0;
}

#qr_modal .modal-content .qr-btn:active,
#qr_modal .modal-content .qr-btn:focus{
    box-shadow: 0;
    outline: 0;
    border: 0;
}

#qr_modal .modal-content .qr-btn.share{
    background: #00985f;
    color: #fff;
}

#qr_modal .modal-content .qr-btn.share.hide{
    display: none;
}

#qr_modal .modal-content .qr-btn.share:active,
#qr_modal .modal-content .qr-btn.share:focus{
    background: #14bd7f;
}

#qr_modal .modal-content .qr-btn.close{
    background: #444;
    color: #fff;
}

#qr_modal .modal-content .qr-btn.close:active,
#qr_modal .modal-content .qr-btn.close:focus{
    background: #686868;
}

#qr_modal .modal-content .qr-btn i{
    padding: 0;
    margin: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

#feedback_modal .modal-dialog{
    height: calc( 100% - 125px );
}

#feedback_modal .modal-content{
    height: 100%;
    border-radius: 15px;
    background-color: #fff8f9;
    box-shadow: 0px 10px 33px rgba(0,0,0,0.5);
}

#feedback_modal .modal-content .modal-body{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
}

#feedback_modal .modal-content .modal-body iframe{
    border-radius: 15px;
}

#feedback_modal .modal-content .modal-body .modal-btn-wrapper{
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    width: 160px;
    display: flex;
    justify-content: space-around;
}

#feedback_modal .modal-content .modal-body .modal-btn{
    border-radius: 50px;
    height: 55px;
    width: 55px;
    text-shadow: none;
    opacity: 1;
    position: relative;
    border: 0;
}

#feedback_modal .modal-content .modal-btn:active,
#feedback_modal .modal-content .modal-btn:focus{
    box-shadow: 0;
    outline: 0;
    border: 0;
}

#feedback_modal .modal-content .modal-btn.close{
    background: #444;
}

#feedback_modal .modal-content .modal-btn.close img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(64deg) brightness(97%) contrast(107%);
    width: 30px;
}

#feedback_modal .modal-content .modal-btn.close:active,
#feedback_modal .modal-content .modal-btn.close:focus{
    background: #686868;
}

#onboarding_modal .modal-content{
    border-radius: 15px;
    width: 370px;
    margin: 0 auto;
}

/* @media screen and (min-height: 500px) {
    #onboarding_modal .modal-content{
        margin-top: -5.5em;
    }
} */


#onboarding_modal .modal-body{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1em;
    padding: 2em;
    overflow: hidden;
    border-radius: 15px;
}

#onboarding_modal .modal-body button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    width: 100%;
    border-radius: 10px;
    padding: 0.35em 1em;
    font-family: 'Work Sans';
    font-weight: 300;
    font-size: 18px;
    background-color: #444;
    border: 3px solid #444;
    color: #fff;
    margin-top: 10px;

    transition: all 0.2s ease-in-out;
}

#onboarding_modal .modal-body button:hover{
    background-color: transparent;
    color: #444;
}

#onboarding_modal .modal-body .onboarding-event-logo{
    width: 150%;
    background-color: #ccc;
    margin-top: -2em;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

#onboarding_modal .modal-body .onboarding-event-logo img{
    width: 125px;
    border-radius: 15px;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.5);
}

#onboarding_modal .modal-body .onboarding-event-text{
    text-align: center;  
    font-size: 18px;
    margin: 0;
}

#onboarding_modal .modal-body .onboarding-event-text h3{
    font-size: 1.25em;
    line-height: 1.15em;
    font-weight: 800;
    margin: 0;
    padding: 0;
    text-align: center;
}

#onboarding_modal .modal-body .onboarding-event-text strong{
    font-weight: 800;
    letter-spacing: 2px;
}

#onboarding_modal .modal-body .onboarding-event-wifi{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 1em;
}

#onboarding_modal .modal-body .onboarding-event-wifi .onboarding-event-wifi-item,
#wifi_connect_modal .modal-body .wifi-wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#onboarding_modal .modal-body .onboarding-event-wifi .onboarding-event-wifi-item:last-of-type,
#wifi_connect_modal .modal-body .wifi-wrapper:last-of-type{
    margin-bottom: 1.5em;
}

#onboarding_modal .modal-body .onboarding-event-wifi .onboarding-event-wifi-item > label,
#wifi_connect_modal .modal-body .wifi-wrapper > label{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    width: 100%;
}

#onboarding_modal .modal-body .onboarding-event-wifi .onboarding-event-wifi-item .onboarding-event-wifi-wrapper,
#wifi_connect_modal .modal-body .wifi-item{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0.5em;
    border-radius: 10px;
    background-color: #fff;
    width: 100%;
    border: 2px solid #ccc;
}

#onboarding_modal .modal-body .onboarding-event-wifi .onboarding-event-wifi-item img.icon,
#wifi_connect_modal .modal-body .wifi-wrapper img.icon{
    width: 25px;
}

#onboarding_modal .modal-body .onboarding-event-wifi .onboarding-event-wifi-wrapper span,
#wifi_connect_modal .modal-body .wifi-item span{
    font-family: monospace;
    font-size: 0.9em;
}

#onboarding_modal .modal-body .onboarding-event-wifi .onboarding-event-wifi-item #onboarding_wifi_hidden,
#wifi_connect_modal .modal-body .wifi-hidden{
    font-size: 15px;
    text-align: center;
    padding-top:0.75em;
    margin:0;
    color: #999;
}

#applerelay_modal .modal-content .modal-body{
    padding: 1.5em 2em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1em;
    min-height: 700px;
}

#applerelay_modal .modal-content .modal-body h3{
    font-family: 'Work Sans';
    font-weight: 900;
    text-align: center;
    padding: 0;
    padding-bottom: 0.75em;
}

#applerelay_modal .modal-content .modal-body .modal-icon{
	width: 90px;
	height: 90px;
	background-color: #CB444A;
	border-radius: 999px;
	padding: 0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	margin-top: 1em;
	margin-bottom: 1em;
	border: 10px solid #E5A2A5;
	outline: 10px solid #F7E4E5;
}

#applerelay_modal .modal-content .modal-body .modal-icon img{
	width: 45px;
    margin-top: -1px;
    margin-left: 6px;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper h4{
    font-size: 16px;
    font-weight: bold;
    text-decoration: underline;
    color: #326AEE;
    background-color: #f1f1f1;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper h4:hover{
    color: #6f93e4;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper.active h4{
    color: #333;
    text-decoration: none;
    cursor: default;
    pointer-events: none;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper ol{
    max-height: 0px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 1em;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper.active ol{
    max-height: 999px;
    animation: revealIn 800ms ease-in-out forwards;
}

@keyframes revealIn {
    0% {
        max-height: 0px;
    }
    100% {
        max-height: 999px;
    }
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper ol li img{
    width: 20px;
    margin-top: -5px;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper ol li .os-icon{
    background:#999;
    padding: 4px;
    margin-bottom: 5px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper ol li .os-icon.wifi{
    background: #326AEE;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper ol li .svg-blue{
    filter: invert(33%) sepia(85%) saturate(3100%) hue-rotate(215deg) brightness(97%) contrast(93%) !important;
}

#applerelay_modal .modal-content .modal-body .applerelay-text .os-wrapper ol li:nth-child(1) b{
    white-space: nowrap;
}

#applerelay_modal .modal-content .modal-body .applerelay-btn{
    width: 100%;
    color: #fff !important;
    position: relative;
    background: #444;
    border-color: #444;
    border-width: 3px;
    border-radius: 8px;
    font-family: "Work Sans";
    font-weight: 300;
    outline: 0 none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#applerelay_modal .modal-content .modal-body .applerelay-btn:hover{
    background: transparent;
    color: #444 !important;
}

#wifi_connect_modal .modal-body{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5em;
    padding: 2em;
}

#wifi_connect_modal .modal-body h3{
    font-size: 1.5em;
    font-weight: 800;
    padding:0;
    margin:0;
}

#wifi_connect_modal .modal-body p{
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#wifi_connect_modal .modal-body #wifi_title{
    font-weight: 800;
    margin-bottom: -1.25em;
}

#wifi_connect_modal .modal-body .btn{
    width: 100%;
    position: relative;
    color: #444;
    border-color: #444;
    border-width: 2px;
    border-radius: 8px;
    font-family: "Work Sans";
    font-weight: 300;
    font-size: 18px;
    outline: 0 none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#wifi_connect_modal .modal-body .connect-icons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

#wifi_connect_modal .modal-body .connect-icons .icon-box{
    background: #d0e1e9;
    padding: 0.5em;
    border-radius: 999px;
    width: 65px;
    min-width: 65px;
    height: 65px;
    min-height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

/* #wifi_connect_modal .modal-body .connect-icons .icon-box:nth-child(1){
    background: #4B626E;
}

#wifi_connect_modal .modal-body .connect-icons .icon-box:nth-child(2){
    background: #618393;
}

#wifi_connect_modal .modal-body .connect-icons .icon-box:nth-child(3){
    background: #74A2B6;
} */

#wifi_connect_modal .modal-body .connect-icons .icon-box img{
    width: 35px;
}

#wifi_connect_modal .modal-body .connect-icons .icon-arrow{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

#wifi_connect_modal .modal-body .connect-icons .icon-arrow img{
    width: 30px;
    margin: -5px;
}

#support_modal .modal-content{
    overflow: hidden;
    max-width: 400px;
    margin: 0 auto;
}

#support_modal .modal-body{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    gap: 1.5em;
    padding: 2em;
}

#support_modal .modal-body h3{
    font-size: 1.5em;
    font-weight: 800;
    padding:0;
    margin:0;
}

#support_modal .modal-body p{
    margin: 0;
    padding: 0;
    font-size: 18px;
}

#support_modal .modal-body a{
    color: #00985f;
    text-decoration: underline;
    cursor: pointer;
    font-size: 18px;
}

#support_modal .modal-body .btn{
    width: 100%;
    position: relative;
    color: #444;
    border-color: #444;
    border-width: 2px;
    border-radius: 8px;
    font-family: "Work Sans";
    font-weight: 300;
    font-size: 18px;
    outline: 0 none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
}

#support_modal .modal-body .btn:hover{
    background: #444;
    color: #fff;
}

#support_modal .modal-body .modal-event-logo{
    width: 150%;
    background-color: #ccc;
    margin-top: -2em;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

#support_modal .modal-body .modal-event-logo .modal-event-logo-wrapper{
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.5);
}

#support_modal .modal-body .modal-event-logo img{
    width: 110px;
}

#preview-watermark{
    background: #00985f;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    font-size: 13px;
    padding: 0.75em;
    z-index: 9999;
    color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

#preview-watermark p{
    margin: 0;
    padding: 0;
}

#preview-watermark p b{
    font-weight: 900;
}

#preview-watermark-cover{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    top: 0;
    left: 0;
}

#preview-watermark-spacer{
    height: 10px;
    margin-bottom: 2em;
}

.no-header #preview-watermark-spacer{
    margin-bottom: 5em;
}

#alert_messages{
    bottom: 3em;
    position: fixed;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    z-index: 999;
}

#dvoxalert{
	margin: 0 auto;
	color: #fff;
    font-family: 'Assistant';
    text-align: left;
    font-size: 16px;
    background: #dc3545;
    border: none;
    border-radius: 5px;
    width: 100%;
    padding: 0.75em;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75em;
	z-index: 996;
	max-width: 800px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}

#dvoxalert.red{
    background: #dc3545 !important;
    color: #fff !important;
}

#dvoxalert.red img{
    filter: invert(99%) sepia(69%) saturate(0%) hue-rotate(172deg) brightness(110%) contrast(100%);
}

#dvoxalert.white{
    background: #F5F5F7 !important;
    color: #333 !important;
    filter:none !important;
}

#dvoxalert.white img{
    filter: invert(10%) sepia(0%) saturate(25%) hue-rotate(158deg) brightness(91%) contrast(89%);
    margin-top: -2px;
}

#dvoxalert.white a{
    color: #333 !important;
    text-decoration: underline;
    cursor: pointer;
}

#dvoxalert.white a:hover{
    text-decoration: none;
    color:#666;
}

#dvoxalert img{
    filter: invert(99%) sepia(69%) saturate(0%) hue-rotate(172deg) brightness(110%) contrast(100%);
    width: 20px;
    margin-top: 3px;
}

#dvoxalert .alert-text{
    flex: 1;
}

#dvoxalert .close{
    color: #fff;
    text-shadow: none;
    opacity: 1;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0;
    margin-top: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#dvoxalert .close:hover{
    opacity: 0.8;
}

#dvoxalert.white .close{
    color: #333 !important;
}


#dvoxalert.slideIn {
	animation: slideIn 500ms ease-in-out;
    margin-bottom: 0em;
    opacity: 1;
}

@keyframes slideIn {
	0% {
		margin-bottom: -3em;
        opacity: 0;
	}

	100% {
		margin-bottom: 0;
        opacity: 1;
	}
}


/* Skeleton Styles */
#content .card.skeleton {
    opacity: 0.35;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
    pointer-events: none;
}

#content .card.skeleton .card-header,
#content .card.skeleton .card-body.stream-btns li:nth-child(odd),
#content .card.skeleton .card-body.stream-btns li:nth-child(even){
    background-color: #ccc !important;
    position: relative;
    overflow: hidden;
}

#content .card.skeleton .card-body.stream-btns li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#content .card.skeleton .card-body.stream-btns li .stream-icon-wrapper {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    background-color: #ccc !important;
}

#content .card.skeleton .card-body.stream-btns li .stream-label {
    flex: 1;
    height: 20px;
}

/* Loading Animation */
@keyframes loading {
    0% {
        background-position: -400px 0;
    }
    100% {
        background-position: 400px 0;
    }
}

#content .card.skeleton .card-header::before,
#content .card.skeleton .card-body.stream-btns li::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, #f0f0f0 25%, #cfcece 50%, #f0f0f0 75%);
    background-size: 400px 200px;
    animation: loading 1.5s infinite;
    opacity: 0.5;
}

.no-header #eventHead{
    padding-top: 0;
	margin-top: 2em;
    min-height: 0;
}

.no-header #eventHead .header-button {
	top: -45px;
}

.no-header.no-logo.no-title #eventHead .header-button{
    top: -30px;
}

.no-header #eventHead_bg{
	display: none;
}

.no-header #eventHead_content{
	border-radius: 15px !important;
	margin-top: 45px;
}

.no-logo #eventHead_avatar{
    display: none;
}

.no-logo #eventHead_content {
    padding: 1.5em;
}

.no-back #eventHead_btn_back{
    display: none;
}

.no-share #eventHead_btn_qr{
    display: none;
}

.no-logo.no-title #eventHead_content {
    display: none;
}

.no-logo,.no-title #eventHead_bg{
    border-radius: 15px !important;
}


/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm*/
/*mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm Event Mobile Sytles  */
@media (max-width: 320px)
{
    #eventHead_bg{
        height: 190px;
        min-height: 0;
        background-size: 160% !important;
        background-position: center center !important;
    }

    #eventHead_avatar {
        width: 55px;
        height: 55px;
    }

    #eventHead_avatar img{
        width: 55px;
        height: 55px;
    }

    #eventHead_content{
        flex-wrap: wrap;
        justify-content: center;
    }

    #eventHead_eventName{
        text-align: center;
        padding: 0;
        margin: 0;
        margin-top: 0.5em;
        display: block;
    }

    #qr_modal .modal-content{
        width: 280px;
        height: 350px;
    }
}

/******************************************************************************/
/******************************************************** User Defined Styles */
/******************************************************************************/

#event{	
    background-color: var(--event-bgcolor) !important; 
}

#eventHead_eventName{ 
    color: var(--event-header-text-color) !important; 
}

#eventHead_content{ 
    background-color: var(--event-header-bgcolor) !important; 
}

#eventHead_avatar{
    background-color: var(--event-header-bgcolor) !important; 
}

#content .card .card-header{ 
    background-color : var(--event-group-bgcolor) !important; 
    color: var(--event-group-text-color) !important; 
}

#content .card .card-body.stream-btns li:nth-child(odd){ 
    background-color : var(--event-stream-odd-bgcolor); 
}

#content .card .card-body.stream-btns li:nth-child(even){ 
    background-color : var(--event-stream-even-bgcolor); 
}

#content .card .card-body.stream-btns li:hover {
  box-shadow: inset 0 0 0 100vw 
    rgba(var(--event-card-header-r), 
         var(--event-card-header-g), 
         var(--event-card-header-b), 
         0.25);
}

#content .card .card-body.stream-btns li .stream-label{ 
    color : var(--event-stream-text-color) !important; 
}	

#onboarding_modal .modal-body .onboarding-event-logo{ 
    background-color: var(--event-header-bgcolor) !important; 
}

.modal .modal-body .modal-event-logo{ 
    background-color: var(--event-header-bgcolor) !important; 
}

/* Skeleton Styles */
#content .card.skeleton .card-header,
#content .card.skeleton .card-body.stream-btns li:nth-child(odd),
#content .card.skeleton .card-body.stream-btns li:nth-child(even){
    background-color: var(--event-group-bgcolor) !important;
}

#content .card.skeleton .card-body.stream-btns li .stream-icon-wrapper {
    background-color: var(--event-group-text-color) !important;
}

#pagefooter{ 
    background-color: var(--event-footer-bgcolor) !important; 
    color: var(--event-footer-text-color) !important; 
}

#pagefooter a{ 
    color: var(--event-footer-link-color) !important; 
}