
body.black_theme, body.black_theme  h4{
    color:white!important;
  
}
.video_background{
	height: 18em;
	margin-top: 10%;
    padding: 5px;
    border-radius: 10px;
    width: auto;
    box-shadow: 6px 8px 4px #3a292940;
    background: rgb(140 142 144 / 18%);
}
.desc{
	font-size: 15px;
}
.vidio_gallery_button1{
	float: right;
    text-align: center;
    width: 85px;
    height: 20px;
    background-color: rgb(159 243 184);
    border-radius: 10px;
    color: rgb(0 0 0);
}
.vidio_gallery_button1:hover{
    text-decoration: none;
    }
    .modal-header_confirmation{

	    background-image: linear-gradient(43deg, #f88612 79%, #4cae4c 79.5%);
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;height: 1px;
	
}
.modal-footer_savedsuccess{
padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-content_savedsuccess{ background-color: #fefefe;
  margin: 9% auto;
   border-radius: 7px;
    padding: 5px 20px 20px;
       border: 3px solid #f88612;
    width: 33%;
    height: auto;
padding: 0px;}
.h4_font {
	text-align: center;
	margin-top: -7px;
	color:white;
    font-size: 14px;
}
@media only screen and (min-width:200px) and (max-width:700px) {

	.h4_font { font-size: 12px!important;
}
}
.clearboth{clear:both;}
.bordervidenew{border:6px solid #fff; }
.novideocatavaliable{margin: 19px 0px 0px 16px;}
.width-autoVerticalalignmiddle{width:auto; vertical-align: middle;}
.posrelpadd10{position: relative; padding: 10px;}
.padd10{padding: 10px;}