.img_container {
	position: relative;
	display: inline-block;
}
.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
}
.text-box {
	display: none;
	position: absolute;
	top: 25%;
	left: 75%;
	transform: translate(-50%, -50%);
	width: 100%;
	
}
.img_text_box {
  width: 100%;
  border: 1px solid gray;
  padding: 5px;
  border-radius: 5px;

}
.video_overlay_div {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
}

.video-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
	padding-top: 0px;
}
.video_id_submit{
	background: #858585 !important;
	padding: 6px;
	margin-left: 2px;
	border-radius: 2px;
	font-size: 13px;
	float: right;
  	margin-top: 5px;
}
.brighcov_id_input{
	padding:3px;
	color: #000;
	margin-top: 5px;
  	width: 80%;
}
.brightcov_model_label {
  color: #ac0d0d;
  top: 5px;
  position: relative;
}
#err_msg{
	font-weight:bold;
}
.error_link_box {
	border: 2px solid #fd1a1a;
	box-shadow: 0px 0px 10px red;
}
.video-err-msg{
	color: #e14141;
	position: absolute;
 	top: 5px;
}

.podcast_overlay_div {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
	z-index:999;
}

.podcast-text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 5px;
	padding-top: 0px;
	width: 70%;
}

.podcast_id_input{
	padding:3px;
	color: #000;
	margin-top: 5px;
  	width: 73%;
}
.podcast_id_submit{
	background: #858585 !important;
	padding: 6px;
	margin-left: 2px;
	border-radius: 2px;
	font-size: 15px;
	float: right;
  	margin-top: 5px;
	border: none;
	color: white;
}
/* Alert Model */
.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	z-index: 99999;
}

.modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 80%;
	max-width: 400px;
	position: relative; /* Add position relative */
	text-align: center;
}

/* Close button */
.close {
	color: #aaa;
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 28px;
	font-weight: bold;
  	right: 5px;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
/* Alert Model */


.variable_no_value {
    color: red;
}

.checkbox_lbl{
	font-size: 14px;
  	font-weight: normal;
}

.video_var_label{
	color: gray;
}
.video_checkbox {
	margin-top: 7px;
}

.video_model_close {
	color: #aaa;
	float: right;
	font-size: 25px;
	font-weight: bold;
	position: relative;
  	top: 0px;
  	left: 15px;
	cursor: pointer;
}

/* Skeleton Loader */
#div_id_skeletonLoader {
	background-image: url(https://treatmentperspectivescdnprod.azureedge.net/c370-p1-website/dTukVnLBbieXIvKYClSp21Zog8zaO4xD0RmMfJjr.gif);
	background-size: 100% 100%;
	width: 100%;
	height:1400px;
	background-repeat: no-repeat;
}
   
#div_id_container {
	display: none;
}
/* Skeleton Loader */

/* Confirmation Alert */
.yesno_modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.yesno_modal-content {
    position: relative;
    background-color: white;
    margin: 10% auto;
    padding: 20px;
    max-width: 400px;
    border-radius: 5px;
}

.yesno_modal-body {
    margin-bottom: 20px;
}

/* Button Styles */
.yes_btn, .no_btn {
    padding: 10px 20px;
    margin-right: 10px;
}

.yes_btn, .no_btn:last-child {
    margin-right: 0;
}

.yes_btn {
	background: #05a805;
	border: none;
	margin-right: 10px;
}
.no_btn {
	background: #f74e4e;
	border: none;
}
/* Confirmation Alert */




/* 404 Page*/
.body_404 {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #f0f0f0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	color: #171740;
	font-size: 16px;
}

.container_404 {
	text-align: center;
}

.h1_404 {
	font-size: 6em;
	margin-bottom: 20px;
	animation: bounce 0.5s ease infinite alternate;
	margin-block-end: 0.5rem;
}

.p_404 {
	font-size: 2em;
	animation: bounce 0.5s ease infinite alternate;
	font-weight: bold;
	margin-block-start: 0rem;
	margin-block-end: 0.75rem;
}

