/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .lumel_resources_fields {
    padding-bottom:5px;
}

.lumel_resources_fields.first{
	float:left;
    width:48%;
}

.lumel_resources_fields.last{
	float:right;
    width:48%;
}

.lumel_resources_fields label {
    display: block;
    font-weight: 300;
    color: #202124;
    margin: 10px 0px;
    font-size: 14px;
}

.lumel_resources_fields label.error, .webinar-form-input label.error {
    color:red;
    font-size: 16px;
	text-align: left;
}

.lumel_resources_fields input[type="text"],
.lumel_resources_fields input[type="number"],
.lumel_resources_fields input[type="email"],
.lumel_resources_fields input[type="submit"],
.lumel_resources_fields textarea,
.lumel-resources-form-container .select2-container--default .select2-selection--single {
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #bbb;
}


.lumel_resources_fields input[type="text"]:focus-visible,
.lumel_resources_fields input[type="email"]:focus-visible,
.lumel_resources_fields textarea:focus-visible {
    border-color: #533dfd;
}

.lumel_resources_fields textarea{
    height: 95px;
    font-family: inherit;
}

.lumel_resources_fields input[type="submit"] {
   	color:#fff;
   	background: #2dba78;
   	border:none;
   	cursor: pointer;
	font-size: 24px;
	font-weight: 500;
    margin-top:20px;
	transition: background-color 300ms ease 0ms,background-image 300ms ease 0ms;
}

#lumel-resources-form-container p.message {
  text-align: center;
  color: red;
}

#lumel-resources-form-container p.disclaimer {
  font-size: 14px;
  font-weight: 300;
}

.webinar-registration-form-container h4 {
	font-size: 20px;
    color: #000;
    font-weight: 400;
}

@media only screen and ( max-width:600px ) {
    .lumel_resources_fields.first,
    .lumel_resources_fields.last{
        float:unset;
        width:100%;
    }

    .lumel_resources_fields_group{
        display: block;
    }
    
    .lumel_resources_fields_group .col1,
    .lumel_resources_fields_group .col2,
    .lumel_resources_fields_group .col3{
        width:100%;
    }
}

/* Webinar Replay Form CSS */


.webinar-main-container .container {
	max-width: 1080px !important;
	width: 80% !important;
	margin: auto !important;
}

.webinar-wrapper {
	width: 100%;
	display: inline-block;
	padding-top: 30px;
}

.webinar-replay-background {
	width:100%;
	height:560px;
	background-repeat: no-repeat;
	background-size: cover;
} 

.webinar-replay-form-container {
	background:rgba(0,0,0,0.7);
	height:100%;
	padding:30px;
	padding-top:50px;
}

.webinar-replay-form-container h4{
	color:#ffffff;
	font-size: 18px;
}
.webinar-replay-form-container form{
	width:70%;
	margin-top:20px;
}
.webinar-replay-form-container .webinar-form-input {
	text-align: left;
	margin-bottom: 30px;
}
.webinar-replay-form-container .webinar-form-input .placeholder{
	color: #ddd;
	font-size: 12px;
	position: absolute;
	transition: all 0.5s ease 0s;
}
.webinar-replay-form-container input[type="text"],
.webinar-replay-form-container input[type="email"],
.webinar-replay-form-container .select2-container--default .select2-selection--single {
	background: rgba(255,255,255,0) !important;
	border: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	display: block;
	font-size: 16px;
	margin-bottom: 7px;
	line-height: 19px;
	padding: 8px 0 5px;
	transition: 0.7s ease;
	-webkit-transition: 0.7s ease;
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	outline: none;
	width:100%;
	position: relative;
	z-index:9;
}
.webinar-replay-form-container input[type="text"]:focus{
	border: 1px solid rgba(255,255,255,0);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	color: #ffffff;
}
.webinar-replay-form-container input[type="submit"]{
	width:100%;
	padding:16px;
	background: #ffcd3d;
	color:#fff;
	border:none;
	cursor: pointer;
	border-radius: 2px;
	font-weight: 400;
	font-size: 14px;
	transition: all 0.5s ease 0s;
	text-align: left;
	padding-left: 30px;
}

.webinar-registration-container .webinar-wrapper .webinar-bg {
    width: 100%;
}

.webinar-replay-form-container .webinar-form-input {
	text-align: left;
	margin-bottom: 30px;
}

.webinar-form-input .focus{
	margin-top: -20px;
	font-size: 10px !important;
}

.webinar-replay-form-container .webinar-form-input .placeholder{
	color: #ddd;
	font-size: 12px;
	position: absolute;
	transition: all 0.5s ease 0s;
}

@media (max-width: 1023px) {

	/*Webinar Single Page CSS*/
	.webinar-wrapper .medium-6,
	.webinar-wrapper .medium-8,
	.webinar-wrapper .medium-4 {
		width: 100%;
	}
	
	.webinar-replay-wrapper {
		margin-bottom: 25px;
	}

	.webinar-registration-container .webinar-wrapper .webinar-bg {
		padding: 30px;
	}
	
	.webinar-replay-form-container form {
		width: 100%;
	}

	.webinar-replay-form-container h4 {
		text-align: left;
	}

}

