#movieModal small span.mpcrs-19 { color:red }
#movieModal span.btn-like { background: none !important; }
#movieModal span.btn-grade { background: none !important; }

#movieModal { display:none; padding: 0 !important; margin: 0 !important; background-color: rgba(0,0,0,.8); }
#movieModal.show { display:block; }

#movieModal .modal-dialog {
	position: relative;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	background-color: #000;
    border: 10px solid transparent;
    border-image: linear-gradient(to right, red 0%, orange 100%);
    border-image-slice: 1;
	z-index: 2000;
}
#movieModal .modal-header { position: absolute; top: 0; right: 10px; padding: 0; border:0; margin: 0; }
#movieModal .modal-header .close {
    float: right;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: 0 1px 0 #999;
    opacity: 1.0;
	z-index: 102;
	margin: 0;
	padding: 0;
}

#movieModal .modal-header .close:hover {
	color: #ea3627;
    text-shadow: 0 1px 0 #ea3627;
}

#movieModal .modal-dialog .carousel-inner .carousel-item .logo-area { position:absolute; top:0; left:0; margin: 10px; padding: 5px; background-color: rgba(0,0,0,0.6); border-radius: 10px; }

#movieModal .grade-star { display: inline-block; vertical-align: middle; margin: 0 10px 10px 0; }
#movieModal .grade-star strong { display: block; font-size: 14px; }
#movieModal .grade-star input { position: absolute; width: 0; height: 0; opacity: 0; }
#movieModal .grade-star input:checked ~ label { color: #ccc; }
#movieModal .grade-star.no-check label { color: #CCC; }
#movieModal .grade-star label { color: #ffc000; cursor: pointer; }
#movieModal .grade-star label:hover { color: #ffc000; cursor: pointer; }
#movieModal .btn-like i:hover { color: #ed3626; }
#movieModal .modal-content { background-color: transparent; color: #fff; }
#movieModal img.main_carousel_poster { height: 110%; object-fit: cover; object-position: center top; }
#movieModal .hide { display:none; }