.animated-text {
	/* overflow: hidden; */
	display: inline-block;
	color: #ff0000;
	font-weight: bold;
	font-size: 1.2em;
}

.animated-text .span_404 {
	display: inline-block;
	animation: bounce 0.5s ease infinite alternate;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-5px);
	}
}
/* 404 Page*/




/* select box in image */
/* Style for the container of the image */
#image-container {
	position: relative;
	width: 500px; /* Adjust width as needed */
	height: 300px; /* Adjust height as needed */
  }
  
  /* Style for the select dropdown */
  .select-dropdown {
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 999; /* Ensure dropdown appears on top of other content */
  }
  
  /* Style for the select element */
  .select-dropdown select {
	width: 100%;
	padding: 8px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background-color: #fff;
	font-size: 14px;
	outline: none;
	appearance: none; /* Remove default dropdown arrow */
	-webkit-appearance: none; /* Remove default dropdown arrow for webkit browsers */
	-moz-appearance: none; /* Remove default dropdown arrow for Firefox */
  }
  
  /* Style for select dropdown options */
  .select-dropdown select option {
	background-color: #fff;
	color: #333;
  }
  
  /* Style for select dropdown when it's open */
  .select-dropdown select:focus {
	border-color: #4CAF50;
	box-shadow: 0 0 5px rgba(76, 175, 80, 0.5);
  }
  /* CSS for the overlay effect */
  .select-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black overlay */
	z-index: 9999; /* Ensure overlay appears on top of other content */
  }

  .image-dropdown-box {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border-radius: 5px;
	z-index: 9999;
  }
/* .img_dropdown_div{
	width: 50%;
} */

  /* select box in image */


/* custome Input CSS for the modal */
.custom_modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.4);
  }
  
  .custom_modal-content {
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 1px solid #888;
	width: 15%;
  }
  
  .custom_modal_close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
	
  }
  
  .custom_modal_close:hover,
  .custom_modal_close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
  }

.img_variable_btn {
	background: gray;
	border: none;
	padding: 3px;
	margin-top: 5px;
	color: #fff;
	font-size: 15px;
	left: 40%;
	position: relative;
  }
  .imgVarerrmsg{
	font-size: 12px;
  	color: #d91111;
  	display: none;
  }
  /* custome Input CSS for the modal */

  .podcast_addBtn{
	float: right;
	background: #ddd;
	padding: 5px;
	width: 50px;
	font-size: 15px;
	height: 40px;
	margin-top: 5px;
	border: none;
  }

  /* Loader */
.loading {
	height: 0;
	width: 0;
	padding: 15px;
	border: 6px solid #ccc;
	border-right-color: #888;
	border-radius: 22px;
	-webkit-animation: rotate 1s infinite linear;
	/* left, top and position just for the demo! */
	position: absolute;
	left: 50%;
	top: 50%;
	position: fixed;
  }
  
  @-webkit-keyframes rotate {
	/* 100% keyframe for  clockwise. 
	   use 0% instead for anticlockwise */
	100% {
	  -webkit-transform: rotate(360deg);
	}
  }
  
  .loader_overlay{
	  position: fixed;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  background-color: rgba(0, 0, 0, 0.5);
	  z-index: 9999;
	  
  }
  /* Loader */

  /* Content Saved Alert */
  .alert-success {
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: green;
	color: white;
	padding: 15px;
	border-radius: 5px;
	display: none;
	font-size: 15px;
	z-index: 999;
}

.alert-failed {
	position: fixed;
	top: 20px;
	right: 20px;
	background-color: red;
	color: white;
	padding: 15px;
	border-radius: 5px;
	display: none;
	font-size: 15px;
	z-index: 999;
}
  /* Content Saved Alert */

  .edit_input_text_area{
	border-radius: 5px;
  	border: 2px solid rgb(191, 191, 191);
  	padding: 10px;
  }
  
  .link-edit-button{
	padding: 4px;
	font-size: 15px;
	border: 1px solid black;
	border-radius: 4px;
  }