/**
 * Webinar updated Design
 */
 /* Scoped styles for webinar banner */
      
       .webinar-banner {
            width: 100%;
            background: #fff;
            color: black;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 999;
            font-family: 'Calibre', -apple-system, BlinkMacSystemFont, sans-serif;
            line-height: 21px;
        }
        .webinar-banner .compact-banner {
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 15px;
            cursor: pointer;
            /*background: #00cfda;*/
        }
       
        .webinar-banner .webinar-title {
            font-size: 16px;
            font-weight: 600;
        }
       
        .webinar-banner .highlight {
            color: #111;
            font-weight: 700;
        }
       
        .webinar-banner .cta-button {
            color: #ffffff;
            font-weight: 800;
            font-family: 'Calibre';
            text-transform: uppercase;
            /*background: #0052cc;*/
            padding: 3px 6px;
            border-radius: 4px;
            margin: 0 5px;
        }
       
       
        .webinar-banner .expand-icon {
            background: rgba(255, 255, 255, 0.2);
            width: 24px;
            height: 24px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
       
        .webinar-banner .expanded-content {
            padding: 15px 20px;
            display: none;
            position: relative;
        }
       
        .webinar-banner .expanded-content.visible {
            display: block;
        }
       
        .webinar-banner .expanded-title {
            text-align: center;
            margin-bottom: 15px;
            font-size: 16px;
            font-weight: 600;
            /*color: #000000;*/
        }
       
        .webinar-banner .webinar-details {
    text-align: center;
    margin-bottom: 15px;
    display: block;
}
       .webinar-details p {
    line-height: 2.5rem;
}
        .webinar-banner .timezone-info {
            margin-top: 5px;
            font-size: 12px;
            opacity: 0.8;
        }
       
       .webinar-banner .timer-container {
            /*background: #b12aff3b;*/
            border-radius: 5px;
            padding: 10px;
            text-align: center;
            margin-bottom: 15px;
        }
       
        .webinar-banner .benefits {
            background: rgba(255, 255, 255, 0.1);
            border-radius: 5px;
            padding: 10px;
            margin-bottom: 15px;
        }
       
        .webinar-banner .benefit-item {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }
       
        .webinar-banner .benefit-icon {
            /*color: #ff6139;*/
            margin-right: 8px;
        }
               
        .webinar-banner .webinar-form {
            display: grid;
            grid-template-columns: 1fr;
            gap: 15px;
            margin-bottom: 15px;
        }
       
        .webinar-banner .name-row {
            display: flex;
            gap: 15px;
        }
       
        .webinar-banner .name-field {
            flex: 1;
        }
       
        .webinar-banner .form-label {
            display: block;
            margin-bottom: 5px;
            font-size: 16px;
            opacity: 0.9;
        }
       
        .webinar-banner .form-input {
            width: 100%;
            padding: 10px;
            border: 1px solid #d9d9d9;
            border-radius: 3px;
            font-size: 14px;
            box-sizing: border-box;
        }
        
        .select2-container--default .select2-selection--single {
            background-color: #fff;
            border: 1px solid #d7d7d7;
            border-radius: 4px;
            height: 40px;
        }
        
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 35px;
        }
        
        .select2-container--default .select2-selection--single .select2-selection__rendered {
            color: #444;
            line-height: 35px;
        }
        
        .select2-container--default .select2-selection--single .select2-selection__arrow {
            height: 40px;
            position: absolute;
            top: 1px;
            right: 1px;
            width: 20px;
        }

        .webinar-banner .form-submit {
            width: 100%;
            /*background: #0052cc;*/
            color: #fff;
            border: none;
            border-radius: 3px;
            padding: 12px;
            font-weight: 800;
            font-size: 16px;
            text-transform: uppercase;
            cursor: pointer;
            font-family: 'Calibre';
            margin-top: 15px;
        }
		
		.webinar-banner .spots-left {
            text-align: center;
            font-size: 14px;
            opacity: 0.8;
            font-weight: 600;
        }
		
		.webinar-banner .screen-reader-response {
			display: none;
		}

		span.wpcf7-not-valid-tip, .wpcf7-response-output {
			font-weight: 600;
			color: #fef802;
		}
       
        /*.webinar-banner .form-submit:hover {*/
        /*    background: #ff6139;*/
        /*}*/
        
        .webinar-banner .close-button {
            position: absolute;
            top: 10px;
            right: 10px;
            width: 24px;
            height: 24px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
        }
       
       .webinar-banner .spots-left {
            text-align: center;
            font-size: 14px;
            opacity: 0.8;
            font-weight: 600;
        }
               
        /* Mobile responsive styles */
        @media (max-width: 767px) {
			.webinar-banner .expanded-content.visible {
				display: block;
				line-height: 21px;
			}
            .webinar-banner .webinar-title {
                font-size: 14px;
            }
			.show-mobile {
        display: block;
    }
    .show-mobile.toggle-visible {
        display: block;
    }
           
            .webinar-banner .name-row {
                flex-direction: column;
                gap: 10px;
            }
			
			/* Add these styles to your stylesheet */

/* Alert Styling */
.webinar-alert {
    position: fixed;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    padding: 12px 20px;
    border-radius: 4px;
    max-width: 90%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.webinar-alert--success {
    background-color: #4CAF50;
    color: white;
}

.webinar-alert--error {
    background-color: #F44336;
    color: white;
}

/* Animation for alerts */
@keyframes fadeIn {
    from { 
        opacity: 0; 
        transform: translate(-50%, -20px); 
    }
    to { 
        opacity: 1; 
        transform: translate(-50%, 0); 
    }
}

@keyframes fadeOut {
    from { 
        opacity: 1; 
        transform: translate(-50%, 0); 
    }
    to { 
        opacity: 0; 
        transform: translate(-50%, -20px); 
    }
}

.webinar-alert {
    animation: fadeIn 0.3s ease-out;
}

.webinar-alert.removing {
    animation: fadeOut 0.3s ease-in;
}

/* Optional: Add highlight effect to form fields with errors */
    .wpcf7-not-valid {
        border: 1px solid #d63415 !important;
    }
	
    /* Toast Styling */
.webinar-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #4CAF50;
    color: white;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: bold;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    z-index: 9999;
    text-align: center;
    display: none;
    cursor: pointer;
    line-height:1.3rem;
}

.webinar-toast.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}
			.padding-top0 {
    padding-top: 0px !important;
}

.select2-results__option {
    padding: 15px;
    margin-bottom: 2px;
}
	
	/* Add this to your webinar-banner.css file */


/* Animated "Live Now" text for expired webinars */
@keyframes pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.webinar-banner[data-expired="true"] #compactCountdown {
    animation: pulse 2s infinite;
}
	
@media(min-width:767px){
    body.home.page-template-default.page.page-id-88609.page-child.logged-in.admin-bar.customize-support{
        padding-top:0px!important;
    }
	body.home.page-template-default.page.page-id-88609.page-child{
		padding-top:0px!important;
	}
	
}
@media(max-width:767px){
    body.home.page-template-default.page.page-id-88609.page-child.logged-in.admin-bar.customize-support{
        padding-top:0px!important;
    }
}