@media (max-width: 599px) {

	.webinar-wrapper {
		padding-top: 0px;
	}

	.webinar-registration-container .webinar-wrapper .webinar-bg {
		padding: 30px 10px;
	}

	.webinar-registration-container .webinar-wrapper .webinar-registration-bg {
		margin-top: 440px;
	}

}

.replay-unavailable-container {
	background: #fff; 
	padding: 30px 40px; 
	box-shadow: 0px 2px 18px 0px rgba(0,0,0,.3); 
	border-radius: 10px; 
	text-align: center;
}

.replay-unavailable-container h4 {
	font-size: 20px; 
	color: #000; 
	font-weight: 400;
}

.lumel-resources-form-container .select2-container--default .select2-selection--single  {
    margin-top:-2px;
    padding:8px;
    border-radius: 5px;
    height:43px;
	border: 1px solid #bbb;
}

.lumel-resources-form-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
	text-align: left;
}

.lumel-resources-form-container .select2-container--default .select2-selection--single .select2-selection__arrow {
    height:43px !important;
    right:8px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding:16px;
}

.webinar-replay-form-container .select2-container--default .select2-selection--single {
	margin-top:-2px;
    height:43px;
}

.webinar-replay-form-container .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px;
	text-align: left;
	color: #fff;
}

#lr-video-popup {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: auto;
    padding: 20px;
}

.lr-video-popup-overlay {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    background: transparent;
}

.lr-video-popup-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 0;
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    z-index: 10000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
}

.lr-video-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: #fff;
    border: none;
    font-size: 20px;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

#lr-popup-video-container iframe {
    width: 100%;
    height: 480px;
    display: block;
    border: none;
}

.lr-video-details {
    padding: 24px;
}

#lr-popup-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

#lr-popup-duration {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

#lr-popup-excerpt {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    height: 80px;
    overflow-y: auto;
    padding-right: 5px;
}
/* Clean minimal scrollbar for #lr-popup-excerpt */
#lr-popup-excerpt::-webkit-scrollbar {
    width: 4px;
}

#lr-popup-excerpt::-webkit-scrollbar-track {
    background: transparent;
}

#lr-popup-excerpt::-webkit-scrollbar-thumb {
    background: #d0d0d0;
    border-radius: 2px;
}

#lr-popup-excerpt::-webkit-scrollbar-thumb:hover {
    background: #b0b0b0;
}
/* Remove scrollbar arrows/buttons */
#lr-popup-excerpt::-webkit-scrollbar-button {
    display: none !important;
}

/* 🔁 Responsive Styles for Mobile */
@media (max-width: 768px) {
    .lr-video-popup-content {
        border-radius: 8px;
    }

    #lr-popup-video-container iframe {
        height: 220px;
    }

    .lr-video-details {
        padding: 16px;
    }

    #lr-popup-title {
        font-size: 20px;
    }

    #lr-popup-duration {
        font-size: 13px;
    }

    #lr-popup-excerpt {
        font-size: 14px;
        height: 65px;
        overflow-y: auto;

    }

    .lr-video-popup-close {
        font-size: 18px;
        top: 10px;
        right: 10px;
    }
}

.lr-share-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid #533dfd;
  background: #fff;
  color: #533dfd;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.lr-share-btn:hover {
  background: #533dfd;
  color: #fff;
}
.lr-share-btn svg {
  display: inline-block;
  vertical-align: middle;
}

.lr-copied-message {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background-color: #4CAF50;
  color: white;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 500;
  animation: fadeIn 0.3s ease-in-out;
}

.lr-copied-message svg {
  display: inline-block;
  vertical-align: middle;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#lr-gallery-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.lr-gallery-popup-overlay {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.lr-gallery-popup-content {
    position: relative;
    /* width: fit-content; */
    /* height: 100%; */
    max-width: 850px;
    margin: 5% auto;
    background: white;
    padding: 20px 20px 0px;
    border-radius: 10px;
    z-index: 10000;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    box-sizing: border-box;
}

.lr-gallery-popup-close {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    border: none;
    background: none;
    cursor: pointer;
    color: #fff;
    background-color: #000;
    border-radius: 50%;
    padding: 0px 7.3px;
}

.lr-gallery-actions {
    margin-top: 20px;
    display: flex;
    justify-content: end;
    gap: 15px;
    padding-right: 40px;
    background: #F7F9FC;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 40px 20px;
    width: calc(100% + 40px);
    transform: translateX(-20px);
}

.lr-gallery-btn {
    padding: 10px 20px;
    background-color: #533dfd;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.3s ease;
    vertical-align: middle;
}
.lr-gallery-btn > svg{
    vertical-align: middle;
    margin-right: 5px;
}

#lr-popup-gallery-image-container {
    width: 100%;
    height: 600px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#lr-popup-gallery-image-container img {
    width: 100%;
}

#lr-download-btn {
    background-color: #533dfd;
}

#lr-download-btn:hover {
    background-color: #06314f;
    color: #fff;
}

#lr-learn-more-btn {
    background-color: #F0EFFF;
    color: #404040;
}

@media (max-width: 768px) {

    .lr-gallery-popup-content {
        padding: 20px 20px 0px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0px 20px;
        /* width: 100%; */
    }

    #lr-popup-gallery-image-container {
        padding: unset;
        height: 400px;
        width: 100%;
    }

